Re: Field value vs TokenStream

2012-04-20 Thread Carsten Schnober
Am 18.04.2012 20:06, schrieb Uwe Schindler: Hi, > You should inform yourself about the difference between "stored" and > "indexed" fields: The tokens in the ".tis" file are in fact the analyzed > tokens retrieved from the TokenStream. This is controlled by the Field > parameter Field.Index. The F

RE: Field value vs TokenStream

2012-04-18 Thread Uwe Schindler
his plain XML will not be useful). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Carsten Schnober [mailto:schno...@ids-mannheim.de] > Sent: Wednesday, April 18, 2012 5:00 PM > To: jav

Field value vs TokenStream

2012-04-18 Thread Carsten Schnober
Dear list, I'm studying the Lucene index file formats and I wonder: after having initialized a field with Field(String name, String value, Field.Store store, Field.Index index), where is the value String stored? I understand that the chosen analyzer does its processing on that value, including tok