help in indexing database tables

2005-12-17 Thread 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

help in indexing database tables

2005-12-17 Thread 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

Re: Filtering after Query

2005-12-17 Thread Paul Elschot
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

Filtering after Query

2005-12-17 Thread Cret Hummin
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