public class FacetField extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FacetField.Count |
Constructor and Description |
---|
FacetField(String n) |
FacetField(String name,
String gap,
Date end) |
Modifier and Type | Method and Description |
---|---|
void |
add(String name,
long cnt)
Insert at the end of the list
|
Date |
getEnd()
Date End Facet parameter
|
String |
getGap()
Date Gap Facet parameter
|
FacetField |
getLimitingFields(long max) |
String |
getName() |
int |
getValueCount() |
List<FacetField.Count> |
getValues() |
void |
insert(String name,
long cnt)
Insert at the beginning of the list.
|
String |
toString() |
public FacetField(String n)
public String getGap()
public Date getEnd()
public void add(String name, long cnt)
public void insert(String name, long cnt)
public String getName()
public List<FacetField.Count> getValues()
public int getValueCount()
public FacetField getLimitingFields(long max)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.