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

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 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

Re: Deleting from SolrQueryResponse

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

Deleting from SolrQueryResponse

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

Re: Deleting from SolrQueryResponse

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