RE: Lucene-6.2.1 -> impact of document removal on performance and index size

2017-06-08 Thread Ludovic Bertin
un 7, 2017 at 2:01 AM, Ludovic Bertin wrote: > Hello Guys, > > What is the true impact of document removal on performance and index size, > without optimizing index ? > > Thnaks in advance for your answers > Ludovic > [[ rethink everything. ]]&l

Lucene-6.2.1 -> impact of document removal on performance and index size

2017-06-07 Thread Ludovic Bertin
Hello Guys, What is the true impact of document removal on performance and index size, without optimizing index ? Thnaks in advance for your answers Ludovic [[ rethink everything. ]] DISCLAIMER ** This message is intended

RE: Migration Lucene 4.7.0 -->6.0.1 - NumericUtils

2016-12-05 Thread Ludovic Bertin
the available values in a dropdown. What are your recommendations ? Using String instead of Numeric Values ? Thanks. Ludovic -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: jeudi, 22. septembre 2016 22:34 To: Lucene Users; Ludovic Bertin Subject:

Migration Lucene 4 -> Lucene 6

2016-10-21 Thread Ludovic Bertin
th correct docvalues type. Do I have to reindex all my data, or can I change the way to do the search ? If I have to reindex, what is the correct way to index with sort capabilities ? Thanks Ludovic BERTIN [[ rethink everything. ]]<http://www.lombardodier.com> DISCLAIMER ***

RE: Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 iteratively) => numerics fields are not indexed anymore

2016-09-25 Thread Ludovic Bertin
Copy that :) Thanks for the confirmation. Ludovic -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: vendredi, 23. septembre 2016 20:51 To: Ludovic Bertin Cc: Lucene Users Subject: Re: Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 itera

RE: Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 iteratively) => numerics fields are not indexed anymore

2016-09-22 Thread Ludovic Bertin
ess [mailto:luc...@mikemccandless.com] Sent: jeudi, 22. septembre 2016 22:35 To: Lucene Users; Ludovic Bertin Subject: Re: Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 iteratively) => numerics fields are not indexed anymore You need to change how you index the documents to ad

Migration Lucene 4.7.0 -->6.0.1 - NumericUtils

2016-09-22 Thread Ludovic Bertin
Hi there, I'm migrating an application from Lucene 4.7.0 to Lucene 6.0.1. I'm facing a problem with this piece of code : public List getDistinctValues(IndexReader reader, EventField field) throws IOException { List values = new ArrayList(); Fields fields = MultiFields.getFields(reader);

Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 iteratively) => numerics fields are not indexed anymore

2016-09-22 Thread Ludovic Bertin
"LOCAL_TIME"); I'm getting zero. Did I miss something ? Thanks in advance for any help. Ludovic BERTIN [[ rethink everything. ]]<http://www.lombardodier.com> DISCLAIMER ** This message is intended only for use by the person to whom it

Migration from lucene 4.7 to lucene 6.2.1 (4->5 and 5->6 iteratively) => numerics fields are not indexed anymore

2016-09-22 Thread Ludovic Bertin
"LOCAL_TIME"); I'm getting zero. Did I miss something ? Thanks in advance for any help. Ludovic BERTIN [[ rethink everything. ]]<http://www.lombardodier.com> DISCLAIMER ** This message is intended only for use by the person to whom it

Migration Lucene 4.7.0 -->6.0.1 - NumericUtils

2016-09-20 Thread Ludovic Bertin
Hi there, I'm migrating an application from Lucene 4.7.0 to Lucene 6.0.1. I'm facing a problem with this piece of code : public List getDistinctValues(IndexReader reader, EventField field) throws IOException { List values = new ArrayList(); Fields fields = MultiFields.getFields(reader);