Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 84e3973e07bebc71b2a1620b8935577312e374f4
https://github.com/hibernate/hibernate-search/commit/84e3973e07bebc71b2a1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/extraction/impl/LuceneCollectors.java
Log Message:
-----------
HSEARCH-4068 Remove an obslete comment in LuceneCollectors
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 30837205fde724d9dfb76bcd1ac34f4b09931c9b
https://github.com/hibernate/hibernate-search/commit/30837205fde724d9dfb7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/extraction/impl/LuceneCollectors.java
Log Message:
-----------
HSEARCH-4068 Remove unnecessary parameters in LuceneCollectors#handleRescoring
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: d7c4b021879bab6654c7f72ff21f8fbeae1f74fa
https://github.com/hibernate/hibernate-search/commit/d7c4b021879bab6654c7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/query/SearchQueryBaseIT.java
M
integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/query/SearchQueryScrollIT.java
Log Message:
-----------
HSEARCH-4068 Use a predicate different from matchAll in integration tests related to
totalHitCountThreshold
Because the optimization we're going to introduce will lead to the total
hit count being exact even when using totalHitCountThreshold
if the query is a MatchAllDocsQuery.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 8b6040e807d45c1d2098789b06925a03edb66f05
https://github.com/hibernate/hibernate-search/commit/8b6040e807d45c1d2098...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/extraction/impl/ExtractionRequirements.java
M
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/extraction/impl/LuceneCollectors.java
Log Message:
-----------
HSEARCH-4068 Skip non-competitive hits when running a MatchAllDocsQuery with Lucene
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: 6c00afa5e6f4e63bce44987bdaf4e31beaac3fb6
https://github.com/hibernate/hibernate-search/commit/6c00afa5e6f4e63bce44...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M
backend/lucene/src/main/java/org/hibernate/search/backend/lucene/search/extraction/impl/LuceneCollectors.java
Log Message:
-----------
HSEARCH-4068 Update the total hit count in topDocs when we have more precise information
available
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: cb65911c9a4da0c5d9a6634b190455fc5ce63395
https://github.com/hibernate/hibernate-search/commit/cb65911c9a4da0c5d9a6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
A
integrationtest/backend/lucene/src/test/java/org/hibernate/search/integrationtest/backend/lucene/search/LuceneSearchTopDocsTotalHitCountOnMatchAllDocsIT.java
Log Message:
-----------
HSEARCH-4068 Test that the topDocs' totalHits stays correct even with our
optimization
It's important for Infinispan, in particular.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-search/compare/72b9d854402e...cb65...