问题
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