The JavaDoc suggests that one can't have a tokenStreamValue and a StringValue or binaryValue at the same time... any good reason for this restriction?
/** The value of the field as a String, or null. If null, the Reader value, * binary value, or TokenStream value is used. Exactly one of stringValue(), * readerValue(), getBinaryValue(), and tokenStreamValue() must be set. */ The indexing code looks like it should actually work - but the Field restricts one setting a tokenStreamValue and having a stored field at the same time. Should we fix this? -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org