On Jan 6, 2010, at 3:48 PM, MitchK wrote:


I have tested a lot and all the time I thought I set wrong options for my
custom analyzer.
Well, I have noticed that Solr isn't using ANY analyzer, filter or stemmer.
It seems like it only stores the original input.

The stored value is always the original input.

The *indexed* values are transformed by analysis.

If you really need to store the analyzed fields, that may be possible with an UpdateRequestProcessor. also see:
https://issues.apache.org/jira/browse/SOLR-314

ryan

Reply via email to