Unknown type flag: 6 at CompressingStoredFieldsReader.readField

2016-08-23 Thread Trejkaz
Hi all. Someone apparently got this assertion failure on one of their indexes which they had been storing on a network drive for some stupid reason: AssertionError: Unknown type flag: 6 at org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.readField(CompressingStoredFieldsReader.j

Re: searchAfter behavior after reindexing

2016-08-23 Thread Rajnish kamboj
Thanks for clarifying... In that case searchAfter have slightly more work to do of comparing docid and batchid. Also it is possible that same data is returned on subsequent searchAfter with diff. doc ids... if I understand correctly. On Monday 22 August 2016, Uwe Schindler wrote: > Hi, > > Sea

Re: Warning from java-user@lucene.apache.org

2016-08-23 Thread Phaneendra N
I have retrieved the message that was bounced back (from my id), Looks more like a problem with receiving (at my end) than while sending. Thanks, Phaneendra On Tue, Aug 23, 2016 at 6:14 PM, Erick Erickson wrote: > The spam filter is pretty aggressive and often rejects formatted > e-mails, it's

Re: Warning from java-user@lucene.apache.org

2016-08-23 Thread Erick Erickson
The spam filter is pretty aggressive and often rejects formatted e-mails, it's always best to send plain text. You use gmail so it should be in the lower right, click the little triangle to the right of the garbage can and you'll see the option. Best, Erick On Mon, Aug 22, 2016 at 10:40 PM, Phane