mirror of https://github.com/apache/lucene.git
SOLR-10824: fixing stats tests: ignore local scores from query result cache.
This commit is contained in:
parent
e4a7fc59ad
commit
7c448623cc
|
@ -73,7 +73,7 @@ public class TestDefaultStatsCache extends BaseDistributedSearchTestCase {
|
|||
commit();
|
||||
|
||||
if (aDocId != null) {
|
||||
dfQuery("q", "id:"+aDocId,"debugQuery", "true", "fl", "*,score");
|
||||
dfQuery("q", "{!cache=false}id:"+aDocId,"debugQuery", "true", "fl", "*,score");
|
||||
}
|
||||
dfQuery("q", "a_t:one a_t:four", "debugQuery", "true", "fl", "*,score");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue