Re: terms separated by -

2010-07-07 Thread Erick Erickson
Take a look at WordDelimiterFilterFactory Erick On Wed, Jul 7, 2010 at 4:15 PM, sarfaraz masood < sarfarazmasood2...@yahoo.com> wrote: > There are terms in my data like : one-way , separated by '-' , now the > problem is that the standard analyzer is considering these as a single term > inst

terms separated by -

2010-07-07 Thread sarfaraz masood
There are terms in my data like : one-way , separated by '-' , now the problem is that the standard analyzer is considering these as a single term instead of two. but i need that these should be stored as two terms in the index.. but how to do this ?? Sarfaraz