Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Discovery: include word proximity in search results #869

Open
pdpinch opened this issue Jan 21, 2016 · 2 comments
Open

Discovery: include word proximity in search results #869

pdpinch opened this issue Jan 21, 2016 · 2 comments
Labels

Comments

@pdpinch
Copy link
Member

pdpinch commented Jan 21, 2016

in multi-word searches, is there a way we can weight search results higher when the words appear in close proximity?

Another approach to #866

@pdpinch
Copy link
Member Author

pdpinch commented Jan 21, 2016

@pwilkins does this make sense?

@pwilkins
Copy link
Contributor

Yes, Elasticsearch supports proximity. We "simply" have to add proximity support to the tool chain that generates an index. (The tool chain is called an analyzer.) This article section provides a high-level description of how this feature works.

https://www.elastic.co/blog/found-text-analysis-part-1#optimizing-phrase-searches-with-shingles

As @giocalitri mentioned in our f2f meeting, we should be prepared for this to create larger index files. Perhaps significantly larger.

@Ferdi Ferdi added the Backlog label Apr 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants