public static class GroupFacetCollector.FacetEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
count |
private BytesRef |
value |
| Constructor and Description |
|---|
FacetEntry(BytesRef value,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCount() |
BytesRef |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
private final BytesRef value
private final int count
public FacetEntry(BytesRef value, int count)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic BytesRef getValue()
public int getCount()