Skip to content

Conversation

@lszskye
Copy link
Collaborator

@lszskye lszskye commented Jan 29, 2026

Purpose

modify api in GlobalIndexReader

Linked issue: #5

Tests

API and Format

Add following two api in GlobalIndexReader
/// @return true if the reader is thread-safe; false otherwise.
virtual bool IsThreadSafe() const = 0;

/// @return An identifier representing the index type. (e.g., "bitmap", "lumina").
virtual std::string GetIndexType() const = 0;

@lszskye lszskye requested a review from lxy-9602 January 29, 2026 07:38
@lxy-9602 lxy-9602 changed the title feat: modify api in LuceneGlobalIndexReader feat: modify api in GlobalIndexReader Jan 29, 2026
Copy link
Collaborator

@lxy-9602 lxy-9602 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link

@hang8929201 hang8929201 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lxy-9602 lxy-9602 merged commit 5eaa3d9 into alibaba:main Jan 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants