Re: Pretty Print segments_N

2015-06-12 Thread MichaƂ B . .
Hi, Please look at the SegmentsInfoHandler and visualisation in AdminUi added in Solr 5. Maybe you could use some of informations already exposed by this Api or simply find a good place to put your changes. I'm pretty much responsible for this code so if you'll have some questions feel free to a

Pretty Print segments_N

2015-06-12 Thread Mike Drob
I'm doing some debugging work on a solr core, and would find it useful to be able to pretty print the contents of the segments_N file in the index. Is there already good functionality for this, or will I need to write up my own utility using SegmentInfos? Thanks, Mike