I'm using solr 4.5, and I have a MultiValued field and I need to get the number of values of the MultiValued field where I find my keywords?
This is an example: query: "solr" id_doc:{1} field_multivalued:{"solr solr","lucene","search"}
I need to get 1 for my document.
Is it possible? Please, any ideas? Thanks in advance.