: Okay. So still, how would I go about creating a new DocList and Docset as
: they cannot be instantiated?
DocLists and DocSets are retrieved from the SolrIndexSearcher as results
from searches. a simple javadoc search for the useages of the DocList and
DocSet APIs would have given you this an
.. i was talking about pagination
> (ie: making sure you return the X number of rows the user asked for, and
> making sure that when they *next* X rows you start at the right spot.
>
>
>
>
> -Hoss
>
>
>
--
View this message in context:
http://www.nabble.com/Deleting-from-SolrQueryResponse-tp24266686p24456659.html
Sent from the Solr - User mailing list archive at Nabble.com.
: > one thing to keep in mind however is that post-processing a DocList to
: > filter stuff out is almost never a good idea -- things get really
: > convoluted when you think about dealing with pagination and except for
: > some really trivial use cases you can never know what your upper bound
responding.
>
Okay, sorry I wasn't certain on the protocol on that.
Thanks, Brett.
--
View this message in context:
http://www.nabble.com/Deleting-from-SolrQueryResponse-tp24266686p24315607.html
Sent from the Solr - User mailing list archive at Nabble.com.
: Hi, I was wondering if any has had luck deleting added documents to
: SolrQueryResponse? I am subclassing StandardRequestHandler and after I run
: the handle request body method (super.handleRequestBody(req, rsp);) I won't
: to filter out some of the hits.
DocLists are immutable (if i remember
I want
> to filter out some of the hits.
>
> Thanks. Brett
>
--
View this message in context:
http://www.nabble.com/Deleting-from-SolrQueryResponse-tp24266686p24281972.html
Sent from the Solr - User mailing list archive at Nabble.com.
ge in context:
http://www.nabble.com/Deleting-from-SolrQueryResponse-tp24266686p24266686.html
Sent from the Solr - User mailing list archive at Nabble.com.