Skip to content

Update Lucene to 10.3.1#18545

Merged
mergify[bot] merged 2 commits intomasterfrom
mt/update-lucene
Oct 21, 2025
Merged

Update Lucene to 10.3.1#18545
mergify[bot] merged 2 commits intomasterfrom
mt/update-lucene

Conversation

@matriv
Copy link
Contributor

@matriv matriv commented Oct 21, 2025

No description provided.

Copy link
Member

@mfussenegger mfussenegger left a comment

Choose a reason for hiding this comment

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

lgtm

Can you also follow up and port the changes for the custom DocValueProducer/Consumer:

❯ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)

@matriv matriv added the ready-to-merge Let Mergify merge the PR once approved and checks pass label Oct 21, 2025
@matriv
Copy link
Contributor Author

matriv commented Oct 21, 2025

❯ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene

will do, thx!

@mergify mergify bot added the queued label Oct 21, 2025
@mergify mergify bot merged commit 192d507 into master Oct 21, 2025
18 checks passed
@mergify mergify bot deleted the mt/update-lucene branch October 21, 2025 09:57
@mergify mergify bot removed the queued label Oct 21, 2025
matriv added a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
matriv added a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
matriv added a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
matriv added a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
matriv added a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
mergify bot pushed a commit that referenced this pull request Oct 21, 2025
Apply changes made between 10.2.2 and 10.3.1 versions:
```
$ g log --oneline releases/lucene/10.2.2..releases/lucene/10.3.1 lucene/core/src/java/org/apache/lucene/codecs/lucene90/{Lucene90DocValuesProducer.java,Lucene90DocValuesConsumer.java,Lucene90DocValuesFormat.java}
d176a42b659 Implement IndexedDISI#docIDRunEnd (#14753)
223d7a41e3c [10.x] Change uses of withReadAdvice to use hints instead (#14629) (#14510)
bb3167e57c6 Impl intoBitset for IndexedDISI and Docvalues (#14529)
```

Relevant PRs:
apache/lucene#14753
apache/lucene#14510
apache/lucene#14529

Follows: #18545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed ready-to-merge Let Mergify merge the PR once approved and checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants