Skip to content

Exploring the Analysers

Andy Jackson edited this page Jan 7, 2015 · 2 revisions

Assuming you have a local test Solr instance running, as described in the Quick Start, you can easily explore how the field analysers work, as shown on the Solr wiki's Explore the analysers page.

For example, if you pass text through the 'content' field, you should get something like this:

http://localhost:8080/#/discovery/analysis?analysis.fieldvalue=To%20be%20is%20to%20do.&analysis.fieldname=content&verbose_output=0

if you switch into verbose mode, you can see more of the details that are being determined for each token:

http://localhost:8080/#/discovery/analysis?analysis.fieldvalue=To%20be%20is%20to%20do.&analysis.fieldname=content&verbose_output=1