Re: How to perform a contains query

2016-05-25 Thread Erick Erickson
Well, there are about 17 ways to do this. OK, I'm exaggerating.. WordDelimiterFilterFactory in a text field (with the appropriate parameters set) will do what you want. Basically it'll index Apache Tomcat (7|0|0|x|whatever) where the tokens indexed are split by any non-alphanumeric in the same

Re: How to perform a contains query

2016-05-25 Thread Jay Potharaju
You can use the text_en/text_general field type to query those fields. Use the analysis tab to see how querying works. On Wed, May 25, 2016 at 8:16 PM, Carl Roberts wrote: > Hi, > > Sorry to ask this question again but I had some recent issues with SPAM > filtering so I don't know if someone re