Commit 1e4f4d9
[chore][store] Update for unlimited search
1 parent da0e15d commit 1e4f4d9
1 file changed
+1
-1
lines changedSubmodule tantivy-search updated 15 files
- benchmark/BM25SearchBenchmark.h+59-83
- examples/dingo_doc.cpp+25-19
- include/tantivy_search_cxx.h+94-102
- src/lib.rs+6
- src/search/api/api_dingo.rs+6
- src/search/collector/mod.rs+1
- src/search/collector/test.rs+37-1
- src/search/collector/unlimited_docs_with_treemap_collector.rs+233
- src/search/implements/api_dingo_impl.rs+2
- src/search/implements/strategy/query_strategy.rs+31-1
- src/search/implements/strategy/query_strategy_test.rs+2
- src/search/implements/tests/api_dingo_test.rs+1
- tests/throughput/benchmark.cpp+2-2
- tests/unit_test/BoundaryIndexSearch.cpp+43-35
- tests/unit_test/FunctionalFFI.cpp+5-5
0 commit comments