commit | 158a024f14b37cc391066f401339ff62caed2f5b | [log] [tgz] |
---|---|---|
author | Simon Lei <simon.lei@ericsson.com> | Tue Aug 19 13:58:05 2014 -0400 |
committer | Dave Borowitz <dborowitz@google.com> | Wed Aug 20 15:38:14 2014 +0000 |
tree | 5d1888342ffeadd0bcfa29ed41a81e8aea537469 | |
parent | 85a8f993ed1ff16660f13e607db37109b91470d9 [diff] |
Tweak Lucene analyzer's definition of a whole word When words were linked with '_' or '.' Lucene would treat it as one word. Change it so that Lucene treats them as separate words. The new analyzer wraps StandardAnalyzer and changes the behavior such that '_' and '.' are treated as whitespace. A reindex is necessary. Bug: issue 2822 Change-Id: Ibed25695bf8e60335a2486e5e988a7c67b3da37d