A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AbstractAggregator - Class in it.unimi.dsi.mg4j.search.score
A Scorer that aggregates a number of underlying delegating scorers, providing equalisation if required.
AbstractAggregator(Scorer[]) - Constructor for class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Creates an aggregator.
AbstractBitStreamIndexWriter - Class in it.unimi.dsi.mg4j.index
An abstract bitstream-based index writer, providing common variables and a basic AbstractBitStreamIndexWriter.printStats(PrintStream) implementation.
AbstractBitStreamIndexWriter(int, Map<CompressionFlags.Component, CompressionFlags.Coding>) - Constructor for class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
 
AbstractCompositeDocumentIterator - Class in it.unimi.dsi.mg4j.search
An abstract iterator on documents, based on a list of component iterators.
AbstractCompositeDocumentIterator(Index, DocumentIterator...) - Constructor for class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
Creates a new composite document iterator using a given list of component document iterators and a specified index.
AbstractCompositeDocumentIterator(DocumentIterator...) - Constructor for class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
Creates a new composite document iterator using a given list of component document iterators.
AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator - Class in it.unimi.dsi.mg4j.search
An abstract IndexIterator-based interval iterator.
AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator(int) - Constructor for class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
 
AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator - Class in it.unimi.dsi.mg4j.search
An abstract interval iterator.
AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator(int) - Constructor for class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator
 
AbstractDocument - Class in it.unimi.dsi.mg4j.document
An abstract, safely closeable implementation of a document.
AbstractDocument() - Constructor for class it.unimi.dsi.mg4j.document.AbstractDocument
 
AbstractDocumentCollection - Class in it.unimi.dsi.mg4j.document
An abstract, safely closeable implementation of a document collection.
AbstractDocumentCollection() - Constructor for class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
 
AbstractDocumentCollection.PropertyKeys - Enum in it.unimi.dsi.mg4j.document
Symbolic names for common properties of a DocumentCollection.
AbstractDocumentFactory - Class in it.unimi.dsi.mg4j.document
An abstract implementation of a factory, providing a protected method to check for field indices.
AbstractDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.AbstractDocumentFactory
 
AbstractDocumentIterator - Class in it.unimi.dsi.mg4j.document
An abstract, safely closeable implementation of a document iterator.
AbstractDocumentIterator() - Constructor for class it.unimi.dsi.mg4j.document.AbstractDocumentIterator
 
AbstractDocumentIterator - Class in it.unimi.dsi.mg4j.search
An abstract iterator on documents that implements hasNext() and nextInt() using nextDocument(), and provides support for the DocumentIterator.weight()/DocumentIterator.weight(double) methods.
AbstractDocumentIterator() - Constructor for class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
 
AbstractDocumentIterator.AbstractIntervalIterator - Class in it.unimi.dsi.mg4j.search
 
AbstractDocumentIterator.AbstractIntervalIterator() - Constructor for class it.unimi.dsi.mg4j.search.AbstractDocumentIterator.AbstractIntervalIterator
 
AbstractDocumentIteratorVisitor - Class in it.unimi.dsi.mg4j.search.visitor
An abstract implementation of a DocumentIteratorVisitor without return values.
AbstractDocumentIteratorVisitor() - Constructor for class it.unimi.dsi.mg4j.search.visitor.AbstractDocumentIteratorVisitor
 
AbstractDocumentSequence - Class in it.unimi.dsi.mg4j.document
An abstract, safely closeable implementation of a document sequence.
AbstractDocumentSequence() - Constructor for class it.unimi.dsi.mg4j.document.AbstractDocumentSequence
 
AbstractIndexClusterIndexReader - Class in it.unimi.dsi.mg4j.index.cluster
An abstract implementation of an IndexReader for an IndexCluster.
AbstractIndexClusterIndexReader(IndexCluster, int) - Constructor for class it.unimi.dsi.mg4j.index.cluster.AbstractIndexClusterIndexReader
 
AbstractIndexIterator - Class in it.unimi.dsi.mg4j.index
A very basic abstract implementation of an index iterator, providing an obvious implementation of IndexIterator.term(), IndexIterator.id(), DocumentIterator.weight() and of the visiting methods.
AbstractIndexIterator() - Constructor for class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
AbstractIndexReader - Class in it.unimi.dsi.mg4j.index
An abstract, safely closeable implementation of an index reader.
AbstractIndexReader() - Constructor for class it.unimi.dsi.mg4j.index.AbstractIndexReader
 
AbstractIndexScorer - Class in it.unimi.dsi.mg4j.search.score
An abstract subclass of AbstractScorer.
AbstractIndexScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.AbstractIndexScorer
 
AbstractIntersectionDocumentIterator - Class in it.unimi.dsi.mg4j.search
An abstract iterator on documents, generating the intersection of the documents returned by a number of document iterators.
AbstractIntersectionDocumentIterator(Index, DocumentIterator[]) - Constructor for class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
Creates a new intersection iterator using a given array of iterators and a given index.
AbstractIntersectionDocumentIterator(DocumentIterator[]) - Constructor for class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
Creates a new intersection iterator using a given array of iterators.
AbstractOrderedIntervalDocumentIterator - Class in it.unimi.dsi.mg4j.search
An abstract document iterator helping in the implementation of ConsecutiveDocumentIterator and OrderedAndDocumentIterator.
AbstractOrderedIntervalDocumentIterator(DocumentIterator[]) - Constructor for class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
Creates a new abstract document iterator.
AbstractOrderedIntervalDocumentIterator.AbstractOrderedIndexIntervalIterator - Class in it.unimi.dsi.mg4j.search
An abstract interval iterator helping in the implementation of ConsecutiveDocumentIterator and OrderedAndDocumentIterator internal interval iterator member classes.
AbstractOrderedIntervalDocumentIterator.AbstractOrderedIndexIntervalIterator() - Constructor for class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator.AbstractOrderedIndexIntervalIterator
 
AbstractOrderedIntervalDocumentIterator.AbstractOrderedIntervalIterator - Class in it.unimi.dsi.mg4j.search
An abstract interval iterator helping in the implementation of ConsecutiveDocumentIterator and OrderedAndDocumentIterator interval iterator member classes.
AbstractOrderedIntervalDocumentIterator.AbstractOrderedIntervalIterator() - Constructor for class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator.AbstractOrderedIntervalIterator
 
AbstractPayload - Class in it.unimi.dsi.mg4j.index.payload
An abstract payload.
AbstractPayload() - Constructor for class it.unimi.dsi.mg4j.index.payload.AbstractPayload
 
AbstractPayload.ComparatorPayloadPredicate - Class in it.unimi.dsi.mg4j.index.payload
 
AbstractPayload.ComparatorPayloadPredicate(Payload, Payload) - Constructor for class it.unimi.dsi.mg4j.index.payload.AbstractPayload.ComparatorPayloadPredicate
 
AbstractQueryBuilderVisitor<T> - Class in it.unimi.dsi.mg4j.query.nodes
A QueryBuilderVisitor that returns true on all visitPre() methods and does nothing on AbstractQueryBuilderVisitor.prepare().
AbstractQueryBuilderVisitor() - Constructor for class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
AbstractScorer - Class in it.unimi.dsi.mg4j.search.score
An abstract implementation of Scorer.
AbstractScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.AbstractScorer
 
AbstractSimpleTikaDocumentFactory - Class in it.unimi.dsi.mg4j.document.tika
An abstract document factory that provides an implementation for AbstractSimpleTikaDocumentFactory.getDocument(InputStream, Reference2ObjectMap) and AbstractSimpleTikaDocumentFactory.fields().
AbstractSimpleTikaDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
AbstractSimpleTikaDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
AbstractSimpleTikaDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
AbstractSimpleTikaDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
AbstractSnowballTermProcessor - Class in it.unimi.dsi.mg4j.index.snowball
 
AbstractSnowballTermProcessor() - Constructor for class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
AbstractTermExpander - Class in it.unimi.dsi.mg4j.query.nodes
A query transformer that just requires implementing a method that expands terms (e.g., into disjunctive queries).
AbstractTermExpander() - Constructor for class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander
 
AbstractTermExpander.ExpanderVisitor - Class in it.unimi.dsi.mg4j.query.nodes
 
AbstractTermExpander.ExpanderVisitor() - Constructor for class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
AbstractTikaDocumentFactory - Class in it.unimi.dsi.mg4j.document.tika
An abstract document factory that provides the mapping from field names to field indices.
AbstractTikaDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
AbstractTikaDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
AbstractTikaDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
AbstractTikaDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
AbstractUnionDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator on documents, generating the union of the documents returned by a number of document iterators.
AbstractUnionDocumentIterator(DocumentIterator...) - Constructor for class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
Creates a new document iterator that computes the OR of the given array of iterators.
AbstractWeightedScorer - Class in it.unimi.dsi.mg4j.search.score
An abstract subsclass of AbstractIndexScorer providing internal storage and copy of the weight map, faster array-based access to the latter, and a default implementation of AbstractWeightedScorer.score().
AbstractWeightedScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Align
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.And
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Difference
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.False
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.LowPass
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiTerm
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Not
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Or
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.OrderedAnd
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Prefix
 
accept(QueryBuilderVisitor<T>) - Method in interface it.unimi.dsi.mg4j.query.nodes.Query
Accepts a visitor.
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Range
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Remap
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Select
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.True
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Weight
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Accepts a visitor.
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.FalseDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.RemappingDocumentIterator
 
accept(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.TrueDocumentIterator
 
acceptDeep(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
acceptDeepOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
Invokes AbstractUnionDocumentIterator.acceptOnTruePaths(DocumentIteratorVisitor) only on component iterators positioned on the current document.
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Accepts a visitor after a call to DocumentIterator.nextDocument(), limiting recursion to true paths.
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.FalseDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.RemappingDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor<T>) - Method in class it.unimi.dsi.mg4j.search.TrueDocumentIterator
 
actualSamples - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The actual number of samples obtained (might be less than AbstractAggregator.samples if we exhausted the document iterator).
add(MutableString, MutableString) - Method in interface it.unimi.dsi.mg4j.document.DocumentCollectionBuilder
Adds a word and a nonword to the current text field, provided that a text field has started but not yet ended; otherwise, doesn't do anything.
add(MutableString, MutableString) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
add(MutableString, MutableString) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
addEscapes(String) - Static method in error it.unimi.dsi.mg4j.query.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
additionalProperties - Variable in class it.unimi.dsi.mg4j.tool.Combine
Additional properties for the merged index.
addPosition(int) - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Adds a new position for the current document pointer.
address - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
The address of the socket associated with this index.
address - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
The address of the socket associated with this index.
address - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
The address of the index server.
adjustBeginLineColumn(int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
advance() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
advance() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
advance() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
advance() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
advance() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
ahead - Variable in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Whether this iterator is ahead.
align() - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Flushes the internal bit buffer to the byte buffer.
Align - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the alignment of the two iterators.
Align(Query, Query) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Align
 
ALIGN - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
AlignDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that aligns the results of two iterators over different indices.
AlignDocumentIterator(DocumentIterator, DocumentIterator) - Constructor for class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
alignQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for an alignment query.
allIndices - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
An Array containing the numbers from 0 to the number of local indices (excluded).
alpha - Variable in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
The parameter alpha.
alt - Variable in class it.unimi.dsi.mg4j.query.BrowseItem
A non-marked version of the title (for IMG ALT attributes).
alt() - Method in class it.unimi.dsi.mg4j.query.BrowseItem
 
Among - Class in it.unimi.dsi.mg4j.index.snowball
 
Among(String, int, int, String, AbstractSnowballTermProcessor) - Constructor for class it.unimi.dsi.mg4j.index.snowball.Among
 
AnchorExtractor - Class in it.unimi.dsi.mg4j.util.parser.callback
A callback extracting anchor text.
AnchorExtractor(int, int, int) - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
AnchorExtractor.Anchor - Class in it.unimi.dsi.mg4j.util.parser.callback
A class representing an anchor.
AnchorExtractor.Anchor(MutableString, MutableString) - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor.Anchor
 
anchors - Variable in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
The resulting list of anchors.
And - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the logical and of the underlying queries.
And(Query...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.And
 
AND - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
AndDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that returns the AND of a number of document iterators.
AndDocumentIterator(DocumentIterator[]) - Constructor for class it.unimi.dsi.mg4j.search.AndDocumentIterator
 
andQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for an AND-query (the AND token is optional).
appendAndMark(String) - Method in class it.unimi.dsi.mg4j.query.MarkingMutableString
 
appendAndMark(MutableString) - Method in class it.unimi.dsi.mg4j.query.MarkingMutableString
 
appendAndMark(WordReader) - Method in class it.unimi.dsi.mg4j.query.MarkingMutableString
 
ArithmeticCoder - Class in it.unimi.dsi.mg4j.io
An arithmetic coder.
ArithmeticCoder(int) - Constructor for class it.unimi.dsi.mg4j.io.ArithmeticCoder
Creates a new coder.
ArithmeticDecoder - Class in it.unimi.dsi.mg4j.io
An arithmetic decoder.
ArithmeticDecoder(int) - Constructor for class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Creates a new decoder.
array - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
ASSERTS - Static variable in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
ASSERTS - Static variable in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
assign_to(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
atomicQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for an atomic query.
atomicSimpleQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for an atomic simple query.
AutoDetectDocumentFactory - Class in it.unimi.dsi.mg4j.document.tika
A document factory that automatically detect the type of the document content.
AutoDetectDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.tika.AutoDetectDocumentFactory
 
AutoDetectDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.tika.AutoDetectDocumentFactory
 
AutoDetectDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.tika.AutoDetectDocumentFactory
 
AutoDetectDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.tika.AutoDetectDocumentFactory
 
available() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 

B

b - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The parameter b for Golomb coding of pointers.
b - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The parameter b for Golomb coding of pointers.
b - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The parameter b for Golomb coding of pointers.
b - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The parameter b for Golomb coding of pointers.
b - Variable in class it.unimi.dsi.mg4j.search.score.BM25Scorer
The parameter b.
backup(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Backup a number of characters.
basename() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollectionBuilder
Returns the basename of this builder.
basename() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
basename() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
basename - Variable in class it.unimi.dsi.mg4j.index.FileHPIndex
The basename of this index.
basename - Variable in class it.unimi.dsi.mg4j.index.FileIndex
The basename of this index.
batchBasename(int, String, File) - Static method in class it.unimi.dsi.mg4j.tool.Scan
Returns the name of a batch.
batchDirName(String) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the temporary directory for batches (default: the directory containing the basename).
bByIndex - Variable in class it.unimi.dsi.mg4j.search.score.BM25FScorer
The parameter b; you must provide one value for each index.
BEFORE_COUNT - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state can be assumed only in indices that contain counts; it means that we are positioned just before the count for the current document record.
BEFORE_COUNT - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state can be assumed only in indices that contain counts; it means that we are positioned just before the count for the current document record.
BEFORE_DOCUMENT_RECORD - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state means that we are ready to call BitStreamHPIndexWriter.newDocumentRecord().
BEFORE_DOCUMENT_RECORD - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state means that we are ready to call BitStreamIndexWriter.newDocumentRecord().
BEFORE_FREQUENCY - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state means that we are positioned at the start of an inverted list, and we should call BitStreamHPIndexWriter.writeFrequency(int).
BEFORE_FREQUENCY - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state means that we are positioned at the start of an inverted list, and we should call BitStreamIndexWriter.writeFrequency(int).
BEFORE_INVERTED_LIST - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state means that we should call BitStreamHPIndexWriter.newInvertedList().
BEFORE_INVERTED_LIST - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state means that we should call BitStreamIndexWriter.newInvertedList().
BEFORE_PAYLOAD - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state can be assumed only in indices that contain payloads; it means that we are positioned just before the payload for the current document record.
BEFORE_PAYLOAD - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state can be assumed only in indices that contain payloads; it means that we are positioned just before the payload for the current document record.
BEFORE_POINTER - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state means that we just started a new document record, and we should call BitStreamHPIndexWriter.writeDocumentPointer(OutputBitStream, int).
BEFORE_POINTER - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state means that we just started a new document record, and we should call BitStreamIndexWriter.writeDocumentPointer(OutputBitStream, int).
BEFORE_POSITIONS - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This value of BitStreamHPIndexWriter.state can be assumed only in indices that contain document positions; it means that we are positioned just before the position list of the current document record.
BEFORE_POSITIONS - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This value of BitStreamIndexWriter.state can be assumed only in indices that contain document positions; it means that we are positioned just before the position list of the current document record.
beginColumn - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Start.
BITS - Static variable in class it.unimi.dsi.mg4j.io.ArithmeticCoder
Number of bits used by the coder.
BITS - Static variable in class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Number of bits used by the decoder.
bitsForBitSkips() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of bits used for bit skips.
bitsForBitSkips() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
Returns the overall number of bits used for bit skips.
bitsForCounts - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of bits written for counts.
bitsForEntries() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of bits used for tower entries (bits for tower lengths are not included).
bitsForEntries() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
Returns the overall number of bits used for tower entries (bits for tower lengths are not included).
bitsForEntryBitLengths - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of bits written for entry lenghts.
bitsForEntryBitLengths - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The number of bits written for entry lenghts.
bitsForFrequencies - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of bits written for frequencies.
bitsForLowerBitSkips - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for bit skips in the lower part of a tower.
bitsForLowerBitSkips - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of bits written for bit skips in the lower part of a tower.
bitsForLowerPositionsBitSkips - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for positions bit skips in the lower part of a tower.
bitsForLowerSkipPointers - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for skip pointers in the lower part of a tower.
bitsForLowerSkipPointers - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of bits written for skip pointers in the lower part of a tower.
bitsForPayloads - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of bits written for payloads.
bitsForPointers - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of bits written for document pointers.
bitsForPositions - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of bits written for positions.
bitsForPositionsBitSkips() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of bits used for bit skips.
bitsForPositionsOffsets - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of bits written for offsets in the file of positions.
bitsForPositionsQuantumBitLengths - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of bits written for quantum lengths in the positions stream.
bitsForQuantumBitLengths - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of bits written for quantum lengths.
bitsForQuantumBitLengths - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The number of bits written for quantum lengths.
bitsForSkipPointers() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of bits used for skip pointers.
bitsForSkipPointers() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
Returns the overall number of bits used for skip pointers.
bitsForTopBitSkips - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for bit skips at the top of a tower.
bitsForTopBitSkips - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of bits written for bit skips at the top of a tower.
bitsForTopPositionsBitSkips - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for positions bit skips at the top of a tower.
bitsForTopSkipPointers - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for skip pointers at the top of a tower.
bitsForTopSkipPointers - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of bits written for skip pointers at the top of a tower.
bitsForTowerLengths - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of bits written for tower lengths.
bitsForTowerLengths - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of bits written for tower lengths.
bitsForTowers() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of bits used for towers.
bitsForTowers() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
Returns the overall number of bits used for towers.
bitsForVariableQuanta - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of bits written for variable quanta.
bitsForVariableQuanta - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The number of bits written for variable quanta.
BitStreamHPIndex - Class in it.unimi.dsi.mg4j.index
A high-performance bitstream-based index.
BitStreamHPIndex(int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndex
 
BitStreamHPIndexReader - Class in it.unimi.dsi.mg4j.index
A bitstream-based index reader for high-performance indices.
BitStreamHPIndexReader(BitStreamHPIndex, InputBitStream, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
Creates a new skip index reader, with the specified underlying Index and input bit stream.
BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator - Class in it.unimi.dsi.mg4j.index
 
BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator(BitStreamHPIndexReader, InputBitStream, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
BitStreamHPIndexWriter - Class in it.unimi.dsi.mg4j.index
Writes a bitstream-based high-performance index.
BitStreamHPIndexWriter(CharSequence, int, boolean, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, int, int) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
Creates a new index writer, with the specified basename.
BitStreamHPIndexWriter(OutputBitStream, OutputBitStream, OutputBitStream, OutputBitStream, int, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, int, int) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
Creates a new index writer with payloads using the specified underlying OutputBitStream.
BitStreamHPIndexWriter.TowerData - Class in it.unimi.dsi.mg4j.index
A structure maintaining statistical data about tower construction.
BitStreamHPIndexWriter.TowerData() - Constructor for class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
 
BitStreamIndex - Class in it.unimi.dsi.mg4j.index
A bitstream-based index.
BitStreamIndex(int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndex
 
BitStreamIndex.PropertyKeys - Enum in it.unimi.dsi.mg4j.index
Symbolic names for additional properties of a BitStreamIndex.
BitStreamIndexReader - Class in it.unimi.dsi.mg4j.index
A bitstream-based index reader.
BitStreamIndexReader(BitStreamIndex, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndexReader
Creates a new skip index reader, with the specified underlying Index and input bit stream.
BitStreamIndexReader.BitStreamIndexReaderIndexIterator - Class in it.unimi.dsi.mg4j.index
 
BitStreamIndexReader.BitStreamIndexReaderIndexIterator(BitStreamIndexReader, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
BitStreamIndexWriter - Class in it.unimi.dsi.mg4j.index
Writes a bitstream-based interleaved index.
BitStreamIndexWriter(CharSequence, int, boolean, Map<CompressionFlags.Component, CompressionFlags.Coding>) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
Creates a new index writer, with the specified basename.
BitStreamIndexWriter(OutputBitStream, OutputBitStream, OutputBitStream, int, Map<CompressionFlags.Component, CompressionFlags.Coding>) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
Creates a new index writer with payloads using the specified underlying OutputBitStream.
BitStreamIndexWriter(OutputBitStream, int, Map<CompressionFlags.Component, CompressionFlags.Coding>) - Constructor for class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
Creates a new index writer, with the specified underlying OutputBitStream, without additional bit streams.
BLOOM_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
The default extension for Bloom term filters.
BM25FScorer - Class in it.unimi.dsi.mg4j.search.score
A scorer that implements the BM25F ranking scheme.
BM25FScorer(double, Reference2DoubleMap<Index>, StringMap<? extends CharSequence>, LongList) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25FScorer
Creates a BM25F scorer.
BM25FScorer(double, StringMap<? extends CharSequence>, LongList, Object2DoubleMap<String>) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25FScorer
Creates a BM25F scorer.
BM25FScorer(double, Reference2DoubleMap<Index>) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25FScorer
Creates a BM25F scorer using Boldi's variant (frequencies are not needed).
BM25FScorer(String...) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25FScorer
Creates a BM25F scorer using parameters specified by strings.
BM25Scorer - Class in it.unimi.dsi.mg4j.search.score
A scorer that implements the BM25 ranking scheme.
BM25Scorer() - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
Creates a BM25 scorer using BM25Scorer.DEFAULT_K1 and BM25Scorer.DEFAULT_B as parameters.
BM25Scorer(double, double) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
Creates a BM25 scorer using specified k1 and b parameters.
BM25Scorer(String, String) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
Creates a BM25 scorer using specified k1 and b parameters specified by strings.
bra - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
BrowseItem - Class in it.unimi.dsi.mg4j.query
An instance of this class is used to pack the results gathered by QueryServlet in such a way that they are easily accessible from the Velocity Template Language.
BrowseItem() - Constructor for class it.unimi.dsi.mg4j.query.BrowseItem
 
bufcolumn - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
buffer() - Method in class it.unimi.dsi.mg4j.index.CachingOutputBitStream
Return the internal buffer, if it contains all data.
buffer - Variable in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
The internal buffer.
buffer - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
bufferSize - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The size of the buffer used to read the bit stream.
bufferSize - Variable in class it.unimi.dsi.mg4j.tool.Combine
The size of I/O buffers.
bufferSize(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets both the scan buffer size and the combine buffer size.
bufline - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
bufpos - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Position in buffer.
build(DocumentSequence) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
build(DocumentSequence) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
builder(DocumentCollectionBuilder) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the document collection builder (default: null).
ByteArrayPostingList - Class in it.unimi.dsi.mg4j.io
Lightweight posting accumulator with format similar to that generated by BitStreamIndexWriter.
ByteArrayPostingList(byte[], boolean, Scan.Completeness) - Constructor for class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Creates a new posting list wrapping a given byte array.

C

CACHE_MAX_SIZE - Static variable in class it.unimi.dsi.mg4j.util.SemiExternalOffsetList
The maximum number of entry in the cache map.
CachingDocumentIterator - Class in it.unimi.dsi.mg4j.search
A decorator that caches the intervals produced by the underlying document iterator.
CachingDocumentIterator(DocumentIterator) - Constructor for class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
CachingOutputBitStream - Class in it.unimi.dsi.mg4j.index
A special output bit stream with an additional method CachingOutputBitStream.buffer() that returns the internal buffer if the internal buffer contains all that has been written since the last call to position(0).
CachingOutputBitStream(File, int) - Constructor for class it.unimi.dsi.mg4j.index.CachingOutputBitStream
 
CachingOutputBitStream(String, int) - Constructor for class it.unimi.dsi.mg4j.index.CachingOutputBitStream
 
ChainedLexicalClusteringStrategy - Class in it.unimi.dsi.mg4j.index.cluster
A lexical clustering strategy that uses a chain of responsability to choose the local index: term maps out of a given list are inquired until one contains the given term.
ChainedLexicalClusteringStrategy(Index[], BloomFilter[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.ChainedLexicalClusteringStrategy
Creates a new chained lexical clustering strategy using additional Bloom filters.
ChainedLexicalClusteringStrategy(Index[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.ChainedLexicalClusteringStrategy
Creates a new chained lexical clustering strategy.
characters(char[], int, int, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
CheckForSelectQueryVisitor - Class in it.unimi.dsi.mg4j.query.nodes
A QueryBuilderVisitor that returns Boolean.FALSE only if the visited query contains a Select node that does not lie in the aligner of an Align query (as in that case the index is not part of the answer).
CheckForSelectQueryVisitor(String) - Constructor for class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
ClarkeCormackScorer - Class in it.unimi.dsi.mg4j.search.score
Computes the Clarke–Cormack score of all interval iterators of a document.
ClarkeCormackScorer(int, double, boolean) - Constructor for class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
Creates a Clarke–Cormack scorer.
ClarkeCormackScorer(String, String, String) - Constructor for class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
Creates a Clarke–Cormack scorer.
ClarkeCormackScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
Default constructor, assigning the default values (h=ClarkeCormackScorer.DEFAULT_H, α=1) to the parameters; the resulting scorer is normalized.
cleanup(String, int, File) - Static method in class it.unimi.dsi.mg4j.tool.Scan
Cleans all intermediate files generated by a run of this class.
clear() - Method in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
Zeroes all counters, but not frequencies.
close() - Method in class it.unimi.dsi.mg4j.document.AbstractDocument
 
close() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentIterator
 
close() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentSequence
 
close() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
close() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
 
close() - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
 
close() - Method in class it.unimi.dsi.mg4j.document.CSVDocumentCollection
 
close() - Method in interface it.unimi.dsi.mg4j.document.Document
Closes this document, releasing all resources.
close() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollectionBuilder
Terminates the contruction of the collection.
close() - Method in interface it.unimi.dsi.mg4j.document.DocumentIterator
Closes this document iterator, releasing all resources.
close() - Method in interface it.unimi.dsi.mg4j.document.DocumentSequence
Closes this document sequence, releasing all resources.
close() - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
close() - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection.JdbcDocumentIterator
 
close() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
close() - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
close() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
close() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
close() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
close() - Method in class it.unimi.dsi.mg4j.index.cluster.AbstractIndexClusterIndexReader
 
close() - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Closes this index writer, completing the index creation process and releasing all resources.
close() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
Closes the underlying socket.
close() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
close() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
close() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
 
close() - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Calls ByteArrayPostingList.flush() and then releases resources allocated by this byte-array posting list, keeping just the internal buffer.
close() - Method in class it.unimi.dsi.mg4j.tool.Combine.GammaCodedIntIterator
Delegates to the underlying InputBitStream.
close() - Method in class it.unimi.dsi.mg4j.tool.PrecomputeIndex.ReplacingDocumentIteratorBuilderVisitor
 
close() - Method in class it.unimi.dsi.mg4j.tool.Scan
Closes this pass, releasing all resources.
close() - Method in class it.unimi.dsi.mg4j.tool.Scan.PayloadAccumulator
Closes this accumulator, releasing all resources.
CLOSE_ENLARGE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
CLOSE_PAREN - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
CLOSE_RANGE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
CLOSE_REMAP - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
CLOSE_WEIGHT - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
closed - Variable in class it.unimi.dsi.mg4j.index.AbstractIndexReader
Whether this reader has been closed.
CLUSTER_PROPERTIES_EXTENSION - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The extension of the strategy for the cluster associated with a scan.
ClusteringStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A common ancestor interface for all clustering strategies.
COLON - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
column - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
Combine - Class in it.unimi.dsi.mg4j.tool
Combines several indices.
Combine(String, String[], boolean, boolean, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.Combine
Combines several indices into one.
combine(int) - Method in class it.unimi.dsi.mg4j.tool.Combine
Combines several indices.
combine(int) - Method in class it.unimi.dsi.mg4j.tool.Concatenate
 
combine(int) - Method in class it.unimi.dsi.mg4j.tool.Merge
 
combine(int) - Method in class it.unimi.dsi.mg4j.tool.Paste
 
Combine.GammaCodedIntIterator - Class in it.unimi.dsi.mg4j.tool
A partial IntIterator implementation based on γ-coded integers.
Combine.GammaCodedIntIterator(InputBitStream) - Constructor for class it.unimi.dsi.mg4j.tool.Combine.GammaCodedIntIterator
 
combineBufferSize(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the Combine buffer size (default: Combine.DEFAULT_BUFFER_SIZE).
combineNumberOfDocuments() - Method in class it.unimi.dsi.mg4j.tool.Combine
Combines the number of documents.
combineNumberOfDocuments() - Method in class it.unimi.dsi.mg4j.tool.Concatenate
 
combineNumberOfDocuments() - Method in class it.unimi.dsi.mg4j.tool.Merge
 
combineNumberOfDocuments() - Method in class it.unimi.dsi.mg4j.tool.Paste
 
combineSizes(OutputBitStream) - Method in class it.unimi.dsi.mg4j.tool.Combine
Combines size lists.
combineSizes(OutputBitStream) - Method in class it.unimi.dsi.mg4j.tool.Concatenate
 
combineSizes(OutputBitStream) - Method in class it.unimi.dsi.mg4j.tool.Merge
 
combineSizes(OutputBitStream) - Method in class it.unimi.dsi.mg4j.tool.Paste
 
compareTo(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
compareTo(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
compareTo(SelectedInterval) - Method in class it.unimi.dsi.mg4j.query.SelectedInterval
Compares two selected intervals by their left extremes.
compatibleWith(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
compatibleWith(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
compatibleWith(Payload) - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Returns true if this payload instance is compatible with another instance.
components() - Method in class it.unimi.dsi.mg4j.query.nodes.Composite
Returns a copy of the vector of the component queries (the queries themselves are not copied).
Composite - Class in it.unimi.dsi.mg4j.query.nodes
A abstract composite node containing an array of component queries.
Composite(Query...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Composite
 
CompositeDocumentFactory - Class in it.unimi.dsi.mg4j.document
A composite factory that passes the input stream to a sequence of factories in turn.
CompositeDocumentFactory(DocumentFactory[], String[]) - Constructor for class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
Creates a new composite document factory using the factories in a given array.
CompositeDocumentFactory.CompositeDocument - Class in it.unimi.dsi.mg4j.document
A document obtained by composition of documents of underyling factories.
CompositeDocumentFactory.CompositeDocument(Reference2ObjectMap<Enum<?>, Object>, InputStream) - Constructor for class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
CompositeDocumentSequence - Class in it.unimi.dsi.mg4j.document
A document sequence composing a list of underlying sequences.
CompositeDocumentSequence(DocumentSequence...) - Constructor for class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
Creates a new composite document sequence using the provided underlying document sequences, which must possess distinct field names.
CompositeDocumentSequence(DocumentSequence[], String[]) - Constructor for class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
Creates a new composite document sequence using the provided underlying document sequences.
CompressionFlags - Class in it.unimi.dsi.mg4j.index
A container for constants and enums related to index compression.
CompressionFlags() - Constructor for class it.unimi.dsi.mg4j.index.CompressionFlags
 
CompressionFlags.Coding - Enum in it.unimi.dsi.mg4j.index
A coding for an index component.
CompressionFlags.Component - Enum in it.unimi.dsi.mg4j.index
A component of the index.
computeFront() - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
Forces computation of the current front, returning the number of indices it contains.
ComputeNumBitsPositions - Class in it.unimi.dsi.mg4j.tool
Computes the number of bits used by a high-performance index for positions.
ComputeNumBitsPositions() - Constructor for class it.unimi.dsi.mg4j.tool.ComputeNumBitsPositions
 
Concatenate - Class in it.unimi.dsi.mg4j.tool
Concatenates several indices.
Concatenate(String, String[], boolean, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.Concatenate
Concatenates several indices into one.
concatenated - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
Whether this documental cluster is concatenated.
ConcatenatedDocumentCollection - Class in it.unimi.dsi.mg4j.document
A document collection exhibiting a list of underlying document collections, called segments, as a single collection.
ConcatenatedDocumentCollection(String[], DocumentCollection[]) - Constructor for class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
Creates a new concatenated document collection using giving component collections.
ConcatenatedDocumentCollection(String...) - Constructor for class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
Creates a new, partially uninitialised concatenated document collection using giving component collections names.
ConcatenatedDocumentSequence - Class in it.unimi.dsi.mg4j.document
A document sequence exhibiting a list of underlying document sequences, called segments, as a single sequence.
ConcatenatedDocumentSequence(DocumentSequence...) - Constructor for class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
Creates a new concatenated document sequence using giving component sequences.
ConcatenatedDocumentSequence(String...) - Constructor for class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
Creates a new concatenated document sequence using giving serialised component sequences.
ConcatenatedDocumentSequence(String[], DocumentSequence[]) - Constructor for class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
Creates a new concatenated document sequence using giving component sequences.
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
connection - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The currently open connection, if any.
connection - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
The remote server connection used to call the index server.
Consecutive - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the consecutive composition of the underlying queries.
Consecutive(Query...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
Consecutive(Query[], int[]) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
ConsecutiveDocumentIterator - Class in it.unimi.dsi.mg4j.search
An iterator returning documents containing consecutive intervals (in query order) satisfying the underlying queries.
ConsecutiveDocumentIterator(DocumentIterator[], int[]) - Constructor for class it.unimi.dsi.mg4j.search.ConsecutiveDocumentIterator
 
ConstantScorer - Class in it.unimi.dsi.mg4j.search.score
A scorer assigning a constant score (0 by default) to all documents.
ConstantScorer(double) - Constructor for class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
ConstantScorer(String) - Constructor for class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
ConstantScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
containsKey(Object) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
content(int) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
content(int) - Method in interface it.unimi.dsi.mg4j.document.Document
Returns the content of the given field.
content(int) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
content(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
contentFromMetadata(Metadata) - Method in class it.unimi.dsi.mg4j.document.tika.GreedyTikaField
 
contentFromMetadata(Metadata) - Method in class it.unimi.dsi.mg4j.document.tika.TikaField
Gets the content of this Tika field from the given metadata.
context(Document) - Method in class it.unimi.dsi.mg4j.tool.URLMPHVirtualDocumentResolver
 
context(Document) - Method in interface it.unimi.dsi.mg4j.tool.VirtualDocumentResolver
Sets the context document.
ContiguousDocumentalStrategy - Class in it.unimi.dsi.mg4j.index.cluster
A documental partitioning and clustering strategy that partitions an index into contiguous segments.
ContiguousDocumentalStrategy(int...) - Constructor for class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
Creates a new contiguous strategy with the given cutpoints.
ContiguousLexicalStrategy - Class in it.unimi.dsi.mg4j.index.cluster
A lexical strategy that partitions terms into contiguous segments.
ContiguousLexicalStrategy(int[], CharSequence[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
Creates a new contiguous lexical strategy with the given cutpoints.
copy() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
copy() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollection
 
copy() - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
Returns a copy of this document factory.
copy() - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.SubDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.SubDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
copy() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
copy() - Method in class it.unimi.dsi.mg4j.index.DowncaseTermProcessor
 
copy() - Method in class it.unimi.dsi.mg4j.index.NullTermProcessor
 
copy() - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
copy() - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
copy() - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Returns a copy of this payload.
copy - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
copy() - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
copy() - Method in interface it.unimi.dsi.mg4j.index.TermProcessor
 
copy() - Method in class it.unimi.dsi.mg4j.query.IntervalSelector
 
copy() - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
copy() - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
copy() - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander.ExpanderVisitor
 
copy() - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
 
copy() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
copy() - Method in class it.unimi.dsi.mg4j.query.QueryEngine
 
copy() - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.BM25FScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.CountScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
copy() - Method in interface it.unimi.dsi.mg4j.search.score.DelegatingScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.LinearAggregator
 
copy() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
copy() - Method in class it.unimi.dsi.mg4j.search.score.VignaScorer
 
copy_from(AbstractSnowballTermProcessor) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
count - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current count (if this index contains counts).
count() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
count - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current count (if this index contains counts).
count() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
count() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
count() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
count() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
count() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the count, that is, the number of occurrences of the term in the current document.
count() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
The count is the sum of counts of those component iterators positioned on the current document.
count - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current count (if this index contains counts).
count() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
count - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current count (if this index contains counts).
count() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
count - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current count (if this index contains counts).
count() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
count - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
The number of elements of AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator.position for each index iterator.
count - Variable in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
For each offset, its count.
count(long) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Sets the count.
count() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Returns the current count.
countCoding - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The coding for counts.
countCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.countCoding.
countCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The coding for counts.
countCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.countCoding.
countCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.countCoding.
countCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.countCoding.
countCoding - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.countCoding.
CounterCollectionVisitor - Class in it.unimi.dsi.mg4j.search.visitor
A visitor collecting the counts of terms in a DocumentIterator tree.
CounterCollectionVisitor(CounterSetupVisitor) - Constructor for class it.unimi.dsi.mg4j.search.visitor.CounterCollectionVisitor
Creates a new counter-collection visitor based on a given counter-setup visitor.
CounterSetupVisitor - Class in it.unimi.dsi.mg4j.search.visitor
A visitor using the information collected by a TermCollectionVisitor to set up term frequencies and counters.
CounterSetupVisitor(TermCollectionVisitor) - Constructor for class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
Creates a new counter-setup visitor based on a given term-collection visitor.
CountScorer - Class in it.unimi.dsi.mg4j.search.score
A trivial scorer that computes the score by adding the counts (the number of occurrences within the current document) of each term multiplied by the weight of the relative index.
CountScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.CountScorer
 
CSVDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection corresponding to a given set of records in a comma separated file.
CSVDocumentCollection(String, String, String[], int, DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.CSVDocumentCollection
 
curChar - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
curr - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
At any time, curr[ i ] contains position[ i ][ currPos[i ] ].
curr - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator
The last interval returned by each iterator.
curr - Variable in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
The current document of the iterator.
curr - Variable in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
The stack of selected indices (changed by Select nodes).
current - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
currentDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The last document pointer we read from current list, -1 if we just read the frequency, DocumentIterator.END_OF_LIST if we are beyond the end of list.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The current document pointer.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The last document pointer we read from current list, -1 if we just read the frequency, DocumentIterator.END_OF_LIST if we are beyond the end of list.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The current document pointer.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The last document pointer we read from current list, -1 if we just read the frequency, DocumentIterator.END_OF_LIST if we are beyond the end of list.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The last document pointer we read from current list, -1 if we just read the frequency, DocumentIterator.END_OF_LIST if we are beyond the end of list.
currentDocument - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The last document pointer we read from current list, -1 if we just read the frequency, DocumentIterator.END_OF_LIST if we are beyond the end of list.
currentIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The current iterator (an index into DocumentalConcatenatedClusterDocumentIterator.documentIterator).
currentIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The current iterator.
currentIterators - Variable in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
A map from indices to the iterators returned for the current document.
currentTerm - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The current term.
currentTerm - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current term.
currentTerm - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current term.
currentTerm - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current term.
currentTerm - Variable in class it.unimi.dsi.mg4j.tool.PrecomputeIndex.ReplacingDocumentIteratorBuilderVisitor
The current term of this builder visitor.
currentToken - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
This is the last token that has been consumed successfully.
currIndex - Variable in class it.unimi.dsi.mg4j.search.score.AbstractIndexScorer
An array containing the indices in DocumentIterator.indices() for AbstractScorer.documentIterator; it is set up by AbstractIndexScorer.wrap(DocumentIterator).
currPos - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
The index of current element of AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator.position for each index iterator.
currSample - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The next sample to be returned, if smaller than AbstractAggregator.actualSamples.
currScore - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The current score.
currSize - Variable in class it.unimi.dsi.mg4j.tool.Scan
The current maximum size for each document, if the field indexed is virtual.
currWeight - Variable in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
An array parallel to AbstractIndexScorer.currIndex containing the current corresponding values in AbstractWeightedScorer.index2Weight; it is set up by AbstractWeightedScorer.wrap(DocumentIterator).
cursor - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
cutPoints - Variable in class it.unimi.dsi.mg4j.tool.Scan
The cutpoints of the batches (for building later a ContiguousDocumentalStrategy).
cutPoints - Variable in class it.unimi.dsi.mg4j.tool.Scan.PayloadAccumulator
The cutpoints of the batches (for building later a ContiguousDocumentalStrategy).

D

DanishStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
DanishStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.DanishStemmer
 
DatePayload - Class in it.unimi.dsi.mg4j.index.payload
A payload containing a date expressed as seconds from the Epoch and stored using δ coding.
DatePayload() - Constructor for class it.unimi.dsi.mg4j.index.payload.DatePayload
 
dbUri - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The URI pointing at the database.
DEBUG - Static variable in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
DEBUG - Static variable in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
debugStream - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
Debug output.
decode(int) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection.FrequencyCodec
Decodes a symbol, returning the original symbol.
decode(InputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Decodes a symbol.
DecreasingDocumentRankScorer - Class in it.unimi.dsi.mg4j.search.score
Compute scores that do not depend on intervals, but that just assign a fixed score to each document starting from 1; scores are read from a file whose name is passed to the constructor.
DecreasingDocumentRankScorer(String) - Constructor for class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
Builds a document scorer by first reading the ranks from a file.
DecreasingDocumentRankScorer(double[]) - Constructor for class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
Builds a document scorer with given scores.
DEFAULT - Static variable in class it.unimi.dsi.mg4j.index.CompressionFlags
Deprecated. As of MG4J 1.2, replaced by CompressionFlags.DEFAULT_STANDARD_INDEX.
DEFAULT - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
Lexical state.
DEFAULT_B - Static variable in class it.unimi.dsi.mg4j.search.score.BM25FScorer
The default value used for the parameter b.
DEFAULT_B - Static variable in class it.unimi.dsi.mg4j.search.score.BM25Scorer
The default value used for the parameter b.
DEFAULT_BATCH_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The default batch size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
Default buffer size, set up after some experiments.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
 
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
The default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
The default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndex
The default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.Combine
The default buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.PartitionDocumentally
The default buffer size for all involved indices.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.PartitionLexically
The default buffer size for all involved indices.
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The default buffer size.
DEFAULT_DELIMITER - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The default delimiter separating two documents read from standard input (a newline).
DEFAULT_EXTENSION - Static variable in interface it.unimi.dsi.mg4j.document.DocumentCollection
The default extension for a serialised collection (including the dot).
DEFAULT_FIXED_QUANTUM - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The default fixed quantum (each 64 postings).
DEFAULT_H - Static variable in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
The default value for h.
DEFAULT_HEIGHT - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The default height (fairly low, due to memory consumption).
DEFAULT_INTERVAL_SURROUND - Static variable in class it.unimi.dsi.mg4j.query.MarkingMutableString
The default number of words before and after each interval.
DEFAULT_K1 - Static variable in class it.unimi.dsi.mg4j.search.score.BM25FScorer
The default value used for the parameter k1.
DEFAULT_K1 - Static variable in class it.unimi.dsi.mg4j.search.score.BM25Scorer
The default value used for the parameter k1.
DEFAULT_MAX_TERMS - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The default maximum number of terms.
DEFAULT_MEMORY_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.tool.Paste
The default size of the temporary bit stream buffer used while pasting.
DEFAULT_OFFSET_STEP - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
The default value for the query parameter Index.UriKeys.OFFSETSTEP.
DEFAULT_PAYLOAD_INDEX - Static variable in class it.unimi.dsi.mg4j.index.CompressionFlags
An unmodifiable map representing the default flags for a payload-based index.
DEFAULT_PORT - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
DEFAULT_QUANTUM - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The default variable quantum (4% of index size).
DEFAULT_STANDARD_INDEX - Static variable in class it.unimi.dsi.mg4j.index.CompressionFlags
An unmodifiable map representing the default flags for a standard index.
DEFAULT_TEMP_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The size of the buffer for the temporary file used to build an inverted list.
DEFAULT_TEMP_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The size of the buffer for the temporary file used to build an inverted list.
DEFAULT_TEMPLATE - Static variable in class it.unimi.dsi.mg4j.query.QueryServlet
The default Velocity template used by this servlet; may be overriden in the context using an attribute named template.
DEFAULT_VIRTUAL_DOCUMENT_GAP - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The default virtual field gap.
defaultIndex - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
The default index alias.
defaultIndex - Variable in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
The default index.
defaultMetadata - Variable in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
The set of default metadata for this factory.
DelegatingScorer - Interface in it.unimi.dsi.mg4j.search.score
A marker interface for those scorers that delegate all IntIterator's method to the underlying DocumentIterator.
dequeue() - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
Dequeues a document from the queue, returning an instance of DocumentScoreInfo.
descriptors - Variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
The list of document descriptors.
Difference - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a difference of two queries.
Difference(Query, Query) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Difference
 
Difference(Query, Query, int, int) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Difference
 
DifferenceDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that computes the Brouwerian difference between two given document iterators.
DifferenceDocumentIterator(DocumentIterator, DocumentIterator, int, int) - Constructor for class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
Creates a new difference document iterator given a minuend and a subtrahend iterator.
differenceQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for a difference query.
disable_tracing() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Disable tracing.
DiskBasedIndex - Class in it.unimi.dsi.mg4j.index
A static container providing facilities to load an index based on data stored on disk.
DispatchingDocumentFactory - Class in it.unimi.dsi.mg4j.document
A document factory that actually dispatches the task of building documents to various factories according to some strategy.
DispatchingDocumentFactory(DocumentFactory[], String[], DocumentFactory.FieldType[], int[][], DispatchingDocumentFactory.DispatchingStrategy) - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
Creates a new dispatching factory.
DispatchingDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
DispatchingDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
DispatchingDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
DispatchingDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
DispatchingDocumentFactory.DispatchingStrategy - Interface in it.unimi.dsi.mg4j.document
A strategy that decides which factory is appropriate using the document metadata.
DispatchingDocumentFactory.MetadataKeys - Enum in it.unimi.dsi.mg4j.document
Case-insensitive keys for metadata.
DispatchingDocumentFactory.StringBasedDispatchingStrategy - Class in it.unimi.dsi.mg4j.document
A strategy that is based on trying to match the value of the metadata with a given key with respect to a certain set of values.
DispatchingDocumentFactory.StringBasedDispatchingStrategy(Enum<?>, Object2IntMap<String>) - Constructor for class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory.StringBasedDispatchingStrategy
The strategy works as follows: the property named key is resolved; if this property is not set, the default return value of value is returned.
dispose() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
dispose() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Disposes this document iterator, releasing all resources.
dispose() - Method in class it.unimi.dsi.mg4j.search.FalseDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.RemappingDocumentIterator
 
dispose() - Method in class it.unimi.dsi.mg4j.search.TrueDocumentIterator
 
doc - Variable in class it.unimi.dsi.mg4j.query.ResultItem
The document index of this result.
doc() - Method in class it.unimi.dsi.mg4j.query.ResultItem
 
doc - Variable in class it.unimi.dsi.mg4j.tool.Merge
The reference array of the document queue.
doc - Variable in class it.unimi.dsi.mg4j.tool.Paste
The reference array of the document queue.
doc2id - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The map (as an array) from documents to database identifiers.
doc2id(int) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
Returns the database identifier associated with a given document.
DOC_CLOSE - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
DOC_OPEN - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
DOCHDR_CLOSE - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
DOCHDR_OPEN - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
DOCNO_CLOSE - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
DOCNO_OPEN - Static variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
 
Document - Interface in it.unimi.dsi.mg4j.document
An indexable document.
document(int) - Method in interface it.unimi.dsi.mg4j.document.DocumentCollection
Returns the document given its index.
document(int) - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.SubDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
document(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
document() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
document() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Returns the current document.
document() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
document() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns the last document returned by DocumentIterator.nextDocument().
document() - Method in class it.unimi.dsi.mg4j.search.RemappingDocumentIterator
 
document - Variable in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
The index of the document.
DOCUMENT_COMPARATOR - Static variable in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
A comparator that sorts DocumentScoreInfo instances by increasing document number.
DOCUMENT_OFFSETS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
Standard extension for the file containing document offsets stored as δ-encoded gaps.
DocumentalCluster - Class in it.unimi.dsi.mg4j.index.cluster
A abstract class representing a cluster of local indices containing separate set of documents from the same collection.
DocumentalCluster(Index[], DocumentalClusteringStrategy, boolean, BloomFilter[], int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
Creates a new documental index cluster.
DocumentalClusterIndexReader - Class in it.unimi.dsi.mg4j.index.cluster
An index reader for a DocumentalCluster.
DocumentalClusterIndexReader(DocumentalCluster, int) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalClusterIndexReader
 
DocumentalClusteringStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A way to associate (quite bidirectionally) local and global document pointers.
DocumentalConcatenatedCluster - Class in it.unimi.dsi.mg4j.index.cluster
A DocumentalCluster that concatenates the postings of its local indices.
DocumentalConcatenatedCluster(Index[], DocumentalClusteringStrategy, boolean, BloomFilter[], int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedCluster
 
DocumentalConcatenatedClusterDocumentIterator - Class in it.unimi.dsi.mg4j.index.cluster
A document iterator concatenating iterators from local indices.
DocumentalConcatenatedClusterDocumentIterator(DocumentalClusterIndexReader, DocumentIterator[], int[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
Creates a new document iterator for a documental cluster.
DocumentalConcatenatedClusterIndexIterator - Class in it.unimi.dsi.mg4j.index.cluster
An index iterator concatenating iterators from local indices.
DocumentalConcatenatedClusterIndexIterator(DocumentalClusterIndexReader, IndexIterator[], int[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
DocumentalMergedCluster - Class in it.unimi.dsi.mg4j.index.cluster
A DocumentalCluster that merges the postings of its local indices.
DocumentalMergedCluster(Index[], DocumentalClusteringStrategy, boolean, BloomFilter[], int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedCluster
 
DocumentalMergedClusterDocumentIterator - Class in it.unimi.dsi.mg4j.index.cluster
A document iterator merging iterators from local indices.
DocumentalMergedClusterDocumentIterator(DocumentalClusterIndexReader, DocumentIterator[], int[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
Creates a new document iterator for a documental cluster.
DocumentalMergedClusterIndexIterator - Class in it.unimi.dsi.mg4j.index.cluster
An index iterator merging iterators from local indices.
DocumentalMergedClusterIndexIterator(DocumentalClusterIndexReader, IndexIterator[], int[]) - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
DocumentalPartitioningStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A way to associate a document with a local index out of a given set and a local document number in the local index.
DocumentalStrategies - Class in it.unimi.dsi.mg4j.index.cluster
Static utility methods for documental strategies.
DocumentalStrategies() - Constructor for class it.unimi.dsi.mg4j.index.cluster.DocumentalStrategies
 
DocumentCollection - Interface in it.unimi.dsi.mg4j.document
A collection of documents.
documentCollection - Variable in class it.unimi.dsi.mg4j.query.QueryServlet
The document collection.
DocumentCollectionBuilder - Interface in it.unimi.dsi.mg4j.document
An interface for classes that can build collections during the indexing process.
DocumentFactory - Interface in it.unimi.dsi.mg4j.document
A factory parsing and building documents of the same type.
documentFactory - Variable in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
The document factory that will be replicated.
DocumentFactory.FieldType - Enum in it.unimi.dsi.mg4j.document
A field type.
DocumentIterator - Interface in it.unimi.dsi.mg4j.document
An iterator over documents.
documentIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The component document iterators.
documentIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The component document iterators.
documentIterator - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
The component document iterators.
DocumentIterator - Interface in it.unimi.dsi.mg4j.search
An iterator over documents (pointers) and their intervals.
documentIterator - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The current document iterator.
documentIterator - Variable in class it.unimi.dsi.mg4j.search.score.AbstractScorer
The current document iterator.
DocumentIteratorBuilderVisitor - Class in it.unimi.dsi.mg4j.search
A QueryBuilderVisitor that builds a DocumentIterator resolving the queries using the objects in it.unimi.dsi.mg4j.search.
DocumentIteratorBuilderVisitor(Object2ReferenceMap<String, Index>, Index, int) - Constructor for class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
Creates a new builder visitor.
DocumentIteratorBuilderVisitor(Object2ReferenceMap<String, Index>, Reference2ReferenceMap<Index, Object>, Index, int) - Constructor for class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
Creates a new builder visitor with additional parsers for payload-based indices.
documentIteratorIndex - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The indices corresponding to each underlying document iterator.
DocumentIterators - Class in it.unimi.dsi.mg4j.search
A class providing static methods and objects that do useful things with document iterators.
DocumentIterators() - Constructor for class it.unimi.dsi.mg4j.search.DocumentIterators
 
DocumentIteratorVisitor<T> - Interface in it.unimi.dsi.mg4j.search.visitor
A visitor for the tree defined by a DocumentIterator.
documentQueue - Variable in class it.unimi.dsi.mg4j.tool.Merge
The queue containing document pointers (for remapped indices).
documentQueue - Variable in class it.unimi.dsi.mg4j.tool.Paste
The queue containing document pointers (for remapped indices).
DocumentRankScorer - Class in it.unimi.dsi.mg4j.search.score
Compute scores that do not depend on intervals, but that just assign a fixed score to each document; scores are read from a file whose name is passed to the constructor.
DocumentRankScorer(String) - Constructor for class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
Builds a document scorer by first reading the ranks from a file.
DocumentRankScorer(double[]) - Constructor for class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
Builds a document scorer with given scores.
documents(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
 
documents(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Returns a MultiTermIndexIterator over all terms starting with the given prefix, provided their number does not exceed the given limit and that this index has a BitStreamIndex.prefixMap.
documents(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
 
documents(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalClusterIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalClusterIndexReader
 
documents(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.cluster.LexicalCluster
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.cluster.LexicalClusterIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.LexicalClusterIndexReader
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.Index
Creates a new IndexReader for this index and uses it to return an index iterator over the documents containing a term.
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.Index
Creates a new IndexReader for this index and uses it to return an index iterator over the documents containing a term; the term is given explicitly, and the index term map is used, if present.
documents(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.Index
Creates a number of instances of IndexReader for this index and uses them to return a document iterator over the documents containing a set of terms defined by a prefix; the prefix is given explicitly, and unless the index has a prefix map, an UnsupportedOperationException will be thrown.
documents(int) - Method in interface it.unimi.dsi.mg4j.index.IndexReader
Returns a document iterator over the documents containing a term.
documents(CharSequence) - Method in interface it.unimi.dsi.mg4j.index.IndexReader
Returns an index iterator over the documents containing a term; the term is given explicitly.
documents(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndex
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
 
documents(int) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
 
documents(CharSequence) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
 
DOCUMENTS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
Standard extension for the file containing encoded documents.
DocumentScoreInfo<T> - Class in it.unimi.dsi.mg4j.search.score
A container used to return scored results with additional information.
DocumentScoreInfo(int, double, T) - Constructor for class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
 
DocumentScoreInfo(int, double) - Constructor for class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
 
DocumentScoreInfo(int) - Constructor for class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
 
DocumentSequence - Interface in it.unimi.dsi.mg4j.document
A sequence of documents.
documentSpecifier() - Method in interface it.unimi.dsi.mg4j.tool.Scan.VirtualDocumentFragment
The specification of the document to which this fragment belong.
documentSpecifier() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor.Anchor
 
documentsPerBatch(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the number of documents per batch (default: Scan.DEFAULT_BATCH_SIZE).
doGet(HttpServletRequest, HttpServletResponse) - Method in class it.unimi.dsi.mg4j.query.FileSystemItem
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class it.unimi.dsi.mg4j.query.InputStreamItem
 
Done() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Reset buffer when finished.
done() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Completes a run of this progress meter, printing " done." and printing this meter itself.
doPost(HttpServletRequest, HttpServletResponse) - Method in class it.unimi.dsi.mg4j.query.FileSystemItem
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class it.unimi.dsi.mg4j.query.InputStreamItem
 
DowncaseTermProcessor - Class in it.unimi.dsi.mg4j.index
A term processor downcasing all characters.
dumpBatch() - Method in class it.unimi.dsi.mg4j.tool.Scan
Dumps the current batch on disk as an index.
DutchStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
DutchStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.DutchStemmer
 

E

EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.index.IndexIterators
 
EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.query.nodes.Queries
 
EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.query.SelectedInterval
 
EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.search.DocumentIterators
 
enable_tracing() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Enable tracing.
encode(int) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection.FrequencyCodec
Encodes a symbol, returning a (hopefully smaller) symbol.
encode(int, OutputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticCoder
Encodes a symbol.
END_OF_LIST - Static variable in interface it.unimi.dsi.mg4j.search.DocumentIterator
A special value denoting that the end of the list has been reached.
endColumn - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The column number of the last character of this Token.
endDocument() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollectionBuilder
Ends a document entry.
endDocument() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
endDocument() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
endDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
endElement(Element) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
endField() - Method in class it.unimi.dsi.mg4j.query.MarkingMutableString
Closes the current field.
endLine - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The line number of the last character of this Token.
endOfBlock() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the ending delimiter of a block.
endOfBlock - Variable in class it.unimi.dsi.mg4j.query.TextMarker
The ending marker for a block.
endOfBlock() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
endOfField() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the ending delimiter of a field.
endOfField - Variable in class it.unimi.dsi.mg4j.query.TextMarker
The ending marker for a series of blocks belonging to the same field.
endOfField() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
endOfMark() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the ending delimiter of a marked part.
endOfMark - Variable in class it.unimi.dsi.mg4j.query.TextMarker
The ending marker for a piece of block to be emphasized.
endOfMark() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
endTextField() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollectionBuilder
Ends a new text field.
endTextField() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollectionBuilder
 
endTextField() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
EnglishStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
EnglishStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.EnglishStemmer
 
enqueue(int, double, T) - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
Enqueues a document with given score and info.
enqueue(int, double) - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
Enqueues a document with given score.
ensureConnection() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
ensureDocumentIndex(int) - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
Checks that the index is correct (between 0, inclusive, and DocumentCollection.size(), exclusive), and throws an IndexOutOfBoundsException if the index is not correct.
ensureFieldIndex(int) - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentFactory
Checks that the index is correct (between 0, inclusive, and DocumentFactory.numberOfFields(), exclusive), and throws an IndexOutOfBoundsException if the index is not correct.
ensureJustOne(String, String[]) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
This method checks that the array of values contains just one element, and returns the element.
ensureOnADocument() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
 
EOF - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
End of File.
eol - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
The end of line string for this machine.
EPSILON_SCORE - Static variable in class it.unimi.dsi.mg4j.search.score.BM25FScorer
The value of the document-frequency part for terms appearing in more than half of the documents.
EPSILON_SCORE - Static variable in class it.unimi.dsi.mg4j.search.score.BM25Scorer
The value of the document-frequency part for terms appearing in more than half of the documents.
EPUBDocumentFactory - Class in it.unimi.dsi.mg4j.document.tika
A document factory for the epub format.
EPUBDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.tika.EPUBDocumentFactory
 
EPUBDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.tika.EPUBDocumentFactory
 
EPUBDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.tika.EPUBDocumentFactory
 
EPUBDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.tika.EPUBDocumentFactory
 
eq_s(int, String) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
eq_s_b(int, String) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
eq_v(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
eq_v_b(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
equalisationFactor - Variable in class it.unimi.dsi.mg4j.search.score.LinearAggregator
The equalisation factors for each scorer (all set to one if no equalisation is required).
equalize(int) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Activate equalisation with the given number of samples-
equalize(int) - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Set the number of samples for equalisation.
equals(byte[], int, byte[]) - Static method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
equals(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
equals(Payload) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.DanishStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.DutchStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.EnglishStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.FinnishStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.FrenchStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.German2Stemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.GermanStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.HungarianStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.ItalianStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.KraaijPohlmannStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.LovinsStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.NorwegianStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.PorterStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.PortugueseStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.SpanishStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.index.snowball.SwedishStemmer
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Align
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.And
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Difference
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.False
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.LowPass
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiTerm
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Not
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Or
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.OrderedAnd
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Prefix
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Range
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Remap
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Select
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.True
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Weight
 
errorMessage - Variable in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
escape(MutableString) - Method in interface it.unimi.dsi.mg4j.query.MarkingMutableString.EscapeStrategy
 
escape(String) - Method in interface it.unimi.dsi.mg4j.query.parser.QueryParser
Escapes the provided string, making it into a text token.
escape(MutableString) - Method in interface it.unimi.dsi.mg4j.query.parser.QueryParser
Escapes the provided mutable string, making it into a text token.
escape(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
escape(MutableString) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
evaluate(Object) - Method in class it.unimi.dsi.mg4j.index.payload.AbstractPayload.ComparatorPayloadPredicate
 
expand(Term) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander
Expands a single term.
expand(Prefix) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander
Expands a prefix.
expand(Consecutive) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander
 
expand(OrderedAnd) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander
 
expand(Term) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander
 
expand(Prefix) - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander
 
ExpandBuff(boolean) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
expanderVisitor() - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander
Returns a new expander visitor.
expanderVisitor() - Method in class it.unimi.dsi.mg4j.query.nodes.MultiIndexTermExpander
 
expectedTokenSequences - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
Each entry in this array is an array of integers.
expectedUpdates(long) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Sets the expected number of updates.
expectedUpdates() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Returns the expected number of updates.
extent() - Method in interface it.unimi.dsi.mg4j.search.IntervalIterator
Returns an approximation of a lower bound for the length of an interval returned by this iterator.
extent() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
extent() - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator.OrIndexIntervalIterator
 

F

factory() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
 
factory() - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
 
factory() - Method in class it.unimi.dsi.mg4j.document.CSVDocumentCollection
 
factory() - Method in interface it.unimi.dsi.mg4j.document.DocumentSequence
Returns the factory used by this sequence.
factory() - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
factory() - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
factory - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The factory to be used by this collection.
factory() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.SubDocumentCollection
 
factory - Variable in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
The document factory.
factory() - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
factory() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
factoryNumber(Reference2ObjectMap<Enum<?>, Object>, PropertyBasedDocumentFactory) - Method in interface it.unimi.dsi.mg4j.document.DispatchingDocumentFactory.DispatchingStrategy
Decides the index of the factory to be used for the given metadata, possibly using a factory to resolve property names.
factoryNumber(Reference2ObjectMap<Enum<?>, Object>, PropertyBasedDocumentFactory) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory.StringBasedDispatchingStrategy
 
False - Class in it.unimi.dsi.mg4j.query.nodes
A node representing falseness (i.e., no documents are returned).
False() - Constructor for class it.unimi.dsi.mg4j.query.nodes.False
 
FALSE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
FALSE - Static variable in class it.unimi.dsi.mg4j.search.IntervalIterators
A singleton empty interval iterator.
FALSE_ARRAY - Static variable in class it.unimi.dsi.mg4j.query.SelectedInterval
A marker array used to represent the (absence of) intervals associated with IntervalIterators.FALSE.
FalseDocumentIterator - Class in it.unimi.dsi.mg4j.search
An empty document iterator.
FalseDocumentIterator(Index) - Constructor for class it.unimi.dsi.mg4j.search.FalseDocumentIterator
 
featureName(CompressionFlags.Coding) - Static method in class it.unimi.dsi.mg4j.index.BitStreamIndex
 
field - Variable in class it.unimi.dsi.mg4j.index.Index
The field indexed by this index, or null.
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
fieldIndex(String) - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
Returns the index of a field, given its symbolic name.
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.SubDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
fieldName(int) - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
Returns the symbolic name of a field.
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.SubDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
fields() - Method in class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
fields() - Method in class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
Returns the list of Tika fields (they will be mapped to MG4J fields whose index is their index in the list).
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
fieldType(int) - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
Returns the type of a field.
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.SubDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.tika.AbstractTikaDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
FileHPIndex - Class in it.unimi.dsi.mg4j.index
A file-based high-performance index.
FileHPIndex(String, int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.FileHPIndex
 
FileIndex - Class in it.unimi.dsi.mg4j.index
A file-based index.
FileIndex(String, int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.FileIndex
 
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentSequence
Does nothing.
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentCollection
 
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.ConcatenatedDocumentSequence
 
filename(CharSequence) - Method in interface it.unimi.dsi.mg4j.document.DocumentSequence
Sets the filename of this document sequence.
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.SimpleCompressedDocumentCollection
 
filename(CharSequence) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
FileSetDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection corresponding to a given set of files.
FileSetDocumentCollection(String[], DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
Builds a document collection corresponding to a given set of files specified as an array.
FileSetDocumentCollection(String[], String[], DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
Builds a document collection corresponding to a given set of files specified as an array and a parallel array of URIs, one for each file.
FileSystemItem - Class in it.unimi.dsi.mg4j.query
An item serving a file from the file system.
FileSystemItem() - Constructor for class it.unimi.dsi.mg4j.query.FileSystemItem
 
FillBuff() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
finalize() - Method in class it.unimi.dsi.mg4j.document.AbstractDocument
 
finalize() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentIterator
 
finalize() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentSequence
 
finalize() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexReader
 
finalize() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
 
finalize() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
 
find_among(Among[], int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
find_among_b(Among[], int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
FinnishStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
FinnishStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.FinnishStemmer
 
FIRST_UNUSED_STATE - Static variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
This is the first unused state.
FIRST_UNUSED_STATE - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
This is the first unused state.
FIXED_POINT_BITS - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
Fixed number of fractional binary digits used in fixed-point computation of Golomb moduli.
FIXED_POINT_MULTIPLIER - Static variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
1L << BitStreamIndex.FIXED_POINT_BITS.
flags - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The flag map.
flat - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
Whether this documental cluster is flat; in this case, all local indices have the same term list.
flush() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
flush(OutputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticCoder
Flushes the last bits.
flush(InputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Flushes (reads) the disambiguating bits.
flush() - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Flushes the positions cached internally.
FrenchStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
FrenchStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.FrenchStemmer
 
FREQUENCIES_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of frequencies.
frequency - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of document records that the current inverted list will contain.
frequency - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The number of document records that the current inverted list will contain.
frequency - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
The precomputed frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
The precomputed frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
frequency() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
frequency() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the frequency, that is, the number of documents that will be returned by this iterator.
frequency() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
The frequency is either the default frequency set at construction time, or the maximum frequency of the component iterators.
frequency - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The current frequency.
frequency() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
frequency - Variable in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
The current frequency (number of calls to ByteArrayPostingList.setDocumentPointer(int)).
frequency - Variable in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
For each offset, its frequency.
frequency - Variable in class it.unimi.dsi.mg4j.tool.Combine
For each index, the frequency of the current term (given that it is present).
frequencyCoding - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The coding for frequencies.
frequencyCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The coding for frequencies.
fromNextDocument(int) - Static method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Turns a value returned by AbstractDocumentIterator.nextDocument() into a valid value for AbstractDocumentIterator.curr.
front(IndexIterator[]) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Fills the given array with the index iterators composing the current front.
front - Variable in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
The IndirectPriorityQueue.front(int[]) of AbstractUnionDocumentIterator.queue, if AbstractUnionDocumentIterator.frontSize is not -1.
frontSize - Variable in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
The number of valid entries in AbstractUnionDocumentIterator.front, or -1 if the front has not been computed for the current document.

G

GammaDeltaGammaDeltaBitStreamHPIndexReader - Class in it.unimi.dsi.mg4j.index.wired
 
GammaDeltaGammaDeltaBitStreamHPIndexReader(BitStreamHPIndex, InputBitStream, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
Creates a new skip index reader, with the specified underlying Index and input bit stream.
GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator - Class in it.unimi.dsi.mg4j.index.wired
 
GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator(GammaDeltaGammaDeltaBitStreamHPIndexReader, InputBitStream, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
GammaDeltaGammaDeltaBitStreamIndexReader - Class in it.unimi.dsi.mg4j.index.wired
 
GammaDeltaGammaDeltaBitStreamIndexReader(BitStreamIndex, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
Creates a new skip index reader, with the specified underlying Index and input bit stream.
GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator - Class in it.unimi.dsi.mg4j.index.wired
 
GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator(GammaDeltaGammaDeltaBitStreamIndexReader, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
gap - Variable in class it.unimi.dsi.mg4j.query.nodes.Consecutive
The gap array for this consecutive composition, or null for no gaps (see ConsecutiveDocumentIterator).
gaussianGolombModulus(long, int) - Static method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Computes the Gaussian Golomb modulus for a given standard deviation and shift using fixed-point arithmetic.
generateParseException() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Generate ParseException.
GenericItem - Class in it.unimi.dsi.mg4j.query
An generic item, displaying all document fields.
GenericItem() - Constructor for class it.unimi.dsi.mg4j.query.GenericItem
 
German2Stemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
German2Stemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.German2Stemmer
 
GermanStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
GermanStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.GermanStemmer
 
get() - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
get() - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
get() - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Returns the value of this payload.
GET_CLIENT_INPUT_STREAM - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_CLIENT_POS_INPUT_STREAM - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_INDEX - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_INDEX_READER - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_INTERVAL - Static variable in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
GET_NUMBER - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
GET_OFFSET_LIST - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_PREFIX - Static variable in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
GET_PREFIX_MAP - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_SIZE_LIST - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
GET_TERM - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
GET_TERM_MAP - Static variable in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
getBeginColumn() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Deprecated. 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AndDocumentIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.ConsecutiveDocumentIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.OrderedAndDocumentIterator
 
getComposedIntervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator
 
getConstructor() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndex
 
getConstructor() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndex
 
getContentType(File) - Static method in class it.unimi.dsi.mg4j.util.MimeTypeResolver
 
getContentType(CharSequence) - Static method in class it.unimi.dsi.mg4j.util.MimeTypeResolver
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
Returns the document obtained by parsing the given byte stream.
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.SubDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
getEmptyIndexIterator() - Method in class it.unimi.dsi.mg4j.index.Index
 
getEmptyIndexIterator(int) - Method in class it.unimi.dsi.mg4j.index.Index
 
getEmptyIndexIterator(CharSequence) - Method in class it.unimi.dsi.mg4j.index.Index
 
getEmptyIndexIterator(CharSequence, int) - Method in class it.unimi.dsi.mg4j.index.Index
 
getEndColumn() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get token end line number.
getFactory(DocumentFactory[], String[]) - Static method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
Returns a document factory composing the given document factories.
getFactory(DocumentFactory...) - Static method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
Returns a document factory composing the given document factories.
getFactory(DocumentFactory, int, String[]) - Static method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
Returns a document factory replicating the given factory.
GetImage() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get token literal value.
getIndex(String, int, boolean, boolean) - Static method in class it.unimi.dsi.mg4j.index.remote.IndexServer
Returns an index object corresponding a given index server specified by host and port.
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Returns an input bit stream over the index.
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.FileHPIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.FileIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.InMemoryIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.MemoryMappedIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
 
getInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Returns an input stream over the index.
getInputStream() - Method in class it.unimi.dsi.mg4j.index.FileHPIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.FileIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.InMemoryIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.MemoryMappedIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
 
getInputStream() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
 
getInstance(Class<?>, String[]) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
getInstance(Class<?>, Properties) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
getInstance(Class<?>) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
getInstance(Class<?>, Reference2ObjectMap<Enum<?>, Object>) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
getInstance(CharSequence, boolean, boolean, EnumMap<Index.UriKeys, String>) - Static method in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
Returns a new index cluster.
getInstance(CharSequence, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, boolean, boolean, EnumMap<Index.UriKeys, String>) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new disk-based index, loading exactly the specified parts and using preloaded Properties.
getInstance(CharSequence, Properties, boolean, boolean, boolean, EnumMap<Index.UriKeys, String>) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new disk-based index, using preloaded Properties and possibly guessing reasonable term and prefix maps from the basename.
getInstance(CharSequence, boolean, boolean, boolean, EnumMap<Index.UriKeys, String>) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new disk-based index, possibly guessing reasonable term and prefix maps from the basename.
getInstance(CharSequence, boolean, boolean, boolean) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new disk-based index, using preloaded Properties and possibly guessing reasonable term and prefix maps from the basename.
getInstance(CharSequence, boolean, boolean) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new disk-based index, guessing reasonable term and prefix maps from the basename.
getInstance(CharSequence, boolean) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new local index, trying to guess reasonable term and prefix maps from the basename, and loading document sizes only if it is necessary.
getInstance(CharSequence) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Returns a new local index, trying to guess reasonable term and prefix maps from the basename, loading offsets but loading document sizes only if it is necessary.
getInstance() - Static method in class it.unimi.dsi.mg4j.index.DowncaseTermProcessor
 
getInstance(CharSequence, boolean, boolean, boolean) - Static method in class it.unimi.dsi.mg4j.index.Index
Returns a new index using the given URI.
getInstance(CharSequence, boolean, boolean) - Static method in class it.unimi.dsi.mg4j.index.Index
Returns a new index using the given URI, searching dynamically for term and prefix maps.
getInstance(CharSequence, boolean) - Static method in class it.unimi.dsi.mg4j.index.Index
Returns a new index using the given URI, searching dynamically for term and prefix maps and loading document sizes only if it is necessary.
getInstance(CharSequence) - Static method in class it.unimi.dsi.mg4j.index.Index
Returns a new index using the given URI, searching dynamically for term and prefix maps, loading offsets but loading document sizes only if it is necessary.
getInstance(IndexIterator...) - Static method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Returns an index iterator that merges the given array of iterators.
getInstance(Index, IndexIterator...) - Static method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Returns an index iterator that merges the given array of iterators.
getInstance(int, IndexIterator...) - Static method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Returns an index iterator that merges the given array of iterators.
getInstance(int, Index, IndexIterator...) - Static method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Returns an index iterator that merges the given array of iterators.
getInstance() - Static method in class it.unimi.dsi.mg4j.index.NullTermProcessor
 
getInstance(DocumentIterator, DocumentIterator) - Static method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
Returns a document iterator that aligns the first iterator to the second.
getInstance(Index, DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.AndDocumentIterator
Returns a document iterator that computes the AND of the given array of iterators.
getInstance(DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.AndDocumentIterator
Returns a document iterator that computes the AND of the given nonzero-length array of iterators.
getInstance(Index, DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.ConsecutiveDocumentIterator
Returns a document iterator that computes the consecutive AND of the given array of iterators.
getInstance(DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.ConsecutiveDocumentIterator
Returns a document iterator that computes the consecutive AND of the given nonzero-length array of iterators.
getInstance(DocumentIterator[], int[]) - Static method in class it.unimi.dsi.mg4j.search.ConsecutiveDocumentIterator
Returns a document iterator that computes the consecutive AND of the given nonzero-length array of iterators, adding gaps between intervals.
getInstance(DocumentIterator, DocumentIterator) - Static method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
Returns new difference document iterator given a minuend and a subtrahend iterator.
getInstance(DocumentIterator, DocumentIterator, int, int) - Static method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
Returns new difference document iterator given a minuend and a subtrahend iterator.
getInstance(Index) - Static method in class it.unimi.dsi.mg4j.search.FalseDocumentIterator
Creates a false document iterator with given index.
getInstance(DocumentIterator, int) - Static method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
Returns a low-pass document iterator over a given iterator.
getInstance(DocumentIterator, int) - Static method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
Returns a document iterator computing the NOT of the given iterator.
getInstance(Index, DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.OrderedAndDocumentIterator
Returns a document iterator that computes the ordered AND of the given array of iterators.
getInstance(DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.OrderedAndDocumentIterator
Returns a document iterator that computes the ordered AND of the given nonzero-length array of iterators.
getInstance(Index, DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.OrDocumentIterator
Returns a document iterator that computes the OR of the given array of iterators.
getInstance(DocumentIterator...) - Static method in class it.unimi.dsi.mg4j.search.OrDocumentIterator
Returns a document iterator that computes the OR of the given nonzero-length array of iterators.
getInstance(IndexIterator, Predicate) - Static method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
Returns a new payload-predicate document iterator over a given index iterator.
getInstance(Index) - Static method in class it.unimi.dsi.mg4j.search.TrueDocumentIterator
Creates a true document iterator with given index.
getInt(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteSizeList
 
getLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Deprecated. 
getLong() - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
getLong(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteOffsetList
 
getLong(Object) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
getLong(int) - Method in class it.unimi.dsi.mg4j.util.SemiExternalOffsetList
 
getMessage() - Method in error it.unimi.dsi.mg4j.query.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Get the next Token.
getNextToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
Get the next Token.
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.AbstractSimpleTikaDocumentFactory
The parser to be used to parse this kind of documents; subclasses should return always the same instance, as Tika parsers are immutable and thread-safe.
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.AutoDetectDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.EPUBDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.HtmlDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.MSOfficeDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.OOXMLDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.OpenDocumentDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.PdfDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.RTFDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.TextDocumentFactory
 
getParser() - Method in class it.unimi.dsi.mg4j.document.tika.XMLDocumentFactory
 
getParser() - Static method in class it.unimi.dsi.mg4j.util.MG4JClassParser
 
getPort() - Static method in class it.unimi.dsi.mg4j.query.HttpFileServer
Returns the port assigned to the server.
getPositionsInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndex
Returns an input bit stream over the index.
getPositionsInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.FileHPIndex
 
getPositionsInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
getPositionsInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
 
getPositionsInputBitStream(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
 
getPositionsInputStream() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndex
Returns an input stream over the index.
getPositionsInputStream() - Method in class it.unimi.dsi.mg4j.index.FileHPIndex
 
getPositionsInputStream() - Method in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
getPositionsInputStream() - Method in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
 
getPositionsInputStream() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamHPIndex
 
getReader(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndex
 
getReader(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndex
 
getReader(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
 
getReader(int) - Method in class it.unimi.dsi.mg4j.index.cluster.LexicalCluster
 
getReader() - Method in class it.unimi.dsi.mg4j.index.Index
Creates and returns a new IndexReader based on this index, using the default buffer size.
getReader(int) - Method in class it.unimi.dsi.mg4j.index.Index
Creates and returns a new IndexReader based on this index.
getReader(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
 
getReader(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndex
 
getSequence(String, Class<?>, String[], int, Logger) - Static method in class it.unimi.dsi.mg4j.tool.Scan
Returns the document sequence to be indexed.
getServer() - Static method in class it.unimi.dsi.mg4j.query.HttpFileServer
Returns the only instance of an HTTP file server.
GetSuffix(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getTermProcessor(Properties) - Static method in class it.unimi.dsi.mg4j.index.Index
 
getToken(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Get the specific Token.
getType() - Method in class it.unimi.dsi.mg4j.document.tika.TikaField
The type of this field (currently only DocumentFactory.FieldType#TEXT is supported).
getValue() - Method in class it.unimi.dsi.mg4j.query.parser.Token
An optional attribute value of the Token.
getWeights() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Delegates to the underlying scorers.
getWeights() - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
Returns an empty map.
getWeights() - Method in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
 
getWeights() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Gets the weight map for this scorer (if applicable).
getWindow() - Method in class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Returns the current bit stream window.
globalDocumentPointer - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The reference array for the queue (containing global document pointers).
globalNumber(int, int) - Method in class it.unimi.dsi.mg4j.index.cluster.ChainedLexicalClusteringStrategy
 
globalNumber(int, int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
globalNumber(int, int) - Method in interface it.unimi.dsi.mg4j.index.cluster.LexicalClusteringStrategy
Returns the global term number given a local index and a local term number (optional operation).
globalPointer(int, int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
globalPointer(int, int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalClusteringStrategy
Returns the global document pointer given a local index and a local document pointer.
globalPointer(int, int) - Method in class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
 
globCount - Variable in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
The current global count.
GLOBCOUNTS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of global counts.
golombModulus(int, int) - Static method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Computes the Golomb modulus for a given fraction using fixed-point arithmetic and a precomputed table for small values.
GreedyTikaField - Class in it.unimi.dsi.mg4j.document.tika
The set of all Tika metadata represented as a single field inside MG4J.
GreedyTikaField(String) - Constructor for class it.unimi.dsi.mg4j.document.tika.GreedyTikaField
 

H

h - Variable in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
The parameter h.
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class it.unimi.dsi.mg4j.query.GenericItem
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class it.unimi.dsi.mg4j.query.HelpPage
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class it.unimi.dsi.mg4j.query.QueryServlet
 
HAS_PREFIXES - Static variable in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
HAS_TERMS - Static variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
hasCounts - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
Whether this index contains counts.
hasCounts - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.hasCounts.
hasCounts - Variable in class it.unimi.dsi.mg4j.index.Index
Whether this index contains counts.
hasCounts - Variable in class it.unimi.dsi.mg4j.tool.Combine
Whether Combine.indexWriter has counts.
hashCode() - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.DanishStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.DutchStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.EnglishStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.FinnishStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.FrenchStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.German2Stemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.GermanStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.HungarianStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.ItalianStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.KraaijPohlmannStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.LovinsStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.NorwegianStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.PorterStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.PortugueseStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.SpanishStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.index.snowball.SwedishStemmer
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Align
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.And
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Difference
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.False
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.LowPass
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.MultiTerm
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Not
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Or
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.OrderedAnd
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Prefix
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Range
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Remap
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Select
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.True
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Weight
 
hasNext() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator.AbstractIntervalIterator
Checks whether AbstractDocumentIterator.AbstractIntervalIterator.next has been already set; if not, peeks at the interval returned by nextInterval().
hasNext() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Checks whether AbstractDocumentIterator.ahead is true; if not, sets AbstractDocumentIterator.ahead if {#nextDocument()} returns a document.
hasNext() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.RemappingDocumentIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
 
hasNext() - Method in class it.unimi.dsi.mg4j.tool.Combine.GammaCodedIntIterator
Returns true.
hasPayloads - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
Whether this index contains payloads.
hasPayloads - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.hasPayloads.
hasPayloads - Variable in class it.unimi.dsi.mg4j.index.Index
Whether this index contains payloads; if true, Index.payload is non-null.
hasPayloads - Variable in class it.unimi.dsi.mg4j.tool.Combine
Whether Combine.indexWriter has payloads.
hasPointers - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
Whether the current terms has pointers at all (this happens when the BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.frequency is smaller than the number of documents).
hasPointers - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
Whether the current terms has pointers at all (this happens when the BitStreamIndexReader.BitStreamIndexReaderIndexIterator.frequency is smaller than the number of documents).
hasPointers - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
Whether the current terms has pointers at all (this happens when the GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.frequency is smaller than the number of documents).
hasPointers - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
Whether the current terms has pointers at all (this happens when the GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator.frequency is smaller than the number of documents).
hasPointers - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
Whether the current terms has pointers at all (this happens when the SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator.frequency is smaller than the number of documents).
hasPositions - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
Whether this index contains positions.
hasPositions - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.hasPositions.
hasPositions - Variable in class it.unimi.dsi.mg4j.index.Index
Whether this index contains positions.
hasPositions - Variable in class it.unimi.dsi.mg4j.tool.Combine
Whether Combine.indexWriter has positions.
hasSkips - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
Whether the underlying index has skips.
hasTerms() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
height - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The parameter h (the maximum height of a skip tower).
height - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The parameter h (the maximum height of a skip tower), or -1 if this index has no skips.
height - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The parameter h (the maximum height of a skip tower).
height - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The parameter h (the maximum height of a skip tower).
height - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The parameter h (the maximum height of a skip tower).
height(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the skip height (default: BitStreamIndex.DEFAULT_HEIGHT).
HelpPage - Class in it.unimi.dsi.mg4j.query
The help page.
HelpPage() - Constructor for class it.unimi.dsi.mg4j.query.HelpPage
 
HOLE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
RegularExpression Id.
HTML_ESCAPE - Static variable in class it.unimi.dsi.mg4j.query.MarkingMutableString
A singleton for the HTML escape strategy.
HTML_STRONG - Static variable in class it.unimi.dsi.mg4j.query.TextMarker
An HTML marker showing the marked text in a strong element, surrounded by hellipsis () and terminated by a newline.
HtmlDocumentFactory - Class in it.unimi.dsi.mg4j.document
A factory that provides fields for body and title of HTML documents.
HtmlDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
HtmlDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
HtmlDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
HtmlDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
HtmlDocumentFactory - Class in it.unimi.dsi.mg4j.document.tika
A document factory for the HTML format.
HtmlDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.tika.HtmlDocumentFactory
 
HtmlDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.tika.HtmlDocumentFactory
 
HtmlDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.tika.HtmlDocumentFactory
 
HtmlDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.tika.HtmlDocumentFactory
 
HtmlDocumentFactory.HtmlDocument - Class in it.unimi.dsi.mg4j.document
An HTML document.
HtmlDocumentFactory.HtmlDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
HtmlDocumentFactory.MetadataKeys - Enum in it.unimi.dsi.mg4j.document
 
HttpFileServer - Class in it.unimi.dsi.mg4j.query
A minimal, singleton server serving the whole filesystem.
HttpQueryServer - Class in it.unimi.dsi.mg4j.query
A very basic HTTP server answering queries.
HttpQueryServer(QueryEngine, DocumentCollection, Class<? extends HttpServlet>, String, int, List<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.query.HttpQueryServer
Creates a new HTTP query server.
HungarianStemmer - Class in it.unimi.dsi.mg4j.index.snowball
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
HungarianStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.HungarianStemmer
 

I

ibs - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The underlying input bit stream.
ibs - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The underlying input bit stream.
ibs - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The underlying input bit stream.
ibs - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The underlying input bit stream.
ibs - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The underlying input bit stream.
id - Variable in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
The identifier associated with this index iterator.
id() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
id(int) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
id - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
The id associated with this index iterator.
id(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
id() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
id - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
The id associated with this index iterator.
id(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
id() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
id - Variable in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
id() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
id(int) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
id(int) - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Sets the id of this index iterator.
id() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the id of this index iterator.
id - Variable in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
The id of this iterator.
id(int) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
id() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
id2doc - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The map from database identifiers to documents.
id2doc(int) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
Returns the document associated with a given database identifier.
IdentityDocumentalStrategy - Class in it.unimi.dsi.mg4j.index.cluster
A documental strategy that maps identically local to global pointers and viceversa.
IdentityDocumentalStrategy(int, int) - Constructor for class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
Creates a new identity documental clustering strategy.
IdentityDocumentFactory - Class in it.unimi.dsi.mg4j.document
A factory that provides a single field containing just the raw input stream; the encoding is set using the property PropertyBasedDocumentFactory.MetadataKeys.ENCODING.
IdentityDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
IdentityDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
IdentityDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
IdentityDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
IdentityDocumentFactory.MetadataKeys - Enum in it.unimi.dsi.mg4j.document
Case-insensitive keys for metadata.
idSpec - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The spec for the id field; by default it is id, but in complex query it could be ambiguous.
image - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The string image of the token.
in_grouping(char[], int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
in_grouping_b(char[], int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
in_range(int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
in_range_b(int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
inBuf - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
index - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
The reference index.
index - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
The reference index.
index - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalClusterIndexReader
The index this reader refers to.
index - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
Index - Class in it.unimi.dsi.mg4j.index
An abstract representation of an index.
Index(int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.Index
Creates a new instance, initialising all fields.
index() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
index() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the index over which this iterator is built.
index - Variable in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
The byte array containing the index.
index - Variable in class it.unimi.dsi.mg4j.index.InMemoryI