Tokenizing based on special characters coupled with shingles

Hey,

I have this string "cgi-bin/auth?Login=igorusty@yandex.ru&Password=kweinfsdaf", I would want the following tokens "cgi-bin", "cgi-bin/auth", "cgi-bin/auth?Login"....etc. Basically when I search with a match query for "cgi-bin" or "cgi-bin/auth". I should be able to retrieve the record with the aforementioned string present in it. Any help is appreciated.

Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.