I have indexed an XML file in solr, which looks like: <doc> <str name="body">ABC</str> <str name="contentid">282307</str> <str name="docuid">121422</str> </doc> <doc> <str name="body">MNO</str> <str name="contentid">272307</str> <str name="docuid">188422</str> </doc>
this file has around 100000 documents. what is the way to get maximum value from the field value "contentid" parsing the whole file. -- View this message in context: http://lucene.472066.n3.nabble.com/Finding-max-value-from-a-fieldvalue-using-solr-query-tp4022167.html Sent from the Solr - User mailing list archive at Nabble.com.