Hello,

I'trying to find a way how to:

   1. expand a term - get all words and count that are relevant for a 
   term(s)
   2. get relevant words for a query - list of all words that 
   are highlighted
   3. get phrases by word - e.g. for word war => world war, second word 
   war, the second word war, ....

and complicated one

   1. is there a way how to get/highlighted only words that are relevant 
   for multiple term conditions e.g. 

"must": {
      "wildcard": {
         "content_morfo": {
           "value": "v*"
          }
        },
       "wildcard": {
         "content_morfo": {
           "value": "==AA*=="
          }
        }
}

thx
Petr
      

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f2c0eeb5-8da3-4554-bdac-d6b5122f01c1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to