I have a query which starts out with something like name:"john", I
need to expand this to something like name:("john" "johnny").  I've
implemented a custom tokenzier which gets close, but isn't quite right
it outputs name:"john johnny".  Is there a simple example of doing
what I'm attempting?

Reply via email to