public class FacetField extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FacetField.Count | 
| Constructor and Description | 
|---|
| FacetField(String n) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(String name,
   long cnt)Insert at the end of the list | 
| 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 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-2016 Apache Software Foundation. All Rights Reserved.