Re: Lucene Alpha-numeric search

2009-02-12 Thread Anshul jain
I was over-looking analyzers, I used LowerCaseTokenizer() in my custom designed analyzer and it was removing the numeric characters. Thank you very much Erick, for pointing that out. Cheers, Anshul On Thu, Feb 12, 2009 at 3:46 PM, Erick Erickson wrote: > You need to give a LOT more details. For

Re: Lucene Alpha-numeric search

2009-02-12 Thread Erick Erickson
You need to give a LOT more details. For instance, what analyzers are you using at index and query time? Have you used Luke to look at your index and see if it contains what you expect? Have you used Luke to examine what queries look like after they are parsed? Have you tried seeing how your query