bennylope / elasticstack

:card_index: Configurable indexing and other extras for Haystack (with ElasticSearch biases)
BSD 2-Clause "Simplified" License
127 stars 31 forks source link

Slower results after ELASTICSEARCH_DEFAULT_ANALYZER #24

Closed sandeepsayone closed 6 years ago

sandeepsayone commented 6 years ago

I am experiencing slower results after setting ELASTICSEARCH_DEFAULT_ANALYZER = 'simple'

Is it possible that changing the analyzer could slow down the search ? My OS is ubuntu 12.04, django version used is 1.7. elasticstack==0.4.0

bennylope commented 6 years ago

I suppose it is possible, although I'd probably track whether the index was updated using this first and then see what the logs tell you.

sandeepsayone commented 6 years ago

Index was updated. Where do i look for the logs ? Would the issue be fixed if django is upgraded and new elasticstack is used ?