forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Elasticsearch PostingFormat based on Lucene 90 positing for…
…mat using PFOR (elastic#103601) (elastic#103624) Lucene 9.9 has introduced a new posting format that uses FOR instead of PFOR. Elasticsearch prefers the former format, therefore we introduce it as a our own posting format here.
- Loading branch information
Showing
17 changed files
with
5,248 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 103601 | ||
summary: Introduce Elasticsearch `PostingFormat` based on Lucene 90 positing format | ||
using PFOR | ||
area: Search | ||
type: bug | ||
issues: | ||
- 103002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
506 changes: 506 additions & 0 deletions
506
server/src/main/java/org/elasticsearch/index/codec/postings/ES812PostingsFormat.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.