Re: Using more tokens in TokenFilter :(

2008-05-17 Thread Chris Hostetter
each call of next can only return one token ... if you wnat to return more then one token based on each token you find in "input" then you need to buffer them. There's an abstract class in Solr that you can look at to see how this can be done, and you can subclass it to get all the benefits...

Using more tokens in TokenFilter :(

2008-05-14 Thread broddoi
Buffer(), 0, result.termLength( { return result; } } return null; } } -- View this message in context: http://www.nabble.com/Using-more-tokens-in-TokenFilter-%3A%28-tp17238836p17238836.ht