Search code examples
solrsolrcloudinverted-index

can solr find all of the terms of a field of a document?


solr uses inverted index to find the document from the indexed "terms". but what I wonder is that -

is there any approach to know all of the terms which refer to a specific documents?

thanks


Solution

  • Forward index is what you were asking. here in general. here in solr