|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.facet.search.TotalFacetCounts
public class TotalFacetCounts
Maintain Total Facet Counts per partition, for given parameters:
Method Summary | |
---|---|
void |
fillTotalCountsForPartition(int[] partitionArray,
int partition)
Fill a partition's array with the TotalCountsArray values. |
int |
getTotalCount(int ordinal)
Return the total count of an input category |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void fillTotalCountsForPartition(int[] partitionArray, int partition)
partitionArray
- array to fillpartition
- number of required partitionpublic int getTotalCount(int ordinal)
ordinal
- ordinal of category whose total count is required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |