1
我最近使用ComplexPhrase查詢插件(https://issues.apache.org/jira/browse/SOLR-1604)對我的Solr 4.2.1進行了修補。當我發出一個查詢,如:Solr 4.2.1和SOLR-1604:ComplexPhrase和日期範圍查詢不能一起工作
my_text_field:"testin* compl*"~1 AND my_date_field:2013-12-12T04:58:53.732Z
我得到包含文本查詢出具本人和我的my_date_field發行日期結果。
但是當我這樣做:
my_text_field:"testin* compl*"~1 AND my_date_field:[2013-01-01T02:58:53.732Z TO 2013-12-12T04:58:53.732Z]
我沒有得到任何結果。
如果我刪除複雜詞法分析器的東西回到正常(但我不支持複雜的詞組查詢)。