Re: Stop filter changes in Solr >= 4.4

2013-09-13 Thread Yonik Seeley
On Fri, Sep 13, 2013 at 1:07 AM, Shalin Shekhar Mangar wrote: > AFAIk, enablePositionIncrements=false is deprecated in 4.x but not > removed. It will be removed in 5.0 though. Hmmm, I had missed that. Anyone have pointers to an example of what "broken" means and why it can't be fixed? It seems p

Re: Stop filter changes in Solr >= 4.4

2013-09-13 Thread Christopher Condit
Here's the field definition: Here's the stack trace: WARNING: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalArgumentException: enablePositionIncrements=false is not supported anymore as of Lucene 4.4 as it can create broken token streams org.apache.solr.clien

Re: Stop filter changes in Solr >= 4.4

2013-09-13 Thread Shalin Shekhar Mangar
Can we see a full stack trace for that IllegalArgumentException? AFAIk, enablePositionIncrements=false is deprecated in 4.x but not removed. It will be removed in 5.0 though. On Fri, Sep 13, 2013 at 3:34 AM, Christopher Condit wrote: > While attempting to upgrade from Solr 4.3.0 to Solr 4.4.0 I r

Stop filter changes in Solr >= 4.4

2013-09-12 Thread Christopher Condit
While attempting to upgrade from Solr 4.3.0 to Solr 4.4.0 I ran into this exception: java.lang.IllegalArgumentException: enablePositionIncrements=false is not supported anymore as of Lucene 4.4 as it can create broken token streams which led me to https://issues.apache.org/jira/browse/LUCENE-496