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 want to use marija with docker. I have 2 docker containers. one with marija and one with elasticsearch.
I seeded some fake data, the index looks like this:
First of all. These two fields cannot be combined in a single query by default in Elasticsearch. I tried docker es containers
5
5.1.1
5.2.2
5.3.0
5.4.0
5.5.0
5.6.0
I did not find a single version which would allow this query. My solution would be to remove the defaultField("*") option, since then it will be _all by default. Then I get some results. In ES 6 the all_fields option is deprecated.
When I try other connectors to play around (kvk, rdw, twitter) all of them seems to be broken out of the box and configs are missing. My suggestion is to provide valid configs per datasource and provide information which elasticsearch version is supported and how. For me, right now, it is costing me too much time to use it, which is a pity:)
ksipma
changed the title
[query_string] query does not support [all_fields]
[query_string] query does not support [all_fields] and cannot use [all_fields] parameter in conjunction with [default_field] or [fields]
Mar 10, 2019
I want to use marija with docker. I have 2 docker containers. one with marija and one with elasticsearch.
I seeded some fake data, the index looks like this:
GET es:9200/test_persons
I tried a whole lot of different elasticsearch versions in docker
My config of marija looks like this:
config-docker.toml
I am not so experienced with elasticsearch, I hope it is just a stupid mistake. Can someone help me?
The text was updated successfully, but these errors were encountered: