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