public class QueryFacetRequest extends Object implements FacetRequest
Constructor and Description |
---|
QueryFacetRequest() |
QueryFacetRequest(String name) |
Modifier and Type | Method and Description |
---|---|
void |
addDependency(String dependency) |
void |
addQuery(String query) |
Set<String> |
getDependencies() |
String |
getName()
Get the name of this facet (commonly the field name)
|
List<String> |
getQueries() |
void |
setDependencies(Set<String> dependencies) |
void |
setName(String name) |
void |
setQueries(List<String> queries) |
public QueryFacetRequest()
public QueryFacetRequest(String name)
public void addQuery(String query)
public void addDependency(String dependency)
public String getName()
FacetRequest
getName
in interface FacetRequest
public void setName(String name)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.