That'll teach me to scan a post. The link I sent you is still relevant, but wildcards are NOT intended to be used to concatenate terms. You want a phrase query or a span query for that. i.e. "A C F"~# where # is the "slop", that is, the number of other terms allowed to appear between your desired terms.
SpanQueries are constructed programmatically, and PhraseQueries are produced by the parser. Best er...@ireaditthistimeithink. 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 > >