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.