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


On 3/3/07, Tricia Williams <[EMAIL PROTECTED]> wrote:

Hi,

  I'm wondering why Stored isn't one of the IndexReader.FieldOption(s)?
Stored is created at the same time and place as the other options
(FieldOption.INDEXED and FieldOption.TERMVECTOR) so it doesn't make sense
that it isn't retrieved in the same way.

Tricia

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


Reply via email to