Hi, Does the distributed search work when Solr servers have each different schema.xml? Can it work as long as I search for common field? I have two Solr servers. The one has id, title, body and filename fields (indexing file server's data) and the other has id, title, body and url fields (indexing web server's data ) in schema.xml. Does the distributed search for these servers work as long as I search for title and body field? Though I think it is important to have the same schema.xml in these servers when using distributed search, is there problem when Solr servers have each different schema.xml?
Thanks in advance, Shinichiro Abe