That was it… thanks
On Aug 2, 2013, at 3:27 PM, Shawn Heisey wrote:
> On 8/2/2013 4:16 PM, Robert Zotter wrote:
>> The problem is the query get's expanded to "1 Foo" not ( "1" OR "Foo")
>>
>> 1Foo
>> 1Foo
>> +DisjunctionMaxQuery((name_textsv:"1 foo")) ()
>> +(name_textsv:"1 foo") ()
>>
>> DisM
On 8/2/2013 4:44 PM, Robert Zotter wrote:
> When was this feature added?
>
> This did indeed fix the problem.
>From what I can tell, the ability to set autoGeneratePhraseQueries was
added in 3.4 or 3.5.
Thanks,
Shawn
When was this feature added?
This did indeed fix the problem.
On Aug 2, 2013, at 3:27 PM, Shawn Heisey wrote:
> On 8/2/2013 4:16 PM, Robert Zotter wrote:
>> The problem is the query get's expanded to "1 Foo" not ( "1" OR "Foo")
>>
>> 1Foo
>> 1Foo
>> +DisjunctionMaxQuery((name_textsv:"1 foo"))
On 8/2/2013 4:16 PM, Robert Zotter wrote:
The problem is the query get's expanded to "1 Foo" not ( "1" OR "Foo")
1Foo
1Foo
+DisjunctionMaxQuery((name_textsv:"1 foo")) ()
+(name_textsv:"1 foo") ()
DisMaxQParser
This looks like you have autoGeneratePhraseQueries turned on for the
field defin
; Is your q.op "AND" or "OR"?
>
> Add debugQuery=true to your query request and look at the parsed query string
> to see what query is actually generated.
>
> -- Jack Krupansky
>
> -Original Message----- From: Robert Zotter
> Sent: Friday, August 02
e.apache.org
Subject: Problems matching delimited field
I'm trying to match such terms as "1Foo" agains "Foo" but I can't seem to
get it working. I'm using the WordDelimiterFactory and everything looks good
in the /admin/analysis.jsp but when ever I do a "
I'm trying to match such terms as "1Foo" agains "Foo" but I can't seem to get
it working. I'm using the WordDelimiterFactory and everything looks good in the
/admin/analysis.jsp but when ever I do a "real" query, It doesn't return any
results? Any thoughts on why this may be? Thanks