Hi,
I want to build a custom filter that separate words, i mean if it find a 
word like:
test123
it will convert it to:
test 123

my implementation is this:
http://pastebin.com/x7wkdKVC
http://pastebin.com/y1WG8CjN

the problem is that this analyzer when it separte words it they are 
converted to exact match query, in the prevois example i want the query 
to be:
(test 123)
but what i get is:
("test 123")

how can i fix that?
thank you

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to