Using ComplexPhraseQueryParser in Datastax search

允我心安 提交于 2019-12-23 05:32:11

问题


I want to perform complex searches in Datastax search. On solr wiki page, it is suggested to use a complex phrase query parser to do the work (https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-ComplexPhraseQueryParser) However, the syntax did not work - so it seems i need to plug it in additionally.

I am using Datastax enterprise 4.5. Is there any particular procedure to plug in the parser - maybe put it in particular location and make specific changes to get it started?


回答1:


Complex phrase query parser was added in Solr 4.8. DSE 4.5 and DSE 4.6 is on Solr 4.6. DSE 4.7 (which is not available yet) will contain Solr 4.10 which will include the complex phrase query parser.



来源:https://stackoverflow.com/questions/28459872/using-complexphrasequeryparser-in-datastax-search

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!