Hi,
I have been trying to achieve the Google Completion suggestion feature in
ES, but I could not success till now. Lets take a look to what I have done:
We have created in ES a “MyIndex” index. Associated to that index, we have
a type “”Information” where we defined a field “Data”. Once we have this,
we created the following documents:
PUT localhost:9200/example/information/1{
“Data": “I need help for my family"
}
PUT localhost:9200/example/information/2{
“Data": “I want to help for searching info in internet"
}
PUT localhost:9200/example/information/3{
“Data": “I give help for managing people life”
}
What we need is, given this documents, when a user searchs for “help” that
ES returns completion suggestions like Google does. So, if the user types
“help”, ES should shows suggestions like:
help for my family
help for searching
help for managing
Is tha possible with ES?
Thanks in advance,
Regards,
Izzat
--
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/58a96cb7-443c-4247-8ce6-a1c0978efb82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.