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 gets parsed (query.toString())? Have you looked over the FAQ and tried the suggestions there?
In short, tell us what your code looks like and what you have tried. Your question is unanswerable in its present form. Best Erick On Thu, Feb 12, 2009 at 9:34 AM, Anshul jain <anshul.j...@epfl.ch> wrote: > Hi, > > I'm using BoostingTermQuery() of lucene. When I search for alpha-numeric > terms(e.g. a647gd), I don't get any results back. Could anyone please help > me out? Am I missing something? > > Cheers, > Anshul > > -- > Anshul Jain >