On 28.05.2010 22:06, Chris Hostetter wrote:
and one "text_prefix"
defined similarly but with an additional EdgeNGramTokenFilter used when
indexing to generate "prefix" tokens. then search those fields using
dismax...
To be sure that I understand this right:
Am I right that I should not stopword filter the EdgeNGramTokenFilter
field? Otherwise I would run into the same problems again, won't I?
Or if stopword filtering is ok on this field: Do you filter the
stopwords before or after EdgeNGram tokenizing?
Thanks,
Gert