Hi,

the json (logged with SearchResponse.toString()) of my search result looks 
like this:
               ...
               "title": "abc, cdf Systemfunktionen",
              * "type": [*
*                  "abc",*
*                  "cdf"*
*               ]*
               ...
so field: type is an array of 2 values.
Then in 
      SearchHitField.getValues().size()
I get only 1.
How to get both values "abc" and "cdf" from the SearchHitField so
      SearchHitField.getValues().size() == 2
?

Please advice and many thanks in advance!

Martin

-- 
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/40bdfdac-2583-46cb-ac08-c792afd83d33%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to