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

Expose the new min hashing / LSH filter #20149

Closed
mikemccand opened this issue Aug 24, 2016 · 0 comments
Closed

Expose the new min hashing / LSH filter #20149

mikemccand opened this issue Aug 24, 2016 · 0 comments
Labels
:Core/Infra/Core Core issues without another label >enhancement good first issue low hanging fruit help wanted adoptme v5.0.0-beta1

Comments

@mikemccand
Copy link
Contributor

Lucene 6.2.0 added locality sensitive hashing; see https://issues.apache.org/jira/browse/LUCENE-6968 for details. We should expose this in Elasticsearch.

@mikemccand mikemccand added >enhancement :Core/Infra/Core Core issues without another label labels Aug 24, 2016
s1monw pushed a commit that referenced this issue Sep 7, 2016
Exposing lucene 6.x minhash tokenfilter

Generate min hash tokens from an incoming stream of tokens that can
be used to estimate document similarity.

Closes #20149
MaineC pushed a commit to MaineC/elasticsearch that referenced this issue Sep 7, 2016
Exposing lucene 6.x minhash tokenfilter

Generate min hash tokens from an incoming stream of tokens that can
be used to estimate document similarity.

Closes elastic#20149
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >enhancement good first issue low hanging fruit help wanted adoptme v5.0.0-beta1
Projects
None yet
Development

No branches or pull requests

2 participants