https://issues.apache.org/jira/browse/LUCENE-8448
https://issues.apache.org/jira/browse/LUCENE-8448 Hi,- is this issue fixed please? Could You please help me figure it out? Best regards - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: https://issues.apache.org/jira/browse/LUCENE-8448
On a related issue: i experience that with Version 7.7.2 i experienced this: data is all lower case (same amount of docs as next case though) vs data is camel case except last word always in capital letters but i used in indexer the lowercase filter in both cases so indexing is done with all lower cases and i saw the first case's index size for case is like 9.5GB but same data size for second case was 11GB. what causes such difference and increase in index size? amount of docs are the same in both cases. Best regards On 11/12/20 5:35 PM, baris.ka...@oracle.com wrote: https://urldefense.com/v3/__https://issues.apache.org/jira/browse/LUCENE-8448__;!!GqivPVa7Brio!NnYqJL-FnBxofO27fztVvIe8fT0uLvT94d1qak6Dbtv5PMc20m6dUed4XDVUSglwDw$ Hi,- is this issue fixed please? Could You please help me figure it out? Best regards - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Which Lucene 8.5.X is recommended?
Hi,- is it best to use 8.5.2? Best regards Release 8.5.2 Bug Fixes (1) LUCENE-9350: Partial reversion of LUCENE-9068; holding levenshtein automata on FuzzyQuery can end up blowing up query caches which use query objects as cache keys, so building the automata is now delayed to search time again. (Alan Woodward, Mike Drob Release 8.5.1 [2020-04-16] Bug Fixes (1) LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created externally and added to the index with IndexWriter#addIndexes(Directory). (Jim Ferenczi, Adrien Grand) - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: Which Lucene 8.5.X is recommended?
Always use the most recent point release. The only time we go from x.y.z to x.y.z+1 is if there are _significant_ problems. This is much different than going from x.y to x.y+1... > On Nov 12, 2020, at 5:49 PM, baris.ka...@oracle.com wrote: > > Hi,- > > is it best to use 8.5.2? > > Best regards > > > > Release 8.5.2 > Bug Fixes (1) > LUCENE-9350: Partial reversion of LUCENE-9068; holding levenshtein automata > on FuzzyQuery can end up blowing up query caches which use query objects as > cache keys, so building the automata is now delayed to search time again. > (Alan Woodward, Mike Drob > > > Release 8.5.1 [2020-04-16] > Bug Fixes (1) > LUCENE-9300: Fix corruption of the new gen field infos when doc values > updates are applied on a segment created externally and added to the index > with IndexWriter#addIndexes(Directory). > (Jim Ferenczi, Adrien Grand) > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: https://issues.apache.org/jira/browse/LUCENE-8448
Yes, that issue is fixed. The “Resolution” tag is the key, it’s marked “fixed” and the version is 8.0 As for your other question, index size is a very imprecise number. How many deleted documents are there in each case? Deleted documents take up disk space until the segments containing them are merged away. Best, Erick > On Nov 12, 2020, at 5:35 PM, baris.ka...@oracle.com wrote: > > https://issues.apache.org/jira/browse/LUCENE-8448 > > > Hi,- > > is this issue fixed please? Could You please help me figure it out? > > Best regards > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: https://issues.apache.org/jira/browse/LUCENE-8448
Hi,- Thanks. These are final finished sizes in both cases. Best regards > On Nov 12, 2020, at 11:12 PM, Erick Erickson wrote: > > Yes, that issue is fixed. The “Resolution” tag is the key, it’s marked > “fixed” and the version is 8.0 > > As for your other question, index size is a very imprecise number. How many > deleted documents are there > in each case? Deleted documents take up disk space until the segments > containing them are merged away. > > Best, > Erick > >> On Nov 12, 2020, at 5:35 PM, baris.ka...@oracle.com wrote: >> >> https://urldefense.com/v3/__https://issues.apache.org/jira/browse/LUCENE-8448__;!!GqivPVa7Brio!I3RsAXIoDcPmpP_sc8C29vn8DcAXSvIgH7pvcxyDaBnfhdJAk24zPpQhqP035V1IJA$ >> >> >> >> Hi,- >> >> is this issue fixed please? Could You please help me figure it out? >> >> Best regards >> >> >> >> - >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: Which Lucene 8.5.X is recommended?
Thanks, i will use 8.5.2. i think saw some minor release (z) without any issues but i will double check this. However, i will use 8.5.2. The bug fixes in that release may result in better performance. Best regards > On Nov 12, 2020, at 11:09 PM, Erick Erickson wrote: > Always use the most recent point release. The only time we go from x.y.z to > x.y.z+1 is if there are _significant_ problems. This is much different than > going from x.y to x.y+1... > >> On Nov 12, 2020, at 5:49 PM, baris.ka...@oracle.com wrote: >> >> Hi,- >> >> is it best to use 8.5.2? >> >> Best regards >> >> >> >> Release 8.5.2 >> Bug Fixes (1) >> LUCENE-9350: Partial reversion of LUCENE-9068; holding levenshtein automata >> on FuzzyQuery can end up blowing up query caches which use query objects as >> cache keys, so building the automata is now delayed to search time again. >> (Alan Woodward, Mike Drob >> >> >> Release 8.5.1 [2020-04-16] >> Bug Fixes (1) >> LUCENE-9300: Fix corruption of the new gen field infos when doc values >> updates are applied on a segment created externally and added to the index >> with IndexWriter#addIndexes(Directory). >> (Jim Ferenczi, Adrien Grand) >> >> >> - >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org
Re: Which Lucene 8.5.X is recommended?
Thanks, i will use 8.5.2. i think saw some minor release switch on (z) without any issues but i will double check this. However, i will use 8.5.2 since the bug fixes in that release may result in better performance for Lucene index. Best regards > On Nov 12, 2020, at 11:09 PM, Erick Erickson wrote: > > Always use the most recent point release. The only time we go from x.y.z to > x.y.z+1 is if there are _significant_ problems. This is much different than > going from x.y to x.y+1... > >> On Nov 12, 2020, at 5:49 PM, baris.ka...@oracle.com wrote: >> >> Hi,- >> >> is it best to use 8.5.2? >> >> Best regards >> >> >> >> Release 8.5.2 >> Bug Fixes (1) >> LUCENE-9350: Partial reversion of LUCENE-9068; holding levenshtein automata >> on FuzzyQuery can end up blowing up query caches which use query objects as >> cache keys, so building the automata is now delayed to search time again. >> (Alan Woodward, Mike Drob >> >> >> Release 8.5.1 [2020-04-16] >> Bug Fixes (1) >> LUCENE-9300: Fix corruption of the new gen field infos when doc values >> updates are applied on a segment created externally and added to the index >> with IndexWriter#addIndexes(Directory). >> (Jim Ferenczi, Adrien Grand) >> >> >> - >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org