public abstract class AbstractFieldFacetRequest extends Object implements FacetRequest
Modifier and Type | Field and Description |
---|---|
protected SchemaField |
field |
Constructor and Description |
---|
AbstractFieldFacetRequest(SchemaField field) |
Modifier and Type | Method and Description |
---|---|
SchemaField |
getField() |
String |
getName()
Get the name of this facet (commonly the field name)
|
void |
setField(SchemaField field) |
protected SchemaField field
public AbstractFieldFacetRequest(SchemaField field)
public SchemaField getField()
public void setField(SchemaField field)
public String getName()
FacetRequest
getName
in interface FacetRequest
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.