hi..
I would like to know how to index database tables using Lucene.
I am novice in using Lucene and appreciate generous help and thorough
guidelines as how and where to start in order to make Lucen index database
tables and perform searching.
Regards
Shreeya
hi..
I would like to know how to index database tables using Lucene.
I am novice in using Lucene and appreciate generous help and thorough
guidelines as how and where to start in order to make Lucen index database
tables and perform searching.
Regards
Shreeya
On Saturday 17 December 2005 17:04, Cret Hummin wrote:
> Hi All,
>
> When using Searcher.search(Query, Filter), and I use my own custom
> filter, it appears I'm presented with /all/ the documents in the index,
> i.e. in the method bits(IndexReader reader) from my custom Filter, the
> value of r
Hi All,
When using Searcher.search(Query, Filter), and I use my own custom
filter, it appears I'm presented with /all/ the documents in the index,
i.e. in the method bits(IndexReader reader) from my custom Filter, the
value of reader.maxDoc() is always the number of documents in the index.
Th