it.unimi.di.mg4j.index.cluster
Class DocumentalMergedCluster
java.lang.Object
it.unimi.di.mg4j.index.Index
it.unimi.di.mg4j.index.cluster.IndexCluster
it.unimi.di.mg4j.index.cluster.DocumentalCluster
it.unimi.di.mg4j.index.cluster.DocumentalMergedCluster
- All Implemented Interfaces:
- Serializable
public class DocumentalMergedCluster
- extends DocumentalCluster
A DocumentalCluster
that merges the
postings of its local indices.
- Author:
- Sebastiano Vigna
- See Also:
- Serialized Form
Fields inherited from class it.unimi.di.mg4j.index.Index |
field, hasCounts, hasPayloads, hasPositions, keyIndex, maxCount, numberOfDocuments, numberOfOccurrences, numberOfPostings, numberOfTerms, payload, prefixMap, properties, singletonSet, sizes, termMap, termProcessor |
Constructor Summary |
DocumentalMergedCluster(Index[] localIndex,
DocumentalClusteringStrategy strategy,
boolean flat,
BloomFilter[] termFilter,
int numberOfDocuments,
int numberOfTerms,
long numberOfPostings,
long numberOfOccurences,
int maxCount,
Payload payload,
boolean hasCounts,
boolean hasPositions,
TermProcessor termProcessor,
String field,
IntList sizes,
Properties properties)
|
Methods inherited from class it.unimi.di.mg4j.index.Index |
documents, documents, getEmptyIndexIterator, getEmptyIndexIterator, getEmptyIndexIterator, getEmptyIndexIterator, getInstance, getInstance, getInstance, getInstance, getInstance, getReader, getTermProcessor |
DocumentalMergedCluster
public DocumentalMergedCluster(Index[] localIndex,
DocumentalClusteringStrategy strategy,
boolean flat,
BloomFilter[] termFilter,
int numberOfDocuments,
int numberOfTerms,
long numberOfPostings,
long numberOfOccurences,
int maxCount,
Payload payload,
boolean hasCounts,
boolean hasPositions,
TermProcessor termProcessor,
String field,
IntList sizes,
Properties properties)