Thanks. So my alternate question - is there a way of knowing what the
default analyzers define in terms of tokenizers/filters?
Digging into the code suggest they delegate to Lucene's built-in analyzers
(e.g. EnglishAnalyzer for english), which is fairly opaque as to what it's
doing..
Barnaby
On Tuesday, 8 May 2012 14:43:49 UTC+1, Jan Fiedler wrote:
I believe your best bet is to define a custom analyzer. Find documentation
on how to set this up herehttp://www.elasticsearch.org/guide/reference/index-modules/analysis/custom-analyzer.html.
Your custom analyzer can use a similar filter chain as the default analyzer
(but I am not sure whether and where this is documented).