tim robertson wrote:
Hi,
Would I be correct in thinking that for each schema I want, I need a new
SOLR instance running?

Hey Tim,

Documents aren't required to have all of the fields (it's not a database), so what I would do is just have all of the field definitions in a single schema.xml file.

That approach would only be a problem if you needed to have a field name mean one thing some of the time and something else another -- I'd suggest using consistent naming so that fields named the same way were treated the same way, and then using a single solr instance.

Daniel

Reply via email to