Uwe Schindler wrote:
There are two answers:

Its often a good idea, if you mostly need the full representation in one
call. E.g. we have the complete XML representation in a stored field and use
it for display with XSLT and so on. Other fields are for indexing only and
do not get stored.
I always return the representation as either xml or json so I will store the serialized class and then convert to either xml or json as required and we don't support highlighting ecetera. One more question is serializing the class the correct way to add it.

Paul

---------------------------------------------------------------------
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