Lucene case sensitive & insensitive search

后端 未结 2 847
说谎
说谎 2021-01-12 00:01

I have a Lucene index which is currently case sensitive. I want to add the option of having a case insensitive search as a fall-back. This means that result

2条回答
  •  甜味超标
    2021-01-12 00:12

    Did you already tried copyField? see http://wiki.apache.org/solr/SchemaXml#Copy_Fields

    If not define a new field B with a different configuration and copy field A into B via copyField

提交回复
热议问题