Greetings,
What I need is a match_phrase_prefix on a single field AND a normal match
for text on any field. I have tried a lot of scenarios. Here is one of my
latest:
curl -s -XGET 'http://localhost:9200/components/_search' -d '{
"size": 20000,
"query": {
"bool": {
"must": [
"match_phrase_prefix" : {
"classifications" : "myClass",
},
"match" : {
"_all" : "abcde",
}
]
}
}
}
'
I have tried many permutations of this with no success. Help would surely
be appreciated.
Blake McBride
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f70d652c-a583-4dde-9a33-845fdab26ef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.