StandardTokenizerImpl generation question

2015-04-24 Thread Youngho Cho
Hello, I would like to generate my own tokenizer which is slightly modify the StandardTokenizerImpl*.jflex. But I read the READ_BEFORE_GENERATING.txt. Currently, the jflex version is 1.6.1. but the document recommend to use jflex 1.5 only. Still this message is valid and do I have to generate a

Exception while updating a lucene document

2015-04-24 Thread Gimantha Bandara
Hi all, I have documents which have some facetfields. If I tried to update a document where the facet values are same in both facet fields i am getting the following error. Note I am using "updateDocument" in indexWriter to create the document. Exception in thread "pool-23-thread-2" java.lang.Ill

Re: SortingAtomicReader alternate to Tim-Sort...

2015-04-24 Thread Ravikumar Govindarajan
Thanks. Glad that it has been pro-actively identified and fixed -- Ravi On Thu, Apr 23, 2015 at 10:34 AM, Robert Muir wrote: > On Tue, Apr 21, 2015 at 4:00 AM, Ravikumar Govindarajan > wrote: > > > b) CompressingStoredFieldsReader did not store the last decoded 32KB > chunk. > > Our segments a

Joining two Indices in Lucene

2015-04-24 Thread Gimantha Bandara
Hi, I am now looking into BlockJoinQuery where I can join two indices and execute search queries. My concern is this... Is it possible to perform "AND" and "OR" operations between two seperate indices? As an example, I have a common field "_id" in both indices. I will relate the two indices( using