Skip to content

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Dec 20, 2023

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.

fixes #103002

@iverase iverase added >bug :Search/Search Search-related issues that do not fall into other categories v8.12.1 labels Dec 20, 2023
@elasticsearchmachine
Copy link
Collaborator

Hi @iverase, I've created a changelog YAML for you.

@elasticsearchmachine elasticsearchmachine added v8.13.0 Team:Search Meta label for search team labels Dec 20, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

Copy link
Contributor

@jpountz jpountz left a comment

Choose a reason for hiding this comment

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

Thanks for looking into this! I did not do a detailed review, just looked at things that I expected to be worth looking at. :)

Copy link
Contributor

@ChrisHegarty ChrisHegarty left a comment

Choose a reason for hiding this comment

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

Thanks @iverase. LGTM

Copy link
Contributor

@jpountz jpountz left a comment

Choose a reason for hiding this comment

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

I found a couple minor problems, but otherwise it looks good to me!

@iverase iverase merged commit 4e7a0da into elastic:main Dec 20, 2023
@iverase iverase deleted the ES812codec branch December 20, 2023 14:09
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.12

iverase added a commit to iverase/elasticsearch that referenced this pull request Dec 20, 2023
…mat using PFOR (elastic#103601)

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.
elasticsearchmachine pushed a commit that referenced this pull request Dec 20, 2023
…mat using PFOR (#103601) (#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.
@wurui90
Copy link

wurui90 commented Sep 6, 2024

A question about the 1st comment "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." I think ES prefers the later format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team v8.12.1 v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disk usage has increased in the nightly Logging benchmark
5 participants