Yes, we can get all the distinct terms from each collection solr index
using the below call

http://{host}:{port}/solr/collection1/admin/luke?wt=json&fl=field&numTerms=2
the "fields":{.....} of response is your distinct terms in that collection.

I'm sure we can get this using solrj also but never tried.

*Rajesh**.*

On Tue, Jun 2, 2015 at 6:32 AM, Chaushu, Shani <shani.chau...@intel.com>
wrote:

> Hi,
> There is a way to use the Solr API to see all the words in all the
> documents and their frequency in each document?
> I saw the term vector component but couldn't see any way to see the vector
> for each word...
>
> Thanks,
> Shani
>
>
> ---------------------------------------------------------------------
> Intel Electronics Ltd.
>
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
>

Reply via email to