Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUCENE-10435: add CHANGES.txt entry #704

Merged
merged 1 commit into from Feb 23, 2022

Conversation

LuXugang
Copy link
Member

Add entry for #701

@@ -191,6 +191,9 @@ Improvements
* LUCENE-10371: Make IndexRearranger able to arrange segment in a determined order.
(Patrick Zhai)

* LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we could combine this with the original changes entry (also in 9.1) to keep it simple. The original entry would become:

* LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever
  terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang)

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe we could combine this with the original changes entry (also in 9.1) to keep it simple. The original entry would become:

* LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever
  terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang)

OK

@jtibshirani jtibshirani merged commit 7ec8960 into apache:main Feb 23, 2022
jtibshirani pushed a commit that referenced this pull request Feb 23, 2022
wjp719 added a commit to wjp719/lucene that referenced this pull request Feb 27, 2022
* main:
  LUCENE-10421: use Constant instead of relying upon timestamp (apache#686)
  Remove TODO for LUCENE-9952 since that issue was fixed
  LUCENE-10382: Use `IndexReaderContext#id` to check reader identity. (apache#702)
  LUCENE-10408: Write doc IDs of KNN vectors as ints rather than vints. (apache#708)
  LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery (apache#705)
  LUCENE-10417: Revert "LUCENE-10315" (apache#706)
  LUCENE-10382: Fix testSearchWithVisitedLimit failures
  LUCENE-10435: add CHANGES.txt entry (apache#704)
  LUCENE-10382: Ensure kNN filtering works with other codecs (apache#700)
  LUCENE-10054: Make sure to use Lucene90 codec in unit tests (apache#699)
  LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery (apache#701)
  LUCENE-10437:  Improve error message in the Tessellator for polygon with all points collinear (apache#703)
  LUCENE-10416: move changes entry to v10.0.0
dantuzi pushed a commit to SeaseLtd/lucene that referenced this pull request Mar 10, 2022
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.

None yet

2 participants