Hey, This might be completely naive question.
Could, I create more than one instance of index sets on a single instance of solr server? If so, how could I specify which schema to use and which index set to use. I am planning to create 2 separate index set using a single solr server. Data that needs to be indexed are coming from 2 disparate source and have different scheme. I want to create 2 separate schema like <schema name="example1" version="1.4"> </schema> <schema name="example2" version="1.4"> <schema> and do all the regular operations (index, update, delete and query). Thanks, Sharath