SOLR Case Insensitive Search

前端 未结 5 1589
春和景丽
春和景丽 2020-12-15 07:10

I\'ve a problem in SOLR Search.
I have a data like this:
\"enter

I use solr a

5条回答
  •  北海茫月
    2020-12-15 07:46

    I have used something like this ... In schema.xml i 've put a new fieldType

    
          
            
            
            
          
          
            
            
            
          
     
    

    Assign the new type to the field that you want to make it case & whitespace insensitive Then you have to construct the solr query in the form : fieldName:(*fieldValue\ *)

提交回复
热议问题