spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
114 stars 20 forks source link

ValueObject for wrapping paged results #36

Closed agazzarini closed 8 years ago

agazzarini commented 9 years ago

I need something like SolrDocumentList that must be created in SparqlSearchComponent and subsequently used in HybridResponseWriter.

At the moment there are a lot of information that are added using Response.add and this is not a good thing because that data + behaviour should be a dedicated entity (otherwise I have to remember all those properties name by name)