Thanks Ahmet:

I¹ve seen these, but I don¹t find any mechanism here helping to get me
from the query object to the xml or a DOM object.  -scott

On 3/18/16, 11:35 AM, "Ahmet Arslan" <iori...@yahoo.com.INVALID> wrote:

>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/sr
>c/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
>
>


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