Re: Sequential match query

2009-04-13 Thread Tim Williams
(e.g. extend the syntax)? >> >> As always, it depends. If the QueryParser subclass has a switch to >> toggle between SpanNearQuery and PhraseQuery it could controlled by >> the code which way to go. But y

Re: Sequential match query

2009-04-13 Thread John Seer
syntax of QueryParser with a subclass. There is a nice new > open issue with a new query parser implementation that is vastly more > flexible - we'll see that come in to Lucene in the near future. > > Erik > > >

Re: Sequential match query

2009-04-12 Thread Erik Hatcher
On Apr 12, 2009, at 8:15 AM, Tim Williams wrote: On Sun, Apr 12, 2009 at 5:56 AM, Erik Hatcher wrote: On Apr 11, 2009, at 9:11 PM, Tim Williams wrote: On Sat, Apr 11, 2009 at 12:25 PM, Erick Erickson wrote: That'll teach me to scan a post. The link I sent you is still relevant, but wild

Re: Sequential match query

2009-04-12 Thread Tim Williams
On Sun, Apr 12, 2009 at 5:56 AM, Erik Hatcher wrote: > > On Apr 11, 2009, at 9:11 PM, Tim Williams wrote: > >> On Sat, Apr 11, 2009 at 12:25 PM, Erick Erickson >> wrote: >>> >>> That'll teach me to scan a post. The link I sent you >>> is still relevant, but wildcards are NOT intended to be used t

Re: Sequential match query

2009-04-12 Thread Erik Hatcher
On Apr 11, 2009, at 9:11 PM, Tim Williams wrote: On Sat, Apr 11, 2009 at 12:25 PM, Erick Erickson wrote: 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.

Re: Sequential match query

2009-04-11 Thread Tim Williams
On Sat, Apr 11, 2009 at 12:25 PM, Erick Erickson wrote: > 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, t

Re: Sequential match query

2009-04-11 Thread Erick Erickson
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:/

Re: Sequential match query

2009-04-11 Thread Erick Erickson
dvance > -- > 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 uns

Sequential match query

2009-04-10 Thread John Seer
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