Hello everyone,

How does one go about creating a custom query analyzer? For example, I need
to change:

hello world --> hello && world
hello OR world -> hello || world
hello AND world -> hello && world
hello + world -> hello && world
hello ("Test" || "Place") -> hello && ("Test" || "Place")

Any help would be greatly appreciated.

Thank you,
David Pham
-- 
View this message in context: 
http://www.nabble.com/Custom-query-syntax-tp23878050p23878050.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to