How can I put together a case-insensitive analyzer for tokens?

Cihat Keser, over from Jest https://github.com/searchbox-io/Jest, pointed
out that the string "events" in the code block below is what constitutes as
the name for an analyzer:

 indexerSettings.put("analysis.analyzer.events.type", "custom");
 indexerSettings.put("analysis.analyzer.events.tokenizer", "keyword");
 indexerSettings.put("analysis.analyzer.events.filter", "lowercase");

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.