Hacker News new | ask | show | jobs
by storm 5715 days ago
Schemas are an optional part of Solr. Pretty sure that the default schema.xml has an example of a catch-all field definition, if you use that it will automatically deal with any key you want to throw at it.

Of course you need to specify one field type (analysis stack) to apply to all, but I don't know how you expect to avoid that - gonna have to express that metadata somewhere if you need more complex behavior.

Personally I think the _d, _i approach is ok, suffixes aside - complex field analysis options w/o a schema.