I am running multiple indexes in single Solr instance with separate configurations and indexes.
<solr persistent="true" sharedLib="lib"> <cores adminPath="/admin/cores"> <core name="foo" instanceDir="foo" dataDir="/opt/search/solr/foo/data"> <property name="server.enabled.file" value="/opt/search/solr/ foo /server-enabled” /> </core> <core name="bar" instanceDir="bar" dataDir="/opt/search/solr/bar/data"> <property name="server.enabled.file" value="/opt/search/solr/bar/server-enabled" /> </core> </cores> </solr> When I index foo alone, mulitiValued field got indexed properly. But when I index both foo and bar, foo’s multivalued field is not getting indexed and stored. -- View this message in context: http://lucene.472066.n3.nabble.com/Mulitvalued-field-is-not-stored-and-indexed-tp2842403p2842403.html Sent from the Lucene - General mailing list archive at Nabble.com.