How could I query Solr for the most common indexed words? For example, given these fields for each document:
I would like Solr to return to me, in any format, the following output:
Thanks.
Use the luke request handler
http://wiki.apache.org/solr/LukeRequestHandler
example:
http://localhost:8983/solr/admin/luke?fl=Your_Indexed_Field&numTerms=500
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With