heads up: re-index trunk Lucene/Solr indices

2011-08-20 Thread Michael McCandless
Hi, I just committed a new block tree terms dictionary implementation, which requires fully re-indexing any trunk indices. See here for details: https://issues.apache.org/jira/browse/LUCENE-3030 If you are using a released version of Lucene/Solr then you can ignore this message. Mike McCan

Re: Strange change to query parser behaviour in recent versions

2011-08-20 Thread Robert Muir
On Sat, Aug 20, 2011 at 3:34 AM, Trejkaz wrote: > > As an aside, Google's behaviour seems to follow the "old" way.  For > instance, [[ 限定 ]] returns 640,000,000 hits and [[ 限 定 ]] returns > 772,000,000.  (Interestingly, [[ "限定" ]] returns 643,000,000 hits. > Slightly more than you might expect.)

Re: Strange change to query parser behaviour in recent versions

2011-08-20 Thread Trejkaz
On Fri, Aug 19, 2011 at 11:05 AM, Chris Hostetter wrote: > > See LUCENE-2458 for the backstory. > > the argument was that while phrase queries were historicly generated by > the query parser when a single (white space deliminated) "chunk" of query > parser input produced multiple tokens, that logi