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 upper bound 
> should be when deciding how many hits to request from underlying 
> IndexSearcher.  You're usually better off restructuring your problem so 
> that you can construct a Query/Filter/DocSet that you want to filter by 
> first and *then* executing the search to generate the DocList in a single 
> pass.
> 
I was wanting to edit the DocList in a custom SearchComponent to be executed
after the QueryComponent. I do not require facetting etc. If do not want
facetted results, will I still need to take any special steps not to break
the doclist?

hossman wrote:
> 
> PS: replying to your own message (or reposting it) to "bump" it up 
> generally doesn't encourage replies any faster -- it just increases the 
> volume of traffic on the list, and if anything antagonizes people and 
> makes them less interested in 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.

Reply via email to