: 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
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