I am trying to use ICUTokenizerFactory in Solr schema. This is how I have defined field
and fieldType
.
Add this at the top of your solrconfig.xml:
This assumes that you are running from example directory with solr.solr.home set to your instance. Otherwise, just use absolute path to your Solr installation.
You can also copy all those jars into lib directory (under your core, not solr home). But the above is an easier way.