Hi,
While doing the clustering with wild card search its giving the exception
but without wild card its working fine.
for ex.
executing the below query works fine:
{
"search_request": {
"fields": [
"Content",
"SessionAtt"
],
"query": {
"query_string": {
"query": "com",
"fields": [
"Content",
"SessionAtt"
]
}
},
"size": 500,
"from": 0,
"highlight": {
"fields": {
"Content": {},
"SessionAtt": {}
}
}
},
"query_hint": "company",
"field_mapping": {
"content": [
"highlight.Content",
"highlight.SessionAtt"
]
},
"algorithm": "lingo3g"
}
But instead if i modify the query string query as "query": "*com*", this
throws the same exception as mentioned in previous posts.
So is there any workaround for the same?
--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Error-ReduceSearchPhaseException-tp4050531p4053686.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/1396945138268-4053686.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.