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

Performing proximity searches #42

Closed
manulera opened this issue May 31, 2022 · 1 comment
Closed

Performing proximity searches #42

manulera opened this issue May 31, 2022 · 1 comment

Comments

@manulera
Copy link

Hello, is it possible to perform proximity searches using Lucene? From the docs of lucene:

Proximity Searches
Lucene supports finding words are a within a specific distance away. To do a proximity search use the tilde, "~", symbol at the end of a Phrase. For example, to search for "drupal" and "lucene" within 10 words of each other, enter
"drupal lucene"~10

I don't see how to do this in the S. cerevisiae texpresso for example.

@textpresso
Copy link

textpresso commented May 31, 2022 via email

@manulera manulera closed this as completed Jun 1, 2022
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

No branches or pull requests

2 participants