On 8/24/23 14:57, Rahul Goswami wrote:
localhost:8983/solr/<core_name>/admin/segments
It contains this version stamp for each segment. Look for "
*createdVersionMajor*" Eg:
"_pp0":{
"name":"_pp0",
"delCount":0,
"softDelCount":0,
"hasFieldUpdates":false,
"sizeInBytes":39123,
"size":1,
"age":"2023-08-23T13:11:51.076Z",
"source":"flush",
"version":"8.11.1",
*"createdVersionMajor":8,*
Very cool! I did not know about this API.
This is the output from that for an index I created on Solr 9.4.0-SNAPSHOT:
https://paste.elyograg.org/view/001a39ac
My index is for dovecot, so I've got the collection defaulting to the
XML writer.
Thanks,
Shawn