This is an automated email from the ASF dual-hosted git repository.
airborne pushed a change to branch clucene-3.1
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
omit f9476125876 [feature](clucene) Introduce extra statistics for
calculating Doris BM25. (#321)
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/clucene-3.1 (4e6a90b4704)
\
O -- O -- O (f9476125876)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/core/CLucene/index/DocRange.h | 3 -
src/core/CLucene/index/IndexReader.cpp | 8 +-
src/core/CLucene/index/IndexReader.h | 15 +--
src/core/CLucene/index/IndexWriter.cpp | 128 +----------------------
src/core/CLucene/index/IndexWriter.h | 2 -
src/core/CLucene/index/MultiReader.cpp | 32 ------
src/core/CLucene/index/MultiReader.h | 7 --
src/core/CLucene/index/MultiSegmentReader.cpp | 69 +-----------
src/core/CLucene/index/MultipleTermPositions.cpp | 14 +--
src/core/CLucene/index/MultipleTermPositions.h | 12 +--
src/core/CLucene/index/SegmentMerger.cpp | 2 +-
src/core/CLucene/index/SegmentReader.cpp | 117 +++------------------
src/core/CLucene/index/SegmentTermDocs.cpp | 102 ++----------------
src/core/CLucene/index/SegmentTermPositions.cpp | 8 +-
src/core/CLucene/index/Terms.h | 13 +--
src/core/CLucene/index/_MultiSegmentReader.h | 15 +--
src/core/CLucene/index/_SegmentHeader.h | 72 ++-----------
src/core/CLucene/search/IndexSearcher.cpp | 15 ---
src/core/CLucene/search/IndexSearcher.h | 4 -
src/core/CLucene/search/MultiSearcher.cpp | 26 -----
src/core/CLucene/search/MultiSearcher.h | 4 -
src/core/CLucene/search/Searchable.h | 8 +-
src/core/CLucene/search/Similarity.cpp | 8 --
src/core/CLucene/search/Similarity.h | 9 --
src/core/CLucene/search/query/TermIterator.h | 8 --
25 files changed, 58 insertions(+), 643 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]