Hi there I am using solrcloud (4.3). I am trying to get the status of a core from solr using (localhost:8000/solr/admin/cores?action=STATUS&core=<core>) and i get the following output
<int name="numDocs">100</int> <int name="maxDoc">102</int> <int name="deletedDocs">2</int> <long name="version">20527</long> <int name="segmentCount">20</int> *<bool name="current">false</bool>* What does current mean? A few of the cores are optimized (with segment count 1) and show current = "true" and rest show current as false. If i have to make the core as current, what should i do? Is it a big alarm if the value is false? -- Best -- C