Re: indexing errors when storeOffsetsWithPositions="true" in solr 4.9.1

2014-11-09 Thread Min L
Thanks for the replies. I found out that although we are using solr 4.9.1, the luceneMatchVersion specified in the solrconfig is still 4.7 which doesn't have the bug fix. On Sun, Nov 9, 2014 at 10:24 AM, Anurag Sharma wrote: > Is it possible to share the sequence of steps with data causing this

Re: indexing errors when storeOffsetsWithPositions="true" in solr 4.9.1

2014-11-09 Thread Anurag Sharma
Is it possible to share the sequence of steps with data causing this issue On Wed, Nov 5, 2014 at 4:51 PM, Alan Woodward wrote: > Hi Min, > > Do you have the specific bit of text that caused this exception to be > thrown? > > Alan Woodward > www.flax.co.uk > > > On 4 Nov 2014, at 23:15, Min L wr

Re: indexing errors when storeOffsetsWithPositions="true" in solr 4.9.1

2014-11-05 Thread Alan Woodward
Hi Min, Do you have the specific bit of text that caused this exception to be thrown? Alan Woodward www.flax.co.uk On 4 Nov 2014, at 23:15, Min L wrote: > Hi All: > > I am using solr 4.9.1. and trying to use PostingsSolrHighlighter. But I got > errors during indexing. I thought LUCENE-5111 ha