You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Michael Sokolov <ms...@gmail.com> on 2019/05/17 00:49:58 UTC

de/serializing queries

We have lots of nice QueryParsers, but do we have any Query
serializers that produce strings that can then be reliably parsed back
to the original query?

I thought maybe XML parser would do this since it seems to aim to be
all things, but I couldn't find a Query->XML method in a cursory
glance. If nothing exists, I thinkwe could make one using Alan's new
QueryVisitor.

-Mike

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