在Solr的領域PackageTag的Solr - 斜面查詢特殊字符或數字
<field name="PackageTag" type="text_en_splitting" indexed="true" stored="true" required="false" multiValued="true"/>
我有以下值
"playing @@*"
現在我searcing爲「玩」我把它在我的結果。
但是,當我用@@ *搜索時,我沒有。 它在分隔符中被省略。
有沒有一種方法可以讓用戶搜索其特殊的字符,但仍然使用單詞分隔?
爲了完整性,下面是Lucene特殊字符的完整列表:http://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Escaping%20Special%20Characters –