Wildcard queries are not lowercased, so depending upon how you're indexing, that may be tripping you up.
See http://wiki.apache.org/lucene-java/LuceneFAQ#head-133cf44dd3dff3680c96c1316a663e881eeac35a Best Erick On Fri, Apr 10, 2009 at 2:56 PM, John Seer <pulsph...@yahoo.com> wrote: > > Hello, > I have 3 terms and I want to much them in order I tried to use wildcard > query I am not getting any results back > > Terms: A C F > > Doc: name:A B C D E F > > query: name:A*C*F > > I am not getting any results back, > Please any suggestions? > > Thanks for help in advance > -- > View this message in context: > http://www.nabble.com/Sequential-match-query-tp22995240p22995240.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >