Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Elasticsearch / Opensearch / Solr] Optimize Schema for some data by using enabled false on objects #88

Open
alexander-schranz opened this issue Feb 6, 2023 · 0 comments
Labels
Adapter: Elasticsearch Elasticsearch Adapter releated issue Adapter: Opensearch Opensearch Adapter related issue Adapter: Solr Solr Adapter related issue Performance Performance releated issue

Comments

@alexander-schranz
Copy link
Member

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.

@alexander-schranz alexander-schranz added Adapter: Elasticsearch Elasticsearch Adapter releated issue Adapter: Opensearch Opensearch Adapter related issue Performance Performance releated issue Adapter: Solr Solr Adapter related issue labels Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter: Elasticsearch Elasticsearch Adapter releated issue Adapter: Opensearch Opensearch Adapter related issue Adapter: Solr Solr Adapter related issue Performance Performance releated issue
Projects
None yet
Development

No branches or pull requests

1 participant