RE: autoGeneratePhraseQueries sort of silently set to false

2012-02-23 Thread Burton-West, Tom
.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

Re: autoGeneratePhraseQueries sort of silently set to false

2012-02-23 Thread Erik Hatcher
: 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.

RE: autoGeneratePhraseQueries sort of silently set to false

2012-02-23 Thread Burton-West, Tom
: 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

autoGeneratePhraseQueries sort of silently set to false

2012-02-23 Thread Naomi Dushay
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