Thanks, It can be useful as a workarrond, but I get a vector not a "result" that I may use wherever I could used the stored text. I'm thinking in clustering.
Ahmet Arslan wrote: > >> 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 > > > > > -- View this message in context: http://old.nabble.com/Store-input-text-after-analyzers-and-token-filters-tp27792550p27794689.html Sent from the Solr - User mailing list archive at Nabble.com.