PercolateQuery is never cacheable
This commit is contained in:
parent
7bffe95025
commit
57afbadf33
|
@ -248,4 +248,9 @@ public class PercolateQueryBuilderTests extends AbstractQueryTestCase<PercolateQ
|
|||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isCachable(PercolateQueryBuilder queryBuilder) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue