Greetings,
I have wrote a custom tokenizer class which extends lucene tokenizer class.
Thanks for all replies
Regards
DJ
--
View this message in context:
http://lucene.472066.n3.nabble.com/Tokenize-String-using-Operators-Logical-Operator-operator-etc-tp4079673p4080225.html
Sent from the Luce
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