> That is one way, or you do it base64 encoded in a text field if don't
> care about space at all. :)

Lucene also have binary fields for storing. Searching on such fields does
not make sense, so its ok to not be able to index them (how should that
work).

I have this use case, too. Sometimes it is senseful to store arbitrary
objects as stored fields in the index and use then e.g. when displaying
search results.

Uwe


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

Reply via email to