Re: Question about upgrading lucene 4.4.0 to 7.5.0

2018-11-06 Thread Tomoko Uchida
Hi, I think changing analyzer per each document when indexing will lead inconsistent or unstable search results. I would break down the reason why this is needed. > While adding a document we are adding a different analyzer. If a field needs to be analyzed by multiple analyzer, I would split up

Re: Question about upgrading lucene 4.4.0 to 7.5.0

2018-11-05 Thread Arpit Mittal
Could you please help us on it? This is urgent for us? On Sun, Nov 4, 2018 at 10:04 PM Arpit Mittal wrote: > Hi All, > > We are working on upgrading lucene version from 4.4.0 to 7.5.0. > > We have a few questions. Could you please help us by giving us suggestions > to fix it? > > Remove IndexWri

Question about upgrading lucene 4.4.0 to 7.5.0

2018-11-05 Thread Arpit Mittal
Hi All, We are working on upgrading lucene version from 4.4.0 to 7.5.0. We have a few questions. Could you please help us by giving us suggestions to fix it? Remove IndexWriter's per-document analyzer add/updateDocument APIs https://issues.apache.org/jira/browse/LUCENE-6212 We are using custom