Clustering in MultiSearcher Searchables

2007-04-24 Thread Sawan Sharma
Hi all, I am using MultiSearcher to search more then one Index folders. I have one Index searcher array which contains 3 Index searchers... 01. C:\IndexFolder1 02. C:\IndexFolder2 03. C:\IndexFolder3 When I searched in 3 index folders using a MultiSearcher then I got 3000 hits. 1 to 1000 from C

Re: Clustering in MultiSearcher Searchables

2007-04-24 Thread Sawan Sharma
earcher(int n) (n would be the docid of result x). Hope this helps, Doron "Sawan Sharma" <[EMAIL PROTECTED]> wrote on 24/04/2007 03:19:47: > Hi all, > > I am using MultiSearcher to search more then one Index folders. I have one > Index searcher array which conta

Group the search results by a given field

2007-05-17 Thread Sawan Sharma
Hi All, I was wondering - is it possible to search and group the results by a given field? For example, I have an index with several million records. Most of them are different Features of the same ID. I'd love to be able to do.. groupby=ID or something like that in the results, and provide the

Re: efficient way to filter out unwanted results

2007-06-14 Thread Sawan Sharma
Hello Jay, I am not sure up to what level I understood your problem . But as far as my assumption, you can try HitCollector class and its collect method. Here you can get DocID for each hit and can remove while searching. Hope it will be useful. Sawan (Chambal.com inc. NJ USA) On 6/15/07,

Facet searching on single field with multiple words value

2007-06-20 Thread Sawan Sharma
Hi friends, I tried to implement the facet searching in a sample code and when I tried it with various case and found no result in one case.I wanted to narrow by one field "title" and gave the multiple word or say phrase. So First, in this preparing the lucene query and converting it into QueryF