Uses of Package
org.terrier.structures.indexing
-
Packages that use org.terrier.structures.indexing Package Description org.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection.org.terrier.indexing Provides classes and interfaces related to the indexing of documents.org.terrier.realtime Provides index structures that support updating and real-time retrieval.org.terrier.realtime.incremental Provides incremental indexing functionality.org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.indexing.classical Provides functionality for creating on-disk indices via indexer classes.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexingorg.terrier.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures. -
Classes in org.terrier.structures.indexing used by org.terrier.applications Class Description Indexer Properties: termpipelines - the sequence ofTermPipeline
stages (e.g. -
Classes in org.terrier.structures.indexing used by org.terrier.indexing Class Description Indexer Properties: termpipelines - the sequence ofTermPipeline
stages (e.g. -
Classes in org.terrier.structures.indexing used by org.terrier.realtime Class Description DocumentPostingList Represents the postings of one document. -
Classes in org.terrier.structures.indexing used by org.terrier.realtime.incremental Class Description DocumentPostingList Represents the postings of one document. -
Classes in org.terrier.structures.indexing used by org.terrier.realtime.memory Class Description CompressionFactory.CompressionConfiguration A configuration object used by the disk indexers for configuring the compression for direct and inverted files.DiskIndexWriter Utility class for writing an existing index to diskDocumentPostingList Represents the postings of one document.MetaIndexBuilder Abstract class for writing document metadata to a disk index. -
Classes in org.terrier.structures.indexing used by org.terrier.realtime.memory.fields Class Description DiskIndexWriter Utility class for writing an existing index to diskDocumentPostingList Represents the postings of one document.FieldDocumentPostingList FieldDocumentPostingList class -
Classes in org.terrier.structures.indexing used by org.terrier.structures.indexing Class Description BaseMetaIndexBuilder Abstract base class for compressed and uncompressed metaindex building Properties: metaindex.compressed.max.data.in-mem.mb - maximum size that a meta index .zdata file will be kept in memory.CompressionFactory.CompressionConfiguration A configuration object used by the disk indexers for configuring the compression for direct and inverted files.DiskIndexWriter Utility class for writing an existing index to diskDocumentIndexBuilder A builder for the document index.DocumentPostingList Represents the postings of one document.FieldDocumentPostingList FieldDocumentPostingList classLexiconBuilder Builds temporary lexicons during indexing a collection and merges them when the indexing of a collection has finished.LexiconBuilder.CollectionStatisticsCounter Counter of LexiconEntriesLexiconMap This class keeps track of the total counts of terms within a bundle of documents being indexed.MetaIndexBuilder Abstract class for writing document metadata to a disk index. -
Classes in org.terrier.structures.indexing used by org.terrier.structures.indexing.classical Class Description CompressionFactory.CompressionConfiguration A configuration object used by the disk indexers for configuring the compression for direct and inverted files.DocumentPostingList Represents the postings of one document.Indexer Properties: termpipelines - the sequence ofTermPipeline
stages (e.g. -
Classes in org.terrier.structures.indexing used by org.terrier.structures.indexing.singlepass Class Description DocumentPostingList Represents the postings of one document.Indexer Properties: termpipelines - the sequence ofTermPipeline
stages (e.g. -
Classes in org.terrier.structures.indexing used by org.terrier.structures.merging Class Description CompressionFactory.CompressionConfiguration A configuration object used by the disk indexers for configuring the compression for direct and inverted files.