alphanumeric queries using LuceneQParser

2009-09-28 Thread Tarun Jain
Hi, I have created an index where the fields have been indexed with omitNorms=true omitTermFreqAndPositions=true to improve indexing performance. One of the side effects of this is that some of the searches with alphanumeric words are not working correctly. Example.. Below is the debugQuery

Re: alphanumeric queries using LuceneQParser

2009-09-28 Thread Yonik Seeley
On Mon, Sep 28, 2009 at 3:54 PM, Tarun Jain tjai...@yahoo.com wrote: Hi, I have created an index where the fields have been indexed with omitNorms=true omitTermFreqAndPositions=true to improve indexing performance. One of the side effects of this is that some of the searches with