lucidworks / auto-phrase-tokenfilter

Lucene Auto Phrase TokenFilter implementation
Other
59 stars 63 forks source link

Use with the edismax query parser? #2

Open jd73 opened 10 years ago

jd73 commented 10 years ago

Does the edismax query parser have the same problem with sending each parsed token to its own token stream as described in LUCENE-2605?

Does the AutoPhrasingQParserPlugin require the use of the default lucene parser internally or can it be swapped for the edismax query parser with minimal other modifications?

Documentation related to these questions would be appreciated.

maryjos commented 8 years ago

I had the same question, how do we use this along with the edismax parser?

wiistriker commented 8 years ago

i want edismax too

atibaup commented 7 years ago

Has anyone tried the solution by https://github.com/jstrassburg/auto-phrase-tokenfilter ? Is there any intention to incorporate the changes in that fork?

It would be amazing if one of the owners of this repo responded to this thread! Thank you for the great contribution.