public interface ExtendedQuery
Modifier and Type | Method and Description |
---|---|
boolean |
getCache()
Should this query be cached in the query cache or filter cache.
|
boolean |
getCacheSep()
If true, the clauses of this boolean query should be cached separately.
|
int |
getCost()
Returns the cost of this query, used to order checking of filters that are not cached.
|
void |
setCache(boolean cache) |
void |
setCacheSep(boolean cacheSep) |
void |
setCost(int cost) |
boolean getCache()
void setCache(boolean cache)
int getCost()
void setCost(int cost)
boolean getCacheSep()
void setCacheSep(boolean cacheSep)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.