|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Facet | |
---|---|
org.apache.blur.thrift.generated |
Uses of Facet in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated with type parameters of type Facet | |
---|---|
List<Facet> |
BlurQuery.facets
A list of Facets to execute with the given query. |
Methods in org.apache.blur.thrift.generated that return Facet | |
---|---|
Facet |
Facet.deepCopy()
|
Facet |
Facet.setMinimumNumberOfBlurResults(long minimumNumberOfBlurResults)
The minimum number of results before no longer processing the facet. |
Facet |
Facet.setQueryStr(String queryStr)
The facet query. |
Methods in org.apache.blur.thrift.generated that return types with arguments of type Facet | |
---|---|
List<Facet> |
BlurQuery.getFacets()
A list of Facets to execute with the given query. |
Iterator<Facet> |
BlurQuery.getFacetsIterator()
|
Methods in org.apache.blur.thrift.generated with parameters of type Facet | |
---|---|
void |
BlurQuery.addToFacets(Facet elem)
|
int |
Facet.compareTo(Facet other)
|
boolean |
Facet.equals(Facet that)
|
Method parameters in org.apache.blur.thrift.generated with type arguments of type Facet | |
---|---|
BlurQuery |
BlurQuery.setFacets(List<Facet> facets)
A list of Facets to execute with the given query. |
Constructors in org.apache.blur.thrift.generated with parameters of type Facet | |
---|---|
Facet(Facet other)
Performs a deep copy on other. |
Constructor parameters in org.apache.blur.thrift.generated with type arguments of type Facet | |
---|---|
BlurQuery(Query query,
List<Facet> facets,
Selector selector,
boolean useCacheIfPresent,
long start,
int fetch,
long minimumNumberOfResults,
long maxQueryTime,
String uuid,
String userContext,
boolean cacheResult,
long startTime,
List<SortField> sortFields,
String rowId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |