TextpressoDevelopers / textpressocentral

Textpressocentral frontend web application
Other
2 stars 2 forks source link

Performing proximity searches #42

Closed manulera closed 2 years ago

manulera commented 2 years ago

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 commented 2 years ago

Hello,

unfortunately, this feature is not implemented with Textpressocentral.

Sorry,

Michael.

On 5/31/22 07:39, Manuel Lera Ramirez wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/TextpressoDevelopers/textpressocentral/issues/42, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI26UESZEL755YQJKD2TFMDVMYQCRANCNFSM5XNZ6YBQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>