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-8753: SharedTerms UniformSplit #676

Closed
wants to merge 2 commits into from

Conversation

bruno-roustant
Copy link
Contributor

An extension of UniformSplit to share the terms between fields. The fields share the same FST dictionary in the block file. Each term occur only once in the block file, and the different term states for multiple fields are stored on each term line in the block file. So there is a single FST for multiple fields, which is generally much more compact when there a lot of fields.

An extension of UniformSplit to share the terms between fields. The fields share the same FST dictionary in the block file. Each term occur only once in the block file, and the different term states for multiple fields are stored on each term line in the block file.
@jpountz jpountz changed the title [LUCENE-8753] SharedTerms UniformSplit LUCENE-8753: SharedTerms UniformSplit Jun 10, 2019
@bruno-roustant
Copy link
Contributor Author

Moved to #828 so I am closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant