CDRH / api

Codenamed "Apium": An API to access all public Center for Digital Research in the Humanities resources
https://cdrhdev1.unl.edu/api_frontend
MIT License
3 stars 1 forks source link

Look into possibility of using multiple language analyzers on content? #92

Open jduss4 opened 5 years ago

jduss4 commented 5 years ago

Right now we're splitting content into fields like *_t_es and *_t_en when we need to carry out a search with specific stemming, etc. Look into possibility of using this ES functionality:

https://www.elastic.co/guide/en/elasticsearch/guide/current/mixed-lang-fields.html#_analyze_multiple_times

We would want to compare with Solr possibilities so that we know if this would be a feature that could be lost if we change backends.