Re: Deleting from SolrQueryResponse

2009-07-21 Thread Chris Hostetter
: 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

Re: Deleting from SolrQueryResponse

2009-07-12 Thread pof
.. 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.

Re: Deleting from SolrQueryResponse

2009-07-09 Thread Chris Hostetter
: > 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

Re: Deleting from SolrQueryResponse

2009-07-02 Thread pof
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.

Re: Deleting from SolrQueryResponse

2009-07-02 Thread Chris Hostetter
: 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

Re: Deleting from SolrQueryResponse

2009-06-30 Thread pof
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.

Deleting from SolrQueryResponse

2009-06-29 Thread pof
ge in context: http://www.nabble.com/Deleting-from-SolrQueryResponse-tp24266686p24266686.html Sent from the Solr - User mailing list archive at Nabble.com.