Re: Problems matching delimited field

2013-08-05 Thread Mark
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

Re: Problems matching delimited field

2013-08-02 Thread Shawn Heisey
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

Re: Problems matching delimited field

2013-08-02 Thread Robert Zotter
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"))

Re: Problems matching delimited field

2013-08-02 Thread Shawn Heisey
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

Re: Problems matching delimited field

2013-08-02 Thread Robert Zotter
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

Re: Problems matching delimited field

2013-08-02 Thread Jack Krupansky
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: