Scoring problem with MultiPhraseQuery?

2010-12-15 Thread Mike Cawson
nk of a reason why this should be intentional beheviour so I assume there's a bug. I'm using Lucene 3.0. Thanks, Mike Cawson - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Where does Lucene recognise it has encountered a new term for the first time?

2010-12-15 Thread Mike Cawson
I’m using Lucene to index database records and text documents. I want to provide efficient fuzzy queries over the data so I’m using a secondary Lucene index for all of the distinct terms encountered in the primary index. Each ‘document’ in the secondary index is a term from the primary index wi