Hi,

Lucene needs to load a field value entirely into memory in order to
store it, which defeats the purpose of providing a field value with a
Reader (ie. in a streaming fashion). This is why storing fields is not
supported by this constructor.

If you want your field to be stored, you need to convert it to a
String before passing it to the TextField constructor.

Please use the java-user@ mailing-list for this kind of questions in
the future, see http://people.apache.org/~hossman/#java-user.

-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to