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