hi all i wanna to get each doc score in search result + restrict search result to some doc that their score are above than score that i need (i mean i set minimum score in search and get doc based on upper than that score) i need this in normal search with edismax and more like this in pysolr i undrestand that i can set debug = true and from search resulrt i get
print(search_result.debug['explain']) but this explain more and i couldn't get each doc score. any help ?! tnx