Bump Lucene to 10.2.1

pull/7476/head
John Niang 2025-05-26 22:44:51 +08:00
parent 281a36fbe9
commit d18f37df0a
No known key found for this signature in database
GPG Key ID: D7363C015BBCAA59
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ public class LuceneSearchEngine implements SearchEngine, InitializingBean, Dispo
}
var result = new SearchResult();
result.setHits(haloDocs);
result.setTotal(hits.totalHits.value);
result.setTotal(hits.totalHits.value());
result.setKeyword(keyword);
result.setLimit(limit);
result.setProcessingTimeMillis(stopWatch.getTotalTimeMillis());

View File

@ -1,5 +1,5 @@
[versions]
lucene = '9.12.0'
lucene = '10.2.1'
resilience4j = '2.3.0'
therapi = '0.15.0'