I really don't see what the use-case here is. When you say "later",
what does that mean? You're indexing what and querying how?

Best
Erick

On Tue, Jul 23, 2013 at 7:19 AM, dheerajjoshim <[email protected]> wrote:
> Greetings,
>
> I am looking a way to tokenize the String based on Logical operators
>
> Below String needs to be tokenized as
> *arg1:aaa,bbb AND arg2:ccc OR arg3:ddd,eee,fff*
>
> Token 1: arg1:aaa,bbb
> Token 2: arg2:ccc
> Token 3: arg3:ddd,eee,fff
>
> Later i want to fetch each token and tokenize them again on ":" operator.
>
> Is there a library already available? or i should be creating a custom
> library for this?
>
> If you could point at any similar examples that could also help
>
> Regards
> DJ
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Tokenize-String-using-Operators-Logical-Operator-operator-etc-tp4079673.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to