Re: IndexReader.FieldOptions

2007-03-04 Thread Chris Hostetter
: Indexed is orthogonal to stored. Stored fields aren't in necessarily the : index (that is, serachable fields), but are associated with the document. : Stored fields are accessible through the document interface instead, see the : the methods on Fieldable. all true, but slightly orthoginal i bel

Re: IndexReader.FieldOptions

2007-03-04 Thread Erick Erickson
OK, I'm working from memory here, so Indexed is orthogonal to stored. Stored fields aren't in necessarily the index (that is, serachable fields), but are associated with the document. Stored fields are accessible through the document interface instead, see the the methods on Fieldable. Erick