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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -