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
Okay. So still, how would I go about creating a new DocList and Docset as they cannot be instantiated? Thanks, Brett. hossman wrote: > > > : > 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 > : >

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
hossman wrote: > > 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

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
This thread got buried last night, so... bump. pof wrote: > > Hi, I was wondering if any has had luck deleting added documents from > SolrQueryResponse? I am subclassing StandardRequestHandler and after I run > the handle request body method (super.handleRequestBody(req, rsp);) I want > to filte