How can one extract all the tokens from solr? Not from one document, but from all the documents indexed in solr?
Thanks!
|
|
|
You may do something like this(This sample is approved to be working on a lucene 4.x index):
This iterates over all columns and also over every term per col. You may lookup the methods provided by TermsEnum like |
|||
|
|