[Elasticsearch / Opensearch / Solr] Optimize Schema for some data by using enabled false on objects #88
Labels
Adapter: Elasticsearch
Elasticsearch Adapter releated issue
Adapter: Opensearch
Opensearch Adapter related issue
Adapter: Solr
Solr Adapter related issue
Performance
Performance releated issue
Stumble over the following things today in my twitter stream by
@frankdejonge
:We should make sure to optimze the schema we are using:
https://www.elastic.co/guide/en/elasticsearch/reference/8.6/enabled.html
If there are object fields which definitly don't need to be analyzed in any case.
Things should be checked specially also for
Solr
and our custom_source
field there.Also we should where possible force a strict schema by default for all search engines to avoid any kind of this problems.
The text was updated successfully, but these errors were encountered: