Hi!
I'm a bit confused, and slightly desperate. I need the functionality of
the ComplexPhraseQueryParser. It's a part of Lucene 3.6.1, so why isn't it
available in ElasticSearch?
Thanks in advance!
--
Hi!
I'm a bit confused, and slightly desperate. I need the functionality of
the ComplexPhraseQueryParser. It's a part of Lucene 3.6.1, so why isn't it
available in ElasticSearch?
Thanks in advance!
--
Its simply not exposed as part of the query DSL, though it potentially can be. You could write your own plugin that introduces a new query type into the DSL that does that if you urgently need it.
On Sep 18, 2012, at 4:37 PM, LittleGrimmy toreau@gmail.com wrote:
Hi!
I'm a bit confused, and slightly desperate. I need the functionality of the ComplexPhraseQueryParser. It's a part of Lucene 3.6.1, so why isn't it available in Elasticsearch?
Thanks in advance!
--
--
Are there any plans to expose it in the near future? If not, what's the
best way to get introduced to writing ES plugins?
Thanks!
On Tuesday, September 18, 2012 9:50:31 PM UTC+2, kimchy wrote:
Its simply not exposed as part of the query DSL, though it potentially can
be. You could write your own plugin that introduces a new query type into
the DSL that does that if you urgently need it.On Sep 18, 2012, at 4:37 PM, LittleGrimmy <tor...@gmail.com <javascript:>>
wrote:Hi!
I'm a bit confused, and slightly desperate. I need the functionality of
the ComplexPhraseQueryParser. It's a part of Lucene 3.6.1, so why isn't it
available in Elasticsearch?Thanks in advance!
--
--
No, there aren't plans to do that, but open an issue, so we can track it. The best way is to simply write a plugin that implements it.
On Sep 19, 2012, at 8:58 AM, LittleGrimmy toreau@gmail.com wrote:
Are there any plans to expose it in the near future? If not, what's the best way to get introduced to writing ES plugins?
Thanks!
On Tuesday, September 18, 2012 9:50:31 PM UTC+2, kimchy wrote:
Its simply not exposed as part of the query DSL, though it potentially can be. You could write your own plugin that introduces a new query type into the DSL that does that if you urgently need it.On Sep 18, 2012, at 4:37 PM, LittleGrimmy tor...@gmail.com wrote:
Hi!
I'm a bit confused, and slightly desperate. I need the functionality of the ComplexPhraseQueryParser. It's a part of Lucene 3.6.1, so why isn't it available in Elasticsearch?
Thanks in advance!
--
--
--
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.