solr4 - Compatible collections - SOLR 4 / SOLRCloud -
i trying fiogure out solr means compatible collection in order able run following query:
query shards of multiple compatible collections, explicitly specified:
http://localhost:8983/solr/collection1/select?collection=collection1_ny,collection1_nj,collection1_ct
does mean schemas.xml must same between collections or partially same (share same fields used satisfy query)?
cheers, /marcin
ok,
so have tested myself , schema.xml doesn't need same, needs partially same defined query scope i.e. if ask description:text collections/shards need have description field other fields can different.
Comments
Post a Comment