Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score()

2021-10-05 Thread Baris Kazar
Hi Adrien,- Is there a best practice paper or Lucene document that shows the benefit of IndexWriter.forceMerge and merge() methods since You mentioned about too many segments. and maybe show this concept on a toy dataset as a best practice example. Best regards baris

Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score()

2021-10-05 Thread Baris Kazar
Hi Adrien,- Thanks for taking a look at it and sure, that will be very nice to fix those accessors. It is ok in terms of speed and i want more faster though. Is there anything else i should look at to help make it faster? Best regards From: Adrien Grand Sent: Tue

Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score()

2021-10-05 Thread Adrien Grand
Hmm we should fix these access$ accessors by fixing the visibility of some fields. These breakdowns do not necessarily signal that something is wrong. Is the query executing fast overall? On Mon, Oct 4, 2021 at 11:57 PM Baris Kazar wrote: > Hi, - > I did more experiments and this time i looked