On Oct 23, 2011, at 19:34 , Fred Zimmerman wrote:
> it seems from my limited experience thus far that as new data types are
> added, schema.xml will tend to become bloated with many different field and
> fieldtype definitions.  Is this a problem in real life, and if so, what
> strategies are used to address it?

... by keeping your schema lean and clean, only with what YOU need in it.  
Granted, I'd personally keep all the built-in Solr primitive field types 
defined even if I didn't use them, but there aren't very many and don't really 
clutter things up.

Defined fields should ONLY be what you need for your application, and generally 
that should be a tractable (and necessary) reasonably sized set.

        Erik
 

Reply via email to