This is an automated email from the ASF dual-hosted git repository.

jianliangqi pushed a change to branch clucene-2.0
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


 discard c259b8b3 Revert "[fix](compile) fix clucene-2.0 compile error (#149)" 
(#150)
    omit c5e27ad6 [fix](compile) fix clucene-2.0 compile error (#149)
    omit a6a13b89 [Fix](PFOR) fix DefaultDDEC (#147)
    omit 04ed43c3 [optimize](reader) optimize the tii, tis file structure (#146)
    omit 26206be1 [Fix](bkd) fix estimate_point_count for empty tree (#145)
    omit 3c5d1e4a [fix](reader)fFig file descriptor (fd) leak issu. (#144)
    omit d204beac [Update](cmake) add debug and no omit frame flags for clucene 
compilation (#143)
    omit b90069ec [feature](input) Add the file cache interface (#142)
    omit af6f847d [Improvement](bkd) improve bkd performance by reuse bkd 
reader (#140)
     new 29cf1b21 [feature](input) Add the file cache interface (#142)
     new cbe0aa60 [Update](cmake) add debug and no omit frame flags for clucene 
compilation (#143)
     new 6db7dcf5 [fix](reader)fFig file descriptor (fd) leak issu. (#144)
     new ce6e919e [optimize](reader) optimize the tii, tis file structure (#146)
     new 2cb4fde4 [Fix](PFOR) fix DefaultDDEC (#147)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c259b8b3)
            \
             N -- N -- N   refs/heads/clucene-2.0 (2cb4fde4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/core/CLucene/index/IndexFileNames.cpp       |   3 -
 src/core/CLucene/index/_IndexFileNames.h        |   3 -
 src/core/CLucene/store/ByteArrayDataInput.cpp   | 107 +++++++++---
 src/core/CLucene/store/ByteArrayDataInput.h     |   6 +-
 src/core/CLucene/util/BytesRef.cpp              |   7 +-
 src/core/CLucene/util/FutureArrays.cpp          |   7 +-
 src/core/CLucene/util/bkd/bkd_reader.cpp        | 206 ++++++++++--------------
 src/core/CLucene/util/bkd/bkd_reader.h          |  74 +++++++--
 src/core/CLucene/util/bkd/docids_writer.cpp     |  23 +--
 src/core/CLucene/util/bkd/index_tree.cpp        |   8 +-
 src/core/CLucene/util/bkd/index_tree.h          |   1 -
 src/core/CLucene/util/bkd/legacy_index_tree.cpp |   5 -
 src/core/CLucene/util/bkd/legacy_index_tree.h   |   1 -
 src/core/CLucene/util/bkd/packed_index_tree.cpp |  52 +++---
 src/core/CLucene/util/bkd/packed_index_tree.h   |   6 +-
 15 files changed, 273 insertions(+), 236 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to