Re: Problems with toString at TermsQuery

2015-09-09 Thread Robert Muir
I think its a bug: https://issues.apache.org/jira/browse/LUCENE-6792 On Tue, Sep 8, 2015 at 10:35 AM, Ruslan Muzhikov wrote: > Hi! > Sometimes TermsQuery.toString() method falls with exception: > > *Exception in thread "main" java.lang.AssertionError* > * at

Problems with toString at TermsQuery

2015-09-08 Thread Ruslan Muzhikov
Hi! Sometimes TermsQuery.toString() method falls with exception: *Exception in thread "main" java.lang.AssertionError* * at org.apache.lucene.util.UnicodeUtil.UTF8toUTF16(UnicodeUtil.java:546)* * at org.apache.lucene.util.BytesRef.utf8ToString(BytesRef.java:149)* * at