Hello Ryan, thank you for answering.
In my schema.xml I am defining the field as "indexed = true". The problem is: nothing, even the original predefined analyzers don't work anyway. Please, have a look on my response to Erick. Mitch P.S. Oh, I see what you mean. The field is indexed = true. My language was a little bit tricky ;). ryantxu wrote: > > > 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 > > -- View this message in context: http://old.nabble.com/Custom-Analyzer-Tokenizer-works-but-results-were-not-saved-tp27026739p27055512.html Sent from the Solr - User mailing list archive at Nabble.com.