On 12/7/2012 6:38 PM, Jack Krupansky wrote:
Add the autoGeneratePhraseQueries=true attribute to your text field
type since it now defaults to false.
Also, change your query-time WDF to preserveOriginal="0". I think
there were some changes or bug fixes about the position of the
original vs. th
y need the generated parts at query time anyway.
-- Jack Krupansky
-Original Message-
From: Shawn Heisey
Sent: Friday, December 07, 2012 8:25 PM
To: solr-user@lucene.apache.org
Subject: parsed query differences between 3.5 and 4.1 snapshot
While investigating differences in query results be
While investigating differences in query results between Solr 3.5 and a
branch_4x snapshot with a slightly different schema, I came across some
fairly radical differences in how a particular query is parsed. My
default operator on both versions is AND. I am using the lucene query
parser.
Th