You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can tell at http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-analyzers.html, the default customer analyzer affects both indexing and search; default_index and default_search only affect one or the other. If I'm setting the default analyzer, I shouldn't need to set default_index and default_search also. Maybe someone who knows more about ElasticSearch than I do can confirm?
I'm trying to convert an existing code base to Nest, and I'm having trouble with the
CreateIndex
command. The command I'm trying to convert is this:I think I want something that looks like:
but
Alias
isn't available onCustomAnalyzer
. What's the best way to pull this off?The text was updated successfully, but these errors were encountered: