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
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
On Aug 2, 2013, at 1:55 PM, "Jack Krupansky" wrote:
> Is your q.op "AND" or "OR"?
>
> Add debugQuery=true to your query req
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, 2013 4:21 PM
To: solr-user@lucene.apache.org
Subject: