Re: How to store and retrieve latest utf8mb4 emoji / smiley characters in lucene index

2016-08-02 Thread Cristian Lorenzetto
hi i need a help. I want create a lucene query parser for adding evaluation of expression in lucene value1:>= value2 how to do it? for me it is sufficient also to work programatically creating a new Query Object making it 2016-08-01 19:36 GMT+02:00 Kumaran Ramasubramanian : > Hi All, > >

Re: How to store and retrieve latest utf8mb4 emoji / smiley characters in lucene index

2016-08-02 Thread Erick Erickson
Please create a new e-mail when asking about a different subject (i.e. don't "thread-hijack"), from: https://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the s

Re: Filter strategy in Lucene 6.0

2016-08-02 Thread Andres de la Peña
Thanks Adrien, this is very helpful. I have just read your blog post about this , the two-phase iteration is really cool! 2016-07-31 20:17 GMT+01:00 Adrien Grand : > Lucene 5.0 introduced two-phase iteration > (see Scor

Exception in the logs from IndexUpgrader (ArrayIndexOutOfBoundsException from FixedBitSet.set)

2016-08-02 Thread Trejkaz
Hi all. Someone saw IndexUpgrader from 4.10.4 throw this when upgrading their index: Caused by: java.lang.ArrayIndexOutOfBoundsException: 191 at org.apache.lucene.util.FixedBitSet.set(FixedBitSet.java:252) at org.apache.lucene.codecs.PostingsConsumer.merge(PostingsConsumer.ja