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-9825: Hunspell: reverse the "words" trie for faster word lookup/suggestions (lucene repo) #2

Merged
merged 8 commits into from Mar 10, 2021

Conversation

dweiss
Copy link
Contributor

@dweiss dweiss commented Mar 10, 2021

No description provided.

@dweiss dweiss merged commit f5012a4 into apache:main Mar 10, 2021
janhoy pushed a commit to cominvent/lucene that referenced this pull request May 12, 2021
…ilter where possible (apache#2)

* fix some brittle code that effectively assumes non-null iterators
* replace Filter with `DocSet.iterator(LeafReaderContext)` where possible
* extend TestDocSet to cover equivalence of direct/getTopFilter DISIs
* IntervalFacets was redundantly checking live bits; stop it

SortedIntDocSet specifically:
* report precise cost for the iterator; no need to approximate
* cache per-segment offsets into the array
* replaced an unnecessary custom binary search implementation with Arrays.binarySearch(...). 
* intersection size optimization; return "this" if unchanged

Co-authored-by: David Smiley <dsmiley@salesforce.com>
mikemccand pushed a commit to mikemccand/lucene that referenced this pull request Sep 3, 2021
mocobeta referenced this pull request in mocobeta/lucene Dec 2, 2021
change module name prefix (follow-up for LUCENE-10234)
uschindler referenced this pull request in uschindler/lucene Dec 28, 2021
jbellis added a commit to jbellis/lucene that referenced this pull request Jul 24, 2023
jbellis added a commit to jbellis/lucene that referenced this pull request Jul 24, 2023
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