SOLR - wildcard search with capital letter

前端 未结 2 995
萌比男神i
萌比男神i 2021-02-14 20:46

I have a problem with SOLR searching. When i`am searching query: dog* everything is ok, but when query is Dog*(with first capital letter), i get no results. Any advice? My confi

2条回答
  •  余生分开走
    2021-02-14 21:09

    Received answer on another resource. The problem is: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters"On wildcard and fuzzy searches, no text analysis is performed on the search word."

    Hope, this will help someone.

提交回复
热议问题