Re: Accessing "Text" type fields in Lucene
Posted By:
Otis_Gospodnetic
Posted On:
Tuesday, July 6, 2004 09:06 PM
The problem is that when you create Fields with Reader, the original contents of the field does not get stored. Use the Field.Text(String,String) method instead.