I am uploading documents for indexing in solr it is working perfectly and with the help of luke i can get all index terms created by solr.
My requirement is to get list of tokens created by analyzer. like if i pass "This is Simple HTML Document" then tokenizer will create tokens something like this:
[simple][html][document]. I want this list for my indexed documents.
How can i get this.
Thanks
you can get that info in the Analysis tab of Solr Admin page