enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

Implement stemming support #6902

Closed GlennRicaud closed 5 years ago

GlennRicaud commented 5 years ago

The purpose is to allow to index and search on properties using stemming. Choice made: Use existing algorithmic stemming proposed by ES.

GlennRicaud commented 5 years ago

Useful links: ES reference: https://www.elastic.co/guide/en/elasticsearch/reference/2.4/index.html To enabled HTTP api of ES: Set http.enabled = true in com.enonic.xp.elasticsearch.cfg Example: http://localhost:9200/search-cms-repo/draft/_search?q=_id:features