On 3/9/06, Samuru Jackson <[EMAIL PROTECTED]> wrote:
> Is there a way to save an object to the a lucene index?

Any field may be stored as well as indexed, or stored and not indexed.
If a field is stored only (not indexed), you can opt to store it as
binary or compressed binary.

See the JavaDoc for the lucene Field class.

--
-Yonik
http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server

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

Reply via email to