Hi, We want to search in an index in such a way that even if a clause has a long posting list - Solr should stop collecting documents for the clause after receiving X documents that match the clause.
For example, if for query "India",solr can return 5M documents, we would like to restrict the set at only 500K documents. The assumption is that since we are posting chronologically - we would like the X most recent documents to be matched for the clause only. Is it possible anyway? Regards, Pooja