Well, synonyms can certainly do this, in fact
you're specifying the syntax for that substitution.

Do note that these are the _indexed_ values, not
the stored ones. So you'll still have the raw
text returned in the documents.

Best,
Erick


On Fri, Oct 25, 2013 at 7:10 PM, Developer <bbar...@gmail.com> wrote:

> I am trying to figure out a way to standardize the stored values using a
> file
> similar to synonyms.txt file.
>
> For ex:
>
> If I have 3 entries as below
>
> name: apple banana
> name: appleBanana
> name: applebaNana
>
> Mapping
>
> apple banana, appleBanana, applebaNana=> applebanana
>
> I want to just have one entry (overwriting the other - I will be using this
> name as unique id) to be stored in the index.
>
> Not sure if its possible to do this currently. Can someone help me out?
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Is-there-a-way-to-standardize-the-stored-values-like-using-synonyms-for-indexed-values-tp4097846.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to