Re: Multiple documents with different fields in the same collection

2019-08-15 Thread Erick Erickson
Vlad: “different schemas in one schema” is really just multiple and definitions. There’s no requirement at all that two Solr documents share any fields (well, except if you have ‘required=“true”’ set for a field, for instance the “id” field). I’d also include a “doc_type” field set to A or B

Multiple documents with different fields in the same collection

2019-08-14 Thread Vlad Beznosov
Hello SOLR Users. I am new to SOLR, so please forgive me if something in this email will not make sense to some of you. Here is the problem I am trying to solve: We have a collection of documents A that has corresponding configuration set with schema.xml file in it. We need to add another core