.hatc...@gmail.com]
Sent: Thursday, February 23, 2012 2:53 PM
To: solr-user@lucene.apache.org
Subject: Re: autoGeneratePhraseQueries sort of silently set to false
there's this (for 3.1, but in the 3.x CHANGES.txt):
* SOLR-2015: Add a boolean attribute autoGeneratePhraseQueries to TextFiel
: Thursday, February 23, 2012 1:57 PM
> To: solr-user@lucene.apache.org
> Subject: autoGeneratePhraseQueries sort of silently set to false
>
> Another thing I noticed when upgrading from Solr 1.4 to Solr 3.5 had to do
> with results when there were hyphenated words: aaa-bbb.
: autoGeneratePhraseQueries sort of silently set to false
Another thing I noticed when upgrading from Solr 1.4 to Solr 3.5 had to do with
results when there were hyphenated words: aaa-bbb. Erik Hatcher pointed me
to the autoGeneratePhraseQueries attribute now available on fieldtype
definitions in
Another thing I noticed when upgrading from Solr 1.4 to Solr 3.5 had to do with
results when there were hyphenated words: aaa-bbb. Erik Hatcher pointed me
to the autoGeneratePhraseQueries attribute now available on fieldtype
definitions in schema.xml. This is a great feature, and everything