-
Notifications
You must be signed in to change notification settings - Fork 340
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
will scout support mapping? #85
Comments
I'm interested in this as well. |
as well too |
There is no reason you couldn't overwrite the mapping with a custom one, or index settings for that matter. You just post them with a REST client to the elastic cluster directly. Then, index your data. Granted you're still somewhat limited, but the point is you can quickly accomplish this outside of scout without too much trouble. You could also make a console command to do this. |
Actually, you can create you custom mapping with a curl command in your cluster, the import your data from scout via
And your
If you get any more problems, just mention me. |
What I want to do is to use language analyzers (https://www.elastic.co/guide/en/elasticsearch/guide/current/using-language-analyzers.html), but seems like scout doesn't support custom mapping between models and documents.
Is there any way I can accomplish this?
The text was updated successfully, but these errors were encountered: