you are storing the same information both ways. the string gets analyzed and 
discarded, just like with the Reader.

Herb...

-----Original Message-----
From: Grant Ingersoll [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2003 9:49 AM
To: [EMAIL PROTECTED]
Subject: Index and Field.Text


Hi,

I have seen the example SAX based XML processing in the Lucene sandbox (thanks to the 
authors for contributing!) and have successfully adapted this approach for my 
application.  The one thing that does not sit well with me is the fact that I am using 
the method Field.Text(String, String) instead of the Field.Text(String, Reader) 
version, which means I am storing the contents in the index.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to