Re: Solr - WordDelimiterFactory with Custom Tokenizer to split only on Boundires

2013-04-30 Thread meghana
Thanks Jack Krupansky, Its very helpful :) Jack Krupansky-2 wrote > The WDF "types" will treat a character the same regardless of where it > appears. > > For something conditional, like dot between letters vs. dot lot preceded > and > followed by a letter, you either have to have a custom token

Re: Solr - WordDelimiterFactory with Custom Tokenizer to split only on Boundires

2013-04-24 Thread Jack Krupansky
The WDF "types" will treat a character the same regardless of where it appears. For something conditional, like dot between letters vs. dot lot preceded and followed by a letter, you either have to have a custom tokenizer or a character filter. Interesting that although the standard tokenize