jurismarches / luqum

A lucene query parser generating ElasticSearch queries and more !
Other
187 stars 42 forks source link

Is there any chance to support ComplexPhraseQuery? #90

Open sanowliu opened 1 year ago

sanowliu commented 1 year ago

Hi,

luqum is an amazing library to parse Lucene query and convert it into ElasticSearch query. It would be great if ComplexPhraseQuery also supported. Is there any chance it would be supported in future?

alexgarel commented 1 year ago

Hi @sanowliu Pull Requests are really appreciated ;-)

Also you may specify a bit more what how you would like ComplexPhraseQuery to be supported. I'm not sure what you intend.

sanowliu commented 1 year ago

Hi @sanowliu Pull Requests are really appreciated ;-)

Also you may specify a bit more what how you would like ComplexPhraseQuery to be supported. I'm not sure what you intend.

Hi,

Thanks for your reply. I'm wondering if proximity search with wildcards in query string query. e.g. "heart foundation" OR "heart diseas*" OR "heart fail*"~5 would be supported.