Re: Store input text after analyzers and token filters

2010-03-15 Thread JCodina
message in context: http://old.nabble.com/Store-input-text-after-analyzers-and-token-filters-tp27792550p27902273.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Store input text after analyzers and token filters

2010-03-15 Thread JCodina
/AnalyzedField.java AnalyzedField.java I have a version for solr 1.4, see next post enjoy it, Joan Codina -- View this message in context: http://old.nabble.com/Store-input-text-after-analyzers-and-token-filters-tp27792550p27902209.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Store input text after analyzers and token filters

2010-03-09 Thread JCodina
in context: http://old.nabble.com/Store-input-text-after-analyzers-and-token-filters-tp27792550p27840488.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Store input text after analyzers and token filters

2010-03-05 Thread Otis Gospodnetic
: solr-user@lucene.apache.org > Sent: Fri, March 5, 2010 6:01:37 AM > Subject: Store input text after analyzers and token filters > > > > In an stored field, the content stored is the raw input text. > But when the analyzers perform some cleaning or interesting transforma

Re: Store input text after analyzers and token filters

2010-03-05 Thread JCodina
gt; 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 > > > >

Re: Store input text after analyzers and token filters

2010-03-05 Thread Ahmet Arslan
> 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

Store input text after analyzers and token filters

2010-03-05 Thread JCodina
document after being processed?? thanks Joan -- View this message in context: http://old.nabble.com/Store-input-text-after-analyzers-and-token-filters-tp27792550p27792550.html Sent from the Solr - User mailing list archive at Nabble.com.