Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-29 Thread Sathiya N Sundararajan
thanks for the suggestion Jack. We are already using @ and # as , will see if it makes sense to go that route. On Tue, Jul 21, 2015 at 4:52 PM, Jack Krupansky wrote: > You can also use the types attribute to change the type of specific > characters, such as to treat the "!" or "&" as an . > > --

Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-21 Thread Jack Krupansky
You can also use the types attribute to change the type of specific characters, such as to treat the "!" or "&" as an . -- Jack Krupansky On Tue, Jul 21, 2015 at 7:43 PM, Sathiya N Sundararajan wrote: > Upayavira, > > thanks for the helpful suggestion, that works. I was looking for an option >

Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-21 Thread Sathiya N Sundararajan
Upayavira, thanks for the helpful suggestion, that works. I was looking for an option to turn off/circumvent that particular WordDelimiterFilter's behavior completely. Since our indexes are hundred's of Terabytes, every time we find a term that needs to be added, it will be a cumbersome process to

Re: WordDelimiterFilter Leading & Trailing Special Character

2015-07-21 Thread Upayavira
Looking at the javadoc for the WordDelimiterFilterFactory, it suggests this config: Note the protected="x" attribute. I suspect if you put Yahoo! into a file referenced by that attribute, it may survive analysis. I'd be curious to hear whether it works. Upayavira On

WordDelimiterFilter Leading & Trailing Special Character

2015-07-20 Thread Sathiya N Sundararajan
Question about WordDelimiterFilter. The search behavior that we experience with WordDelimiterFilter satisfies well, except for the case where there is a special character either at the leading or trailing end of the term. For instance: *‘d&b’ * —> Works as expected. Finds all docs with ‘d&b’. *