dynamic filtering

2008-10-20 Thread xibin
s. What I had in mind is the concept of a DyamicFilter. A DynamicFilter can be used in the HitCollectors (in SolrIndexSearcher) to perform dynamic filtering as results are being collected. DynamicFilters would be added into the SolrSearchIndexer.QueryCommand class so they can be called during coll

Re: dynamic filtering

2008-10-20 Thread Ryan McKinley
ad in mind is the concept of a DyamicFilter. A DynamicFilter can be used in the HitCollectors (in SolrIndexSearcher) to perform dynamic filtering as results are being collected. DynamicFilters would be added into the SolrSearchIndexer.QueryCommand class so they can be called during collectin

Re: dynamic filtering

2008-10-20 Thread xibin
ement an algorithm involving using some of >> the fields >> in the documents. >> >> What I had in mind is the concept of a DyamicFilter. A DynamicFilter >> can be >> used in the HitCollectors (in SolrIndexSearcher) to perform dynamic >> filtering as results

Re: dynamic filtering

2008-10-20 Thread Ryan McKinley
Thanks for reading. Xibin -- View this message in context: http://www.nabble.com/dynamic-filtering-tp20079841p20079841.html Sent from the Solr - Dev mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/dynamic-filtering-tp20079841p20080481.html Sent from

Re: dynamic filtering

2008-10-20 Thread xibin
t; be derived/calculated using one or more of the indexed fields, and >>>> it's >>>> different for each query. The purpose of this "derived field" is to >>>> eliminate resulting indexes so only a subset is considered. This is >&g