I have field string field 'tags' and I want to list all indexed values for 'tag' from Solr. Is there some introspection API in order to get hold of all values as JSON or XML?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use TermsComponent. This will return all the indexed terms. You can specify the field for which you want to retrieve the terms for.
|
|||
|
|