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

2021-10-05 Thread Baris Kazar
From: Baris Kazar Sent: Tuesday, October 5, 2021 3:56 PM To: Adrien Grand ; Lucene Users Mailing List ; Baris Kazar Subject: Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() Hi Adrien,- Thanks for taking a look at it and sure, that will be very nice to fix

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

2021-10-05 Thread Baris Kazar
: Tuesday, October 5, 2021 3:18 PM To: Lucene Users Mailing List Cc: Baris Kazar Subject: Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() Hmm we should fix these access$ accessors by fixing the visibility of some fields. These breakdowns do not necessarily signal

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

2021-10-05 Thread Adrien Grand
looked into these methods: > org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() > > > Lets start with BooleanWeight.bulkScorer() with its call tree and time > spent: > > > BooleanWeight.bulkScorer() > -->> Weight.bulkS

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

2021-10-04 Thread Baris Kazar
Hi, - I did more experiments and this time i looked into these methods: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() Lets start with BooleanWeight.bulkScorer() with its call tree and time spent: BooleanWeight.bulkScorer() -->> Weight.bulk

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

2021-10-02 Thread Baris Kazar
: Adrien Grand Sent: Saturday, October 2, 2021 1:44:40 AM To: Lucene Users Mailing List Cc: Baris Kazar Subject: Re: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() Is your profiler reporting inclusive or exclusive costs for each function? Ie. does it exclude time

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

2021-10-01 Thread Adrien Grand
h process from > org.apache.lucene.search.IndexSearcher.search() are spent on > these units: > org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() > Is there any study or project to speed up these please? > > Best regards > > -- Adrien

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

2021-10-01 Thread Baris Kazar
Hi,- I performance profiled my application via jvisualvm on Java and saw that 75% of the search process from org.apache.lucene.search.IndexSearcher.search() are spent on these units: org.apache.lucene.search.BooleanWeight.bulkScorer() and BulkScorer.score() Is there any study or project to speed