Configure SOLR to find documents if the plural is used in the document, and the singular in the search text?

后端 未结 2 1990
不思量自难忘°
不思量自难忘° 2020-12-31 14:56

I am using solr, set up at localhost:8983 I am basically using the out of the box example. I have entered one document with a name \"Car\", and another with a name \"Cars\".

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 15:42

    I found that changing from text_general to text_en in the shema.xml fields took care of this plurality problem

提交回复
热议问题