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
I used your project for a while, recently I tried to search some content in elasticsearch head plugin, it doesn't return any result, I used wildcard query for a filed, is there any config about the elasticserch index? It would be better to specify if the ES index has index property or not. Then this project would be much practical for us, we don't need to update the mapping.
Any advice for this?
The text was updated successfully, but these errors were encountered:
Hi @zousheng : The indexer doesnt do anything additional for querying. Are you indexing successfully in ES ? Are you using the index name that you have configured in the config file ? Following the mapping behavior in ES, indexing the document will take care of auto creation of the mapping. There would be a need to update the mapping unless you have some requirements around aggregation. Pls check and let us know.
Hi team,
I used your project for a while, recently I tried to search some content in elasticsearch head plugin, it doesn't return any result, I used wildcard query for a filed, is there any config about the elasticserch index? It would be better to specify if the ES index has index property or not. Then this project would be much practical for us, we don't need to update the mapping.
Any advice for this?
The text was updated successfully, but these errors were encountered: