Hi there, Just a quick question that the wiki page ( http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters) didn't seem to answer very well.
Given an analyzer that has zero or more Char Filter Factories, one Tokenizer Factory, and zero or more Token Filter Factories, which value(s) are indexed? Is every value that is produced from each char filter, tokenizer, and filter indexed? Or is the only the final value after completing the whole chain indexed? Cheers, Ben