Hi, I think, xml query parser examples [1] are the safest way to persist Lucene queries.
[1]https://github.com/apache/lucene-solr/tree/master/lucene/queryparser/src/test/org/apache/lucene/queryparser/xml Ahmet On Friday, March 18, 2016 4:02 PM, "Bauer, Herbert S. (Scott)" <bauer.sc...@mayo.edu> wrote: Has anyone in this group solved the problem of serializing complex boolean queries (Some of our clauses have span and other query types)? Our Java RMI depends upon being able to do so. I have seen posts that say you can just parse the string representation but apparently that only works on simple query representations. I’m looking at the CoreParser and it’s supporting xml parsing capabilities with an eye toward Marshalling the boolean query into a DOM object and unmarshalling it on the server side using some of the support implied by the CoreParser and related classes. -scott --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org