Hi,
I just started to use elasticsearch and i am encountering a problem.
When I am executing this query:
- {
- fields: ["variants", "title", "shortdesc", "image", "hersteller",
"MinPreis"], - from: 0,
- "query": {
-
"fuzzy_like_this": {
-
"fields": ["_all"],
-
"like_text": "royal",
-
"max_query_terms": 12
-
},
-
"term": {
-
"hersteller":"Royal Canin"
-
}
- },
- "facets": {
-
"tierart": {
-
"terms": {
-
"field": "tierart"
-
}
-
},
-
"ohne": {
-
"terms": {
-
"field": "ohne"
-
}
-
},
-
"hersteller": {
-
"terms": {
-
"field": "hersteller.raw"
-
}
-
}
- },
- "sort": [
-
"_score"
- ]
- }
I get a "no parser for element 'hersteller'" error. When i remove
- "term": {
-
"hersteller":"Royal Canin"
-
}
everything works fine.
I appreciate any help,
Regards
Torben
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.