Comparing Fields between docs in a Solr Query -


a solar query returns docs containing following fields output: field_1,field_2,field_3. want compute difference between field_2 of different documents. solar query case?

you can't compare fields of 2 different documents, has done on client side or @ index time (which may not feasible given large of documents)


Comments