Re: Re-label terms from a shard?

2015-10-01 Thread Erick Erickson
Actually, I think there is an enum field type, see: https://issues.apache.org/jira/browse/SOLR-5084. Although the ability to retrofit the current setup is...er...fraught. You could always write a custom update processor (maybe a scriptupdateprocessor?) to transform synonyms into the "correct"

Re-label terms from a shard?

2015-09-29 Thread Dan Bolser
Hi, I'm using sharding 'off label' to integrate data from various remote sites running a common schema. One issue is that the remote sites sometimes use synonyms of the allowed terms in a given field. i.e. we specify that a certain field may only carry the values x, y, and z, but the remote

Re: Re-label terms from a shard?

2015-09-29 Thread Upayavira
On Tue, Sep 29, 2015, at 03:38 PM, Dan Bolser wrote: > Hi, > > I'm using sharding 'off label' to integrate data from various remote > sites > running a common schema. > > One issue is that the remote sites sometimes use synonyms of the allowed > terms in a given field. i.e. we specify that a