On Mon, Jun 22, 2009 at 3:49 PM, Uwe Schindler<u...@thetaphi.de> wrote:
> You could also serialize arbitrary objects into the index (Map<String,?>).

Or just commit(Object) (not commit(Map<?,?>)).

The back-compat problems in LUCENE-1473 don't apply since the Object
is opaque to Lucene.

What other issues would we be taking on by using Java's serialization here...?

Mike

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

Reply via email to