: I'm using StandardRequestHandler and I wanted to filter results by two fields : in order to avoid duplicate results (in this case the documents are very : similar, with differences in fields that are not returned in a query : response). ... : I'm manage to do the filtering in the client, but then the paging doesn't work : as it should (some pages may contain more duplicated results than others). : Is there a way (query or other RequestHandler) to do this?
not at the moment, but some people have been working on trying to solve the broader problem in an efficient way... https://issues.apache.org/jira/browse/SOLR-236 -Hoss