> In an stored field, the content stored is the raw input
> text.
> But when the analyzers perform some cleaning or interesting
> transformation
> of the text, then it could be interesting to store the text
> after the
> tokenizer/Filter chain
> there is a way to do this? To be able to get back the text
> of the document
> after being processed??

You can get term vectors [1] of analyzed text.

Also you can see analyzed text in solr/admin/analysis.jsp if you copy and paste 
sample text data.

[1] http://wiki.apache.org/solr/TermVectorComponent 


      

Reply via email to