Re: Single string automaton causes NPE on Terms.intersect( CompiledAutomaton, BytesRef term )

2016-03-29 Thread Michael McCandless
Oh, you just create a free Jira account here: https://issues.apache.org/jira/browse/LUCENE Then open an issue, and take that code fragment you have that hits the NPE attach it to the issue. We can iterate from there? A "test case" is just a chunk of code added into one of our test source files (

Re: Compression algorithm for posting lists

2016-03-29 Thread Adrien Grand
BlockTreeTermsWriter.TermsWriter.finish writes a FST that serves as an index of the terms dictionary. It will be used at search time when seeking terms in the terms dictionary. Le lun. 28 mars 2016 à 14:02, Vishwas Jain a écrit : > Thanks for the reply and information. > I have som