Re: De-Serializing a query string into BooleanQuery without analyzing

2015-08-04 Thread rahul challapalli
Not sure if it is even possible but having the ability to serialize a lucene query using jackson is ideal for me. - Rahul On Mon, Aug 3, 2015 at 11:38 PM, rahul challapalli < challapallira...@gmail.com> wrote: > Hi, > > I am trying to accomplish the below sequence of tasks

De-Serializing a query string into BooleanQuery without analyzing

2015-08-03 Thread rahul challapalli
Hi, I am trying to accomplish the below sequence of tasks and I am struck during the last step 1. Construct a BooleanQuery 2. Serialize BooleanQuery into a String 3. De-Serialize a String into a BooleanQuery (or a Query) on a different machine. Eg : Lets say from step(2) I got the bel