(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
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
>
>
>
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
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
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.
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
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:/
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
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