> > Sent: Saturday, June 23, 2012 4:29 PM
> > To: solr-user@lucene.apache.org
> > Subject: Re: Store matching synonyms only
> >
> >
> > There are a number of ways this can be accomplished, including as a
> > preprocessor or a custom update processor, but you
or preprocessor route.
>
> -- Jack Krupansky
>
> -Original Message- From: Jack Krupansky
> Sent: Saturday, June 23, 2012 4:29 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Store matching synonyms only
>
>
> There are a number of ways this can be accompl
onyms, you
will need to go the custom update processor or preprocessor route.
-- Jack Krupansky
-Original Message-
From: Jack Krupansky
Sent: Saturday, June 23, 2012 4:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Store matching synonyms only
There are a number of ways t
There are a number of ways this can be accomplished, including as a
preprocessor or a custom update processor, but you may be able to get by
with a tokenized field without term vectors combined with a "keep words"
filter and an index-time synonym filter that uses "replace mode".
So, in additio