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

A

A - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ABBR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ABBR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
 
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().
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 that does nothing and always returns true when visiting internal nodes.
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 interator, providing an obvious implementation of AbstractIndexIterator.term(), AbstractIndexIterator.id(), 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
 
AbstractPrefixMap - Class in it.unimi.dsi.mg4j.index
Deprecated. Use PrefixMap and related classes.
AbstractPrefixMap() - Constructor for class it.unimi.dsi.mg4j.index.AbstractPrefixMap
Deprecated.  
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
 
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
 
AbstractTermMap - Class in it.unimi.dsi.mg4j.index
Deprecated. Use StringMap and related classes.
AbstractTermMap() - Constructor for class it.unimi.dsi.mg4j.index.AbstractTermMap
Deprecated.  
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) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
accept(DocumentIteratorVisitor) - 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.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.Select
 
accept(QueryBuilderVisitor<T>) - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Accepts a visitor.
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
accept(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
ACCEPT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ACCEPT_CHARSET - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
Invokes AbstractUnionDocumentIterator.acceptOnTruePaths(DocumentIteratorVisitor) only on component iterators positioned on the current document.
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - 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) - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
acceptOnTruePaths(DocumentIteratorVisitor) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
ACCESSKEY - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ACRONYM - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ACTION - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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 class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
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(CharSequence) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a character sequence to the filter.
add(byte[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a byte array to the filter.
add(short[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a short array to the filter.
add(char[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a character array to the filter.
add(int[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds an int array to the filter.
add(long[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a long array to the filter.
add(float[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a float array to the filter.
add(double[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Adds a double array to the filter.
add(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Adds the characters b[offset], … b[offset+length-1] to the buffer (possibly just the last ones, and possibly discarding the oldest characters in the buffer).
add(int) - Method in class it.unimi.dsi.mg4j.util.IntBloomFilter
Deprecated. Adds an integer to the filter.
add(int, Callback) - Method in class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Adds a new callback to this builder at a specified position.
add(Callback) - Method in class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Adds a new callback to this builder.
add(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
add_escapes(String) - Method in exception it.unimi.dsi.mg4j.query.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(Configuration) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated. Adds all properties from the given configuration.
addBlock(long...) - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Adds a new block defined by its array of segment delimiters.
addEscapes(String) - Static method in error it.unimi.dsi.mg4j.query.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addOccurrence(int, int) - Method in class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
addPosition(int) - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Adds a new position for the current document pointer.
addProperties(String, String[]) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperties(Enum<?>, String[]) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, char) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, int) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(String, double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, char) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, int) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
addProperty(Enum<?>, Object) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
address - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteBitStreamIndex
The address of the socket associated to this index.
address - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
The address of the index server.
ADDRESS - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
 
align() - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Flushes the internal bit buffer to the byte buffer.
align() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
align() - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
align() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Aligns the stream.
align() - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Aligns the stream.
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
 
ALIGN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
AlignDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that aligns the results of a number of document 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.
ALINK - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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).
allLines() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated. Returns all lines of the file wrapped by this file-lines collection.
allLines() - Method in class it.unimi.dsi.mg4j.io.LineIterator
Deprecated. Returns all lines remaining in this iterator as a list.
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
 
ALT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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
 
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).
append(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given mutable string to this mutable string.
append(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given String to this mutable string.
append(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given CharSequence to this mutable string.
append(CharSequence, int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a subsequence of the given CharSequence to this mutable string.
append(CharSequence[], int, int, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given character sequences to this mutable string using the given separator.
append(CharSequence[], CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given character sequences to this mutable string using the given separator.
append(Object[], int, int, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the string representations of the given objects to this mutable string using the given separator.
append(Object[], CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the string representations of the given objects to this mutable string using the given separator.
append(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given character array to this mutable string.
append(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a part of the given character array to this mutable string.
append(CharList) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the given character list to this mutable string.
append(CharList, int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a part of the given character list to this mutable string.
append(boolean) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a boolean to this mutable string.
append(char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a character to this mutable string.
append(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends an integer to this mutable string.
append(long) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a long to this mutable string.
append(float) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a float to this mutable string.
append(double) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends a double to this mutable string.
append(Object) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Appends the string representation of an object to this mutable string.
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
 
APPLET - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ARCHIVE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
AREA - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
 
array - Variable in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. The array backing the input stream.
array - Variable in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. The array backing the output stream.
array - Variable in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. The array of arrays backing the input stream.
array - Variable in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. The backing array.
array() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Gets the backing array.
ASSERTS - Static variable in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
assign_to(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
asUnsigned() - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Returns a unsigned view of this signed minimal perfect hash.
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.
Attribute - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
Attribute(CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated. Creates a new attribute with given name.
attrMap - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. A map from attributes to attribute values.
avail - Variable in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. The number of buffer bytes available starting from FastBufferedReader.pos.
avail - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Current number of bytes available in the byte buffer.
avail - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Current number of bytes available in the byte buffer.
available() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
available() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
available() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
available() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
available() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.
available() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Returns the number of bits that can be read (or skipped over) from this bit stream without blocking by the next caller of a method.
available() - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
available() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
availableMemory() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
AXIS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  

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.
B - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
BACKGROUND - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
backup(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
base() - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated. Returns the URL specified by the BASE element.
BASE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
BASEFONT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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).
BDO - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class it.unimi.dsi.mg4j.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
BGCOLOR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
BIG - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.
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, 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, 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 an associated offset bit stream.
BitVectorBooleanIterator - Class in it.unimi.dsi.mg4j.util
Deprecated. Useless, since we now have the BitVector implementations in the DSI utilities.
BitVectorBooleanIterator(BitVector) - Constructor for class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
BLOCKQUOTE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
blockSize - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. The block size of this dictionary (in bits).
BLOOM_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
The default extension for Bloom term filters.
BloomFilter - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
BloomFilter(int) - Constructor for class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Creates a new high-precision Bloom filter a given expected number of elements.
BloomFilter(int, int) - Constructor for class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Creates a new Bloom filter with given number of hash functions and expected number of elements.
BM25Scorer - Class in it.unimi.dsi.mg4j.search.score
A scorer that implements the BM25 ranking formula.
BM25Scorer() - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
BM25Scorer(double, double) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
BM25Scorer(String, String) - Constructor for class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
BODY - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
BORDER - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
BR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
bra - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
breaksFlow - Variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Whether this element breaks the flow.
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.io.FastBufferedReader
Deprecated. The internal buffer.
buffer - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. The stream buffer.
buffer - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. The stream 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.io.FastBufferedReader
Deprecated. The buffer size (must be equal to buffer.length).
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
 
build(DocumentSequence) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
A utility method copying all documents of an input sequence to a zipped collection.
buildCodes() - Method in class it.unimi.dsi.mg4j.compression.TreeDecoder
Deprecated. Generate the codewords corresponding to this tree decoder.
BulletParser - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
BulletParser(ParsingFactory) - Constructor for class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Creates a new bullet parser.
BulletParser() - Constructor for class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Creates a new bullet parser using the default factory HTMLFactory.INSTANCE.
BUTTON - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ByteArrayPostingList - Class in it.unimi.dsi.mg4j.io
Lightweight posting accumulator with format similar to that generated by BitStreamIndexWriter.
ByteArrayPostingList(byte[], boolean) - Constructor for class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Creates a new posting list wrapping a given byte array.
ByteBufferInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
ByteBufferInputStream(ByteBuffer) - Constructor for class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated. Creates a new byte-buffer input stream.
byteFrontCodedList - Variable in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. The underlying ByteArrayFrontCodedList, or null.
BYTELSB - Static variable in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
BYTEMSB - Static variable in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.

C

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
 
callback - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The callback of this parser.
Callback - Interface in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
CanonicalFast64CodeWordDecoder - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
CanonicalFast64CodeWordDecoder(int[], int[]) - Constructor for class it.unimi.dsi.mg4j.compression.CanonicalFast64CodeWordDecoder
Deprecated. Creates a new codeword-based decoder using the given vector of codewords lengths and a symbol array.
capacity() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the current length of the backing array.
CAPTION - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
CASE_INSENSITIVE - Static variable in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Enables case-insensitive matching.
caseInsensitive() - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns whether this pattern is case insensitive.
cdata(Element, char[], int, int) - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of the content of a CDATA section.
cdata(Element, char[], int, int) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
cdata(Element, char[], int, int) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
CELLPADING - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CENTER - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.
changed() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Invalidates the current cached hash code if this mutable string is compact.
CHAR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
char2symbol - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. A map from characters to symbols of the coder.
character - Variable in class it.unimi.dsi.mg4j.util.parser.Entity
Deprecated. The Unicode character corresponding to this entity.
characters(char[], int, int, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
characters(char[], int, int, boolean) - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
characters(char[], int, int, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
characters(char[], int, int, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated.  
charAt(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Gets a character.
charAt(int, char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Sets the character at the given index.
charAt(int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated.  
charFrontCodedList - Variable in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. The underlying CharArrayFrontCodedList, or null.
CHAROFF - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CHARSET - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CHECKED - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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
 
checkSignature(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated.  
checkSignature(byte[], int, int, int) - Method in class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated.  
checkSignature(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated.  
checkSignature(byte[], int, int, int) - Method in class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated.  
checkSignature(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated.  
checkSignature(byte[], int, int, int) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated.  
checkSignature(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated.  
checkSignature(byte[], int, int, int) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated.  
checkSignature(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Checks a signature against a character sequence.
checkSignature(byte[], int, int, int) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Checks a signature against a byte-array fragment.
CircularCharArrayBuffer - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
CircularCharArrayBuffer(int) - Constructor for class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Creates a new circular buffer.
CITE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CITE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.
CLASS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CLASSID - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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.
clear() - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Clears this filter.
clear() - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Clears the buffer content, before reuse.
CLEAR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
clone() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string by copying this one.
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.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.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.JdbcDocumentIterator
 
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
Terminates the contruction of the zipped collection and returns it.
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.DebugInputBitStream
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. Closing a fast byte array input stream has no effect.
close() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. Closing a fast byte array input stream has no effect.
close() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection.FileLinesIterator
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Closes the bit stream.
close() - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.NullReader
Deprecated.  
close() - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Closes the bit stream.
close() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Skips to the next block, closing this segmented input stream if there are no more blocks.
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.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
 
CLOSE_PAREN - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
CLOSE_RANGE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
closed - Variable in class it.unimi.dsi.mg4j.index.AbstractIndexReader
Whether this reader has been closed.
CLOSED_CDATA - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closed section (conditional, CDATA, etc.).
CLOSED_COMMENT - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closed comment.
CLOSED_PERCENT - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closed ASP or similar tag.
CLOSED_PIC - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closed processing instruction.
CLOSED_SECTION - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closed section (conditional, etc.).
CLUSTER_PROPERTIES_EXTENSION - Static variable in class it.unimi.dsi.mg4j.tool.Scan
The extension of the strategy for the cluster associated to a scan.
ClusteringStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A common ancestor interface for all clustering strategies.
CODE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
CODE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
CODEBASE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
Codec - Interface in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
CodedCharSequenceBooleanIterator - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
CodedCharSequenceBooleanIterator(CharSequence, PrefixCoder, Char2IntMap) - Constructor for class it.unimi.dsi.mg4j.compression.CodedCharSequenceBooleanIterator
Deprecated. Creates a new boolean iterator over a character sequence.
coder() - Method in interface it.unimi.dsi.mg4j.compression.Codec
Deprecated. Returns a coder for the compression technique represented by this coded.
Coder - Interface in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
coder() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated.  
coder() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated.  
coder() - Method in interface it.unimi.dsi.mg4j.compression.PrefixCodec
Deprecated.  
CODETYPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
codeWord - Variable in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated. The array of codewords of this coder.
CodeWordCoder - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
CodeWordCoder(BitVector[]) - Constructor for class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated. Creates a new codeword-based coder using the given vector of codewords.
codeWords() - Method in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated.  
codeWords() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated.  
codeWords() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated.  
codeWords() - Method in interface it.unimi.dsi.mg4j.compression.PrefixCodec
Deprecated. Returns the vector of prefix-free codewords used by this prefix coder.
codeWords() - Method in interface it.unimi.dsi.mg4j.compression.PrefixCoder
Deprecated. Provides access to the codewords.
COL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
COLGROUP - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
COLON - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
COLOR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
COLS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
COLSPAN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.Combine
 
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() - Method in class it.unimi.dsi.mg4j.tool.Combine
Combines size lists.
combineSizes() - Method in class it.unimi.dsi.mg4j.tool.Concatenate
 
combineSizes() - Method in class it.unimi.dsi.mg4j.tool.Merge
 
combineSizes() - Method in class it.unimi.dsi.mg4j.tool.Paste
 
compact() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Makes this mutable string compact (see the class description).
COMPACT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
compactMemory() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
comparator() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
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.
compareTo(int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Compares this interval to an integer.
compareTo(int, int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Compares this interval to an integer with a specified radius.
compareTo(int, int, int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Compares this interval to an integer with specified left and right radii.
compareTo(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Compares this mutable string to another mutable string performing a lexicographical comparison.
compareTo(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Compares this mutable string to a string performing a lexicographical comparison.
compareTo(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Compares this mutable string to a character sequence performing a lexicographical comparison.
compareToIgnoreCase(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Compares this mutable string to another object disregarding case.
compareToIgnoreCase(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of compareToIgnoreCase().
compareToIgnoreCase(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of compareToIgnoreCase().
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.
compose() - Method in class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Returns the composed callback produced by this builder.
ComposedCallbackBuilder - Class in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
ComposedCallbackBuilder() - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Creates a new, empty callback composer.
Composite - Class in it.unimi.dsi.mg4j.query.nodes
A abstract composite node containing an array of underlying 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.
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
 
concatenated - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
Whether this documental cluster is concatenated.
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
configure(BulletParser) - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Configure the parser for usage with this callback.
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated. Configure the parser to parse elements and certain attributes.
configure(BulletParser) - Method in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated. Configure the parser to parse text.
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
 
contains(int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Checks whether this interval contains the specified integer.
contains(Interval) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Checks whether this interval contains the specified interval.
contains(int, int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Checks whether this interval would contain the specified integer if enlarged in both directions by the specified radius.
contains(int, int, int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Checks whether this interval would contain the specified integer if enlarged in each direction with the respective radius.
contains(CharSequence) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given character sequence is in this filter.
contains(byte[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given byte array is in this filter.
contains(short[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given short array is in this filter.
contains(char[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given character array is in this filter.
contains(int[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given int array is in this filter.
contains(long[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given long array is in this filter.
contains(float[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given float array is in this filter.
contains(double[]) - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Checks whether the given double array is in this filter.
contains(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
contains(int) - Method in class it.unimi.dsi.mg4j.util.IntBloomFilter
Deprecated. Checks whether the given integer is in this filter.
contains(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
contains(Object) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
containsKey(Object) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
containsKey(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
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
 
CONTENT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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.
COORDS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
copy() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
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.PdfDocumentFactory
 
copy() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
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.io.FastBufferedReader
Deprecated.  
copy() - Method in class it.unimi.dsi.mg4j.io.LineWordReader
Deprecated.  
copy() - Method in interface it.unimi.dsi.mg4j.io.WordReader
Deprecated. Returns a copy of this word reader.
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 interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
 
copy() - Method in interface it.unimi.dsi.mg4j.query.parser.QueryParser
 
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.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 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() - Method in interface it.unimi.dsi.mg4j.util.FlyweightPrototype
Deprecated. Returns a copy of this object, sharing state with this object as much as possible.
copy(T[]) - Static method in class it.unimi.dsi.mg4j.util.FlyweightPrototypes
Deprecated. Creates a flyweight copy of an array of flyweight prototypes.
copy(T) - Static method in class it.unimi.dsi.mg4j.util.FlyweightPrototypes
Deprecated. Creates a flyweight copy of the given object, or returns null if the given object is null.
copy() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string by copying this one.
copy_from(AbstractSnowballTermProcessor) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
cospan(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans a segment of this mutable string made of the complement of the specified characters.
cospan(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans the initial segment of this mutable string made of the complement of the specified characters.
cospan(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans a segment of this mutable string made of the complement of the specified characters.
cospan(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans the initial segment of this mutable string made of the complement of the specified characters.
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 - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The number of calls to ProgressLogger.update() since the last ProgressLogger.start().
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.AbstractUnionDocumentIterator
The reference array used for the queue.
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, Integer.MAX_VALUE 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, Integer.MAX_VALUE 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, Integer.MAX_VALUE 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, Integer.MAX_VALUE 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, Integer.MAX_VALUE 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.
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).
currMaxPos - Variable in class it.unimi.dsi.mg4j.tool.Scan
The current maximum position for each document, if the field indexed is virtual.
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.
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

d - Variable in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. The number of hash functions used by this filter.
d - Variable in class it.unimi.dsi.mg4j.util.IntBloomFilter
Deprecated. The number of hash functions used by this filter.
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
 
DATA - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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
 
DATETIME - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
dbUri - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The URI pointing at the database.
DD - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
DEBUG - Static variable in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
DEBUG - Static variable in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
DebugCallbackDecorator - Class in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
DebugCallbackDecorator(Callback) - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
DebugInputBitStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
DebugInputBitStream(InputBitStream, PrintStream) - Constructor for class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated. Creates a new debug input bit stream wrapping a given input bit stream and logging on a given writer.
DebugInputBitStream(InputBitStream) - Constructor for class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated. Creates a new debug input bit stream wrapping a given input bit stream and logging on standard error.
DebugOutputBitStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
DebugOutputBitStream(OutputBitStream, PrintStream) - Constructor for class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated. Creates a new debug output bit stream wrapping a given output bit stream and logging on a given writer.
DebugOutputBitStream(OutputBitStream) - Constructor for class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated. Creates a new debug output bit stream wrapping a given output bit stream and logging on standard error.
debugStream - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
DECLARE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
decode(BooleanIterator) - Method in class it.unimi.dsi.mg4j.compression.CanonicalFast64CodeWordDecoder
Deprecated.  
decode(InputBitStream) - Method in class it.unimi.dsi.mg4j.compression.CanonicalFast64CodeWordDecoder
Deprecated.  
decode(BooleanIterator) - Method in interface it.unimi.dsi.mg4j.compression.Decoder
Deprecated. Decodes the next symbol from the given boolean iterator.
decode(InputBitStream) - Method in interface it.unimi.dsi.mg4j.compression.Decoder
Deprecated. Decodes the next symbol from the given input bit stream.
decode(BooleanIterator) - Method in class it.unimi.dsi.mg4j.compression.TreeDecoder
Deprecated.  
decode(InputBitStream) - Method in class it.unimi.dsi.mg4j.compression.TreeDecoder
Deprecated.  
decode(InputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticDecoder
Decodes a symbol.
decoder() - Method in interface it.unimi.dsi.mg4j.compression.Codec
Deprecated. Returns a decoder for the compression technique represented by this coded.
Decoder - Interface in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
decoder() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated.  
decoder() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated.  
decoder - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. A decoder used to read data from the dump stream.
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
 
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.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.io.FastBufferedReader
Deprecated. The default size of the internal buffer in bytes (16Ki).
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. The default size of the byte buffer in bytes (8Ki).
DEFAULT_BUFFER_SIZE - Static variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. The default size of the byte buffer in bytes (16Ki).
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_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_INITIAL_CAPACITY - Static variable in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. The array backing the output stream.
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.BM25Scorer
The default value used for the parameter k1.
DEFAULT_LOG_INTERVAL - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
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_MODULUS - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The default ProgressLogger.modulus for ProgressLogger.lightUpdate().
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 quantum.
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.
DefaultCallback - Class in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
DefaultCallback() - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
defaultIndex - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
The default index alias.
defaultMetadata - Variable in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
The set of default metadata for this factory.
DEFER - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
DEL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.
delete(int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Removes the characters of this mutable string with indices in the range from start (inclusive) to end (exclusive).
delete(char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Removes all occurrences of the given character.
delete(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Removes all occurrences of the given characters.
delete(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Removes all occurrences of the given characters.
deleteCharAt(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Removes the character at the given index.
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.
DFN - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.
DIR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
DIR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
disable_tracing() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
DISABLED - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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.
displayFreeMemory - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Whether to display the free memory at each progress log (default: false).
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.DocumentIterators.EmptyDocumentIterator
 
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.PayloadPredicateDocumentIterator
 
DIV - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
DL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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 - 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.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 AbstractDocumentIterator.last, if it is not -1; otherwise, throws an IllegalStateException.
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.DocumentIterators.EmptyDocumentIterator
 
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.
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.
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
 
DocumentIterators.EmptyDocumentIterator - Class in it.unimi.dsi.mg4j.search
An empty document iterator with empty index set.
DocumentIterators.EmptyDocumentIterator() - Constructor for class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
DocumentIteratorVisitor - 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
 
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
 
done() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Completes a run of this progress logger, logging Completed. and the logger itself.
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.
DT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
dumpBatch() - Method in class it.unimi.dsi.mg4j.tool.Scan
Dumps the current batch on disk as an index.
DumpWordBlocks - Class in it.unimi.dsi.mg4j.test
Dumps various data about an inverted list.
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

Element - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
Element(CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Creates a new element with the specified name.
Element(CharSequence, boolean, boolean) - Constructor for class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Creates a new element with the specified name and flags.
Element(CharSequence, boolean, boolean, boolean) - Constructor for class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Creates a new element.
EM - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
EMBED - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
 
EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated.  
EMPTY_ARRAY - Static variable in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated.  
EMPTY_CALLBACK_ARRAY - Static variable in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. A singleton empty callback array.
EMPTY_INTERVAL - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. An empty (singleton) interval.
EMPTY_ITERATOR - Static variable in class it.unimi.dsi.mg4j.search.DocumentIterators
A singleton instance of an empty document iterator with empty index set.
emptyIndexIterator - Variable in class it.unimi.dsi.mg4j.index.Index
A singleton for an iterator returning no documents based on this index.
enable_tracing() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
encode(int) - Method in interface it.unimi.dsi.mg4j.compression.Coder
Deprecated. Encodes a symbol.
encode(int, OutputBitStream) - Method in interface it.unimi.dsi.mg4j.compression.Coder
Deprecated. Encodes a symbol.
encode(int) - Method in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated.  
encode(int, OutputBitStream) - Method in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated.  
encode(int, OutputBitStream) - Method in class it.unimi.dsi.mg4j.compression.Fast64CodeWordCoder
Deprecated.  
encode(int, OutputBitStream) - Method in class it.unimi.dsi.mg4j.io.ArithmeticCoder
Encodes a symbol.
ENCTYPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
endColumn - Variable in class it.unimi.dsi.mg4j.query.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDocument() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Ends a document entry.
endDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
endDocument() - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of the end of the document.
endDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
endDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
endElement(Element) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
endElement(Element) - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of the end of an element.
endElement(Element) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
endElement(Element) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
endElement(Element) - Method in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated.  
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
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position 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
 
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
 
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
 
endOfMark() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
ENDS_AFTER - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A comparator between intervals defined as follows: [a..b] is less than [a'..b'] iff the first interval ends after the second one, that is, iff b' < b.
ENDS_BEFORE - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A comparator between intervals defined as follows: [a..b] is less than [a'..b'] iff the first interval ends before the second one, that is, iff b' > b.
ENDS_BEFORE_OR_IS_SUFFIX - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A comparator between intervals defined as follows: [a..b] is less than [a'..b'] iff the first interval ends before or is a suffix of the second one, that is, iff b < b' or b=b' and a' < a.
endsWith(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given mutable string.
endsWith(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given string.
endsWith(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given character sequence.
endsWithIgnoreCase(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given mutable string disregarding case.
endsWithIgnoreCase(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given string disregarding case.
endsWithIgnoreCase(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string ends with the given character sequence disregarding case.
endTextField() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Ends a new text field.
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
 
ENLARGEMENT_FACTOR - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The number of nodes the graph will actually have.
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.
ensureCapacity(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Ensures that at least the given number of characters can be stored in this mutable string.
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.
ensureLog4JIsConfigured() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
ensureLog4JIsConfigured(Level) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
Entity - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
Entity(CharSequence, char) - Constructor for class it.unimi.dsi.mg4j.util.parser.Entity
Deprecated. Creates a new entity with the specified name and character.
entity2Char(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Returns the character corresponding to a given entity name.
EOF - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
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.BM25Scorer
The value of the document-frequency part for terms appearing in more than half of the documents.
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.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.Select
 
equals(Object) - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
equals(Object) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Checks whether this interval is equal to another set of integers.
equals(Object) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Compares this mutable string to another object.
equals(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of equals().
equals(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of equals().
equals(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of equals().
equals(Object) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
equals(Object) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated. Returns true if the provided object is equal to this set of properties.
equals(Object) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Compares this text pattern to another object.
equalsIgnoreCase(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Checks two mutable strings for equality ignoring case.
equalsIgnoreCase(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of equalsIgnoreCase().
equalsIgnoreCase(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Type-specific version of equalsIgnoreCase().
errorMessage - Variable in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
escape(MutableString) - Method in interface it.unimi.dsi.mg4j.query.MarkingMutableString.EscapeStrategy
 
evaluate(Object) - Method in class it.unimi.dsi.mg4j.index.payload.AbstractPayload.ComparatorPayloadPredicate
 
exhausted - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
Whether there are no more documents to be returned.
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.
ExpandBuff(boolean) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
Each entry in this array is an array of integers.
expectedUpdates - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The number of expected calls to ProgressLogger.update() (used to compute the percentages, ignored if negative).
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 class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator.AbstractOrderedIndexIntervalIterator
 
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

FACE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
factory() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
 
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 - 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
 
factory - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The parsing factory used by this parser.
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 - 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 to IntervalIterators.FALSE.
Fast - Class in it.unimi.dsi.mg4j.util
All-purpose optimised static-method container class.
Fast64CodeWordCoder - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
Fast64CodeWordCoder(BitVector[], long[]) - Constructor for class it.unimi.dsi.mg4j.compression.Fast64CodeWordCoder
Deprecated. Creates a new codeword-based coder using the given vector of codewords.
FastBufferedReader - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
FastBufferedReader(int) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader with a given buffer size.
FastBufferedReader() - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader with a buffer of FastBufferedReader.DEFAULT_BUFFER_SIZE characters.
FastBufferedReader(Reader, int) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reder by wrapping a given reder with a given buffer size.
FastBufferedReader(Reader) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader by wrapping a given reader with a buffer of FastBufferedReader.DEFAULT_BUFFER_SIZE characters.
FastBufferedReader(char[], int, int) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader by wrapping a given fragment of a character array.
FastBufferedReader(char[]) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader by wrapping a given character array.
FastBufferedReader(MutableString) - Constructor for class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Creates a new fast buffered reader by wrapping a given mutable string.
FastByteArrayInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to fastutil.
FastByteArrayInputStream(byte[], int, int) - Constructor for class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. Creates a new array input stream using a given array fragment.
FastByteArrayInputStream(byte[]) - Constructor for class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. Creates a new array input stream using a given array.
FastByteArrayOutputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to fastutil.
FastByteArrayOutputStream() - Constructor for class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. Creates a new array output stream with an initial capacity of FastByteArrayOutputStream.DEFAULT_INITIAL_CAPACITY bytes.
FastByteArrayOutputStream(int) - Constructor for class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. Creates a new array output stream with a given initial capacity.
FastByteArrayOutputStream(byte[]) - Constructor for class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. Creates a new array output stream wrapping a given byte array.
FastMultiByteArrayInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to fastutil.
FastMultiByteArrayInputStream(InputStream, long) - Constructor for class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. Creates a new multi-array input stream loading it from an input stream.
FastMultiByteArrayInputStream(FastMultiByteArrayInputStream) - Constructor for class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. Creates a new multi-array input stream sharing the backing arrays of another multi-array input stream.
FastMultiByteArrayInputStream(byte[]) - Constructor for class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. Creates a new multi-array input stream using a given array.
fbaos - Variable in class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
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.PdfDocumentFactory
 
fieldIndex(String) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
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.PdfDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
fieldName(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
FIELDSET - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.PdfDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
fieldType(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
fileChannel - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. The cached file channel underlying InputBitStream.is, if any.
fileChannel - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. The cached file channel underlying OutputBitStream.os.
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
 
FileLinesCollection - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
FileLinesCollection(CharSequence, String) - Constructor for class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated. Creates a file-lines collection for the specified filename with the specified encoding.
FileLinesCollection(CharSequence, String, boolean) - Constructor for class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated. Creates a file-lines collection for the specified filename with the specified encoding, optionally assuming that the file is compressed using gzip format.
FileLinesCollection.FileLinesIterator - Class in it.unimi.dsi.mg4j.io
Deprecated. An iterator over the lines of a FileLinesCollection.
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
 
fill - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Current number of bits in the bit buffer (stored low).
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
 
finalize() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection.FileLinesIterator
Deprecated.  
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.
firstChar() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the first character of this mutable string.
firstInt() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
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(OutputBitStream) - Method in interface it.unimi.dsi.mg4j.compression.Coder
Deprecated. Flushes the coder.
flush() - Method in interface it.unimi.dsi.mg4j.compression.Coder
Deprecated. Flushes the coder.
flush(OutputBitStream) - Method in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated.  
flush() - Method in class it.unimi.dsi.mg4j.compression.CodeWordCoder
Deprecated.  
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.
flush() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
flush() - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
flush() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Flushes the bit stream.
flush() - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Flushes the bit stream.
FlyweightPrototype<T extends FlyweightPrototype<T>> - Interface in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
FlyweightPrototypes - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
FlyweightPrototypes() - Constructor for class it.unimi.dsi.mg4j.util.FlyweightPrototypes
Deprecated.  
FONT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
FOR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
FORM - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
format(double) - Static method in class it.unimi.dsi.mg4j.test.DumpWordBlocks
Formats a number.
format(double) - Static method in class it.unimi.dsi.mg4j.test.SelectStats
Formats a number.
format(double) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
format(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
formatBinarySize(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
formatSize(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
FRAME - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
FRAME - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
FRAMEBORDER - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
FRAMESET - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
free - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Current number of free bits in the bit buffer (the bits in the buffer are stored high).
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.
front - Variable in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
The IndirectPriorityQueue.front(int[]) of AbstractUnionDocumentIterator.queue, if AbstractUnionDocumentIterator.frontSize is not -1.
FrontCodedStringList - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
FrontCodedStringList(Iterator<? extends CharSequence>, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Creates a new front-coded string list containing the character sequences returned by the given iterator.
FrontCodedStringList(Collection<? extends CharSequence>, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Creates a new front-coded string list containing the character sequences contained in the given collection.
frontCodedStringList - Variable in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated. The underlying front-coded string list.
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

g - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The final magick—the function turning the intermediate hash values into the final bucket.
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
 
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(int) - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Returns the element at the specified position in this front-coded as a mutable string.
get(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Returns the element at the specified position in this front-coded list by storing it in a mutable string.
get(BitVector) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Return the index of the specified word, or -1 if the word is not this trie.
get(BooleanIterator) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Return the index of the word returned by the given iterator, or -1 if the word is not this trie.
get(int) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
get(int) - Method in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated.  
get(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated. Returns the element at the specified position in this front-coded list by storing it in a mutable string.
get(int) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
GET_CLIENT_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
 
getApproximatedInterval(BitVector) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Returns an approximated prefix interval around the specified word.
getApproximatedInterval(BooleanIterator) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Returns an approximated prefix interval around the word returned by the specified iterator.
getApproximatedInterval(CharSequence) - Method in interface it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary.IntervalApproximator
Deprecated. Returns an approximated prefix interval around the specified word.
getApproximatedInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getApproximatedInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getAttribute(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.HTMLFactory
Deprecated.  
getAttribute(MutableString) - Method in interface it.unimi.dsi.mg4j.util.parser.ParsingFactory
Deprecated. Returns the Attribute associated to a name.
getAttribute(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.WellFormedXmlFactory
Deprecated.  
getBeginColumn() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getBeginLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getBigDecimal(Enum<?>, BigDecimal) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBigDecimal(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBigInteger(Enum<?>, BigInteger) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBigInteger(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBoolean(Enum<?>, boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBoolean(Enum<?>, Boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getBoolean(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getByte(Enum<?>, byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getByte(Enum<?>, Byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getByte(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getChars(CharSequence, int, int, char[], int) - Static method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Commodity static method implementing String.getChars(int,int,char[],int) for a CharSequences.
getChars(int, int, char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Characters with indices from start (inclusive) to index end (exclusive) are copied from this mutable string into the array dest, starting from index destStart.
getCoder() - Method in interface it.unimi.dsi.mg4j.compression.Codec
Deprecated. As of MG4J 2.0.2, replaced by Codec.coder().
getCoder() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated. 
getCoder() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated. 
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
 
getDecoder() - Method in interface it.unimi.dsi.mg4j.compression.Codec
Deprecated. As of MG4J 2.0.2, replaced by Codec.decoder().
getDecoder() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated. 
getDecoder() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated. 
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.PdfDocumentFactory
 
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.TRECHeaderDocumentFactory
 
getDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
getDouble(Enum<?>, double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getDouble(Enum<?>, Double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getDouble(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getElement(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.HTMLFactory
Deprecated.  
getElement(MutableString) - Method in interface it.unimi.dsi.mg4j.util.parser.ParsingFactory
Deprecated. Returns the Element associated to a name.
getElement(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.WellFormedXmlFactory
Deprecated.  
getEndColumn() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getEndLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getEntity(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.HTMLFactory
Deprecated.  
getEntity(MutableString) - Method in interface it.unimi.dsi.mg4j.util.parser.ParsingFactory
Deprecated. Returns the Entity associated to a name.
getEntity(MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.WellFormedXmlFactory
Deprecated.  
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.
getFloat(Enum<?>, float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getFloat(Enum<?>, Float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getFloat(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getFromT(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Gets a term out of the stored array MinimalPerfectHash.t.
GetImage() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.index.AbstractTermMap
Deprecated. 
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.
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.tool.Combine
Return a index with given basename, loaded with options suitable to perform the combination.
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.tool.Paste
Returns an index with given basename, loading document sizes.
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. 
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated. 
getIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated. 
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.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.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() - Static method in class it.unimi.dsi.mg4j.io.NullInputStream
Deprecated. Returns the only instance of this class.
getInstance() - Static method in class it.unimi.dsi.mg4j.io.NullOutputStream
Deprecated. Returns the only instance of this class.
getInstance() - Static method in class it.unimi.dsi.mg4j.io.NullReader
Deprecated. Returns the only instance of this class.
getInstance(DocumentIterator, DocumentIterator) - Static method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
Returns a document iterator that alignes the first iterator to the second.
getInstance(int, 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(int, 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(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(int, 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(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(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() - Static method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated. Returns the singleton instance of the default callback.
getInt(int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteSizeList
 
getInt(Enum<?>, int) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getInt(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getInteger(Enum<?>, Integer) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getInterval(CharSequence) - Method in interface it.unimi.dsi.mg4j.index.PrefixMap
Deprecated. Returns the interval of terms starting with the given prefix.
getInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
getInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermPrefixMap
Deprecated.  
getInterval(BitVector) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Returns an interval given by the smallest and the largest word in the trie starting with the specified word.
getInterval(BooleanIterator) - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Returns an interval given by the smallest and the largest word in the trie starting with the word returned by the given iterator.
getInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getInterval(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getIntervalApproximator(List<? extends CharSequence>, PrefixCoder) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. An abstract factory method returning an interval approximator for this external dictionary.
getIntervalApproximator(List<? extends CharSequence>, PrefixCoder) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
getIntervalApproximator(List<? extends CharSequence>, PrefixCoder) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
getKeys(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getLine() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
Deprecated.  
getList(Enum<?>, List<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getList(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getLogger(Class<?>) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
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(Enum<?>, long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getLong(Enum<?>, Long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getLong(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getLong(int) - Method in class it.unimi.dsi.mg4j.util.SemiExternalOffsetList
 
getMessage() - Method in exception it.unimi.dsi.mg4j.query.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
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
 
getNextToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
getNumber(CharSequence) - Method in interface it.unimi.dsi.mg4j.index.TermMap
Deprecated. Returns the ordinal number corresponding to the given term, or possibly (but not necessarily) -1 if the term was not indexed.
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Hashes a given term.
getNumber(MutableString) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Hashes a given term.
getNumber(byte[], int, int) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Hashes a term given as a byte-array fragment interpreted in the ISO-8859-1 charset encoding.
getNumber(byte[]) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Hashes a term given as a byte array interpreted in the ISO-8859-1 charset encoding.
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Hashes a given term.
getNumber(MutableString) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Hashes a given term.
getNumber(byte[], int, int) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Hashes a term given as a byte-array fragment interpreted in the ISO-8859-1 charset encoding.
getNumber(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
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
 
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
 
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.index.AbstractPrefixMap
Deprecated.  
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.index.AbstractPrefixMap
Deprecated.  
getPrefix(Interval) - Method in interface it.unimi.dsi.mg4j.index.PrefixMap
Deprecated. Returns the maximum prefix common to all terms in the given nonempty interval (optional operation).
getPrefix(Interval, MutableString) - Method in interface it.unimi.dsi.mg4j.index.PrefixMap
Deprecated. Writes in the given mutable string the maximum prefix common to all terms in the given nonempty interval (optional operation).
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermPrefixMap
Deprecated.  
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermPrefixMap
Deprecated.  
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getPrefix(Interval) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getPrefix(Interval, MutableString) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getPrefixCodec(int[]) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. An abstract factory method returning a prefix codec that will be used to compress the dump file.
getPrefixCodec(int[]) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
getPrefixCodec(int[]) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
getProperties(Enum<?>, Properties) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getProperties(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getProperty(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
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.
getShort(Enum<?>, short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getShort(Enum<?>, Short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getShort(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getStream(InputStream[], int, int) - Static method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated. Returns an input stream encapsulating a nonempty fragment of an array of input streams.
getStream(InputStream[]) - Static method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated. Returns an input stream encapsulating a nonempty array of input streams.
getString(Enum<?>, String) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getString(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
getStringArray(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
GetSuffix(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getTabSize(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
getTerm(int) - Method in class it.unimi.dsi.mg4j.index.AbstractTermMap
Deprecated.  
getTerm(int, MutableString) - Method in class it.unimi.dsi.mg4j.index.AbstractTermMap
Deprecated.  
getTerm(int) - Method in interface it.unimi.dsi.mg4j.index.TermMap
Deprecated. Returns the term corresponding to the given ordinal number (optional operation).
getTerm(int, MutableString) - Method in interface it.unimi.dsi.mg4j.index.TermMap
Deprecated. Writes in the given mutable string the term corresponding to the given ordinal number (optional operation).
getTerm(int, MutableString) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
getTerm(int) - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
getTerm(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getTerm(int) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
getTerm(int) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getTerm(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
getTerm(int) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getTerm(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
getTermProcessor(Properties) - Static method in class it.unimi.dsi.mg4j.index.Index
 
getToken(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
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.

H

h - Variable in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
The parameter h.
H1 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
H2 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
H3 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
H4 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
H5 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
H6 - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
handleMarkup(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Handles markup.
handleProcessingInstruction(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Handles processing instruction, ASP tags etc.
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.
hash(CharSequence, int[]) - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Hashes a given term using the intermediate hash functions.
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.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.Select
 
hashCode() - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
hashCode() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
hashCode() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns a hash code for this mutable string.
hashCode() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
hashCode() - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
hashCode() - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns a hash code for this text pattern.
HashCodeSignedMinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
HashCodeSignedMinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the given terms using the given number of weights.
HashCodeSignedMinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
HashCodeSignedMinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
HashCodeSignedMinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the given file of terms.
HashCodeSignedMinimalPerfectHash(String, String, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms using the given number of weights.
HashCodeSignedMinimalPerfectHash(String, String, boolean) - Constructor for class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. Creates a new String.hashCode()-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms.
hashLength - Variable in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. This mutable string is compact iff this attribute is negative.
hasMoreBlocks() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Checks whether there are more blocks.
hasNext() - Method in class it.unimi.dsi.mg4j.compression.CodedCharSequenceBooleanIterator
Deprecated.  
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.io.FileLinesCollection.FileLinesIterator
Deprecated.  
hasNext() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated.  
hasNext() - Method in class it.unimi.dsi.mg4j.io.LineIterator
Deprecated.  
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.next has been already set; if not, peeks at the document returned by nextDocument().
hasNext() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
hasNext() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
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.
hasNext() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
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.
hasPrefixes() - Method in interface it.unimi.dsi.mg4j.index.PrefixMap
Deprecated. Returns true if this prefix map supports prefix retrieval.
hasPrefixes() - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
hasPrefixes() - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermPrefixMap
Deprecated.  
hasPrefixes() - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
hasPrefixes() - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
hasPrefixes() - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
hasPrevious() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
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
 
hasTerms() - Method in interface it.unimi.dsi.mg4j.index.TermMap
Deprecated. Returns true if this prefix map supports term retrieval.
hasTerms() - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
hasTerms() - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
hasTerms() - Method in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
hasTerms() - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated.  
hasTerms() - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
HEAD - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
HEADERS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
headSet(int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
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).
HEIGHT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
HelpPage - Class in it.unimi.dsi.mg4j.query
The help page.
HelpPage() - Constructor for class it.unimi.dsi.mg4j.query.HelpPage
 
HEXADECIMAL - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The base for non-decimal entity.
HOLE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
HR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
HREF - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
HREFLANG - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
HSPACE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
HTML - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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.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
 
HTMLFactory - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
HTTP_EQUIV - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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.
HuffmanCodec - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
HuffmanCodec(int[]) - Constructor for class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated. Creates a new Huffman codec using the given vector of frequencies.
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
 
HuTuckerCodec - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
HuTuckerCodec(int[]) - Constructor for class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated.  

I

I - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
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
 
id(int) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
id() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
id - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
The id associated to 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 to 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() - 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
 
ID - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
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.
IFRAME - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
image - Variable in class it.unimi.dsi.mg4j.query.parser.Token
The string image of the token.
IMG - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ImmutableBinaryTrie - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ImmutableBinaryTrie(List<BitVector>) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Creates a trie from a list of binary words.
ImmutableBinaryTrie.Node - Class in it.unimi.dsi.mg4j.util
Deprecated. A node in the trie.
ImmutableBinaryTrie.Node(BitVector, int) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. Creates a node representing a word.
ImmutableBinaryTrie.Node(BitVector) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. Creates a node that does not represent a word.
ImmutableExternalPrefixDictionary - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ImmutableExternalPrefixDictionary(Iterable<? extends CharSequence>, int, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Creates an external dictionary.
ImmutableExternalPrefixDictionary(Iterable<? extends CharSequence>, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Creates an external dictionary with block size ImmutableExternalPrefixDictionary.STD_BLOCK_SIZE and specified dump stream.
ImmutableExternalPrefixDictionary(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Creates an external dictionary with specified block size.
ImmutableExternalPrefixDictionary(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Creates an external prefix dictionary with block size ImmutableExternalPrefixDictionary.STD_BLOCK_SIZE.
ImmutableExternalPrefixDictionary.IntervalApproximator - Interface in it.unimi.dsi.mg4j.util
Deprecated. A data structure providing queries for approximated prefix intervals.
ImmutableExternalTreePrefixDictionary - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ImmutableExternalTreePrefixDictionary(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
ImmutableExternalTreePrefixDictionary(Iterable<? extends CharSequence>, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
ImmutableExternalTreePrefixDictionary(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
ImmutableExternalTreePrefixDictionary(Iterable<? extends CharSequence>, int, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
ImmutableExternalTriePrefixDictionary - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ImmutableExternalTriePrefixDictionary(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
ImmutableExternalTriePrefixDictionary(Iterable<? extends CharSequence>, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
ImmutableExternalTriePrefixDictionary(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
ImmutableExternalTriePrefixDictionary(Iterable<? extends CharSequence>, int, CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
ImmutableTriePrefixTree - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ImmutableTriePrefixTree(List<? extends CharSequence>, PrefixCoder, Char2IntMap) - Constructor for class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated. Creates a new prefix tree.
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.InMemoryIndex
The byte array containing the index.
index - Variable in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
The byte buffer containing the index.
index - Variable in class it.unimi.dsi.mg4j.index.MemoryMappedIndex
The byte buffer containing the index.
index() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
The index we refer to.
index - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
The reference index.
index - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
The reference index.
index - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The reference index.
index() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
index - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
The reference index.
index - Variable in class it.unimi.dsi.mg4j.query.nodes.Select
The name of the index selected for the subquery.
index - Variable in class it.unimi.dsi.mg4j.tool.Combine
The array of indices to be merged.
Index.EmptyIndexIterator - Class in it.unimi.dsi.mg4j.index
An iterator returning no documents based on this index.
Index.EmptyIndexIterator() - Constructor for class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
Index.PropertyKeys - Enum in it.unimi.dsi.mg4j.index
Symbolic names for properties of a Index.
Index.UriKeys - Enum in it.unimi.dsi.mg4j.index
Keys to be used (downcased) in specifiying additional parameters to a MG4J URI.
index2Weight - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
A map associating a weight with each index.
index2Weight - Variable in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
A map associating a weight with each index.
INDEX_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the index bitstream.
IndexBuilder - Class in it.unimi.dsi.mg4j.tool
An index builder.
IndexBuilder(String, DocumentSequence) - Constructor for class it.unimi.dsi.mg4j.tool.IndexBuilder
Creates a new index builder with default parameters.
IndexCluster - Class in it.unimi.dsi.mg4j.index.cluster
An abstract index cluster.
IndexCluster(Index[], BloomFilter[], int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.cluster.IndexCluster
 
IndexCluster.PropertyKeys - Enum in it.unimi.dsi.mg4j.index.cluster
Symbolic names for properties of an IndexCluster.
indexedFields - Variable in class it.unimi.dsi.mg4j.tool.IndexBuilder
The set of indexed fields (expressed as field indices).
indexedFields(int...) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the indexed fields to those provided (default: all fields, but see IndexBuilder.indexedFields).
indexFile - Variable in class it.unimi.dsi.mg4j.index.FileHPIndex
The file containing the index.
indexFile - Variable in class it.unimi.dsi.mg4j.index.FileIndex
The file containing the index.
indexIterator - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
The BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator view of this reader (returned by BitStreamHPIndexReader.documents(CharSequence)).
indexIterator - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
The BitStreamIndexReader.BitStreamIndexReaderIndexIterator view of this reader (returned by BitStreamIndexReader.documents(CharSequence)).
indexIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
A cached copy of the iterators, to avoid type casts.
indexIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
A cached copy of the iterators, to avoid type casts.
IndexIterator - Interface in it.unimi.dsi.mg4j.index
An iterator over an inverted list.
indexIterator - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
The GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator view of this reader (returned by GammaDeltaGammaDeltaBitStreamHPIndexReader.documents(CharSequence)).
indexIterator - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
The GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator view of this reader (returned by GammaDeltaGammaDeltaBitStreamIndexReader.documents(CharSequence)).
indexIterator - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
The SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator view of this reader (returned by SkipGammaDeltaGammaDeltaBitStreamIndexReader.documents(CharSequence)).
indexIterator - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
A cached copy of AbstractCompositeDocumentIterator.documentIterator, if all underlying iterators are index iterators; null, otherwise.
indexIterator - Variable in class it.unimi.dsi.mg4j.tool.Combine
An array of index iterators parallel to Combine.index (filled by concrete implementations).
IndexIterators - Class in it.unimi.dsi.mg4j.index
A class providing static methods and objects that do useful things with index iterators.
IndexIterators() - Constructor for class it.unimi.dsi.mg4j.index.IndexIterators
 
indexMap - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
A map from names to indices.
indexMap - Variable in class it.unimi.dsi.mg4j.query.QueryServlet
A sorted map from index names to indices: the first entry is the default index.
indexMap() - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Returns a map from indices met during term collection to their position into TermCollectionVisitor.indices().
indexNumber - Variable in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
For each offset, the corresponding index as a position in TermCollectionVisitor.indices().
indexOf(Object) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
indexOf(char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified character.
indexOf(char, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified character, starting at the specified index.
indexOf(MutableString, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified mutable string, starting at the specified index.
indexOf(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified mutable string.
indexOf(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified character sequence, starting at the specified index.
indexOf(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified character sequence.
indexOf(TextPattern, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified text pattern, starting at the specified index.
indexOf(TextPattern) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of the specified text pattern, starting at the specified index.
indexOfAnyBut(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any character, except those specified, starting at the specified index.
indexOfAnyBut(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any character, except those specified.
indexOfAnyBut(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any character, except those specified, starting at the specified index.
indexOfAnyBut(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any character, except those specified.
indexOfAnyOf(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any of the specified characters, starting at the specified index.
indexOfAnyOf(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any of the specified characters.
indexOfAnyOf(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any of the specified characters, starting at the specified index.
indexOfAnyOf(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the first occurrence of any of the specified characters.
indexReader - Variable in class it.unimi.dsi.mg4j.index.cluster.AbstractIndexClusterIndexReader
One reader per local index.
IndexReader - Interface in it.unimi.dsi.mg4j.index
Provides access to an inverted index.
indexReader - Variable in class it.unimi.dsi.mg4j.tool.Combine
An array of index readers parallel to Combine.index.
IndexServer - Class in it.unimi.dsi.mg4j.index.remote
A daemon exposing an index remotely.
IndexServer() - Constructor for class it.unimi.dsi.mg4j.index.remote.IndexServer
 
IndexWriter - Interface in it.unimi.dsi.mg4j.index
An interface for classes that generate indices.
indexWriter - Variable in class it.unimi.dsi.mg4j.tool.Combine
The index writer for the merged index.
indices() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
indices - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The set of indices involved in this iterator.
indices() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
indices() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
indices - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
The set of index aliases.
indices - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
The set of indices involved in this iterator.
indices() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
indices() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns the set of indices over which this iterator is built.
indices() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
indices() - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Returns the indices met during pair collection.
info - Variable in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
Optional additional information.
info - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. If non-null, this object will be printed after the timinig information.
init() - Method in class it.unimi.dsi.mg4j.query.FileSystemItem
 
init() - Method in class it.unimi.dsi.mg4j.query.QueryServlet
 
init - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Initialisation values for the intermediate hash functions.
initSignatures(Iterable<? extends CharSequence>) - Method in class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated.  
initSignatures(Iterable<? extends CharSequence>) - Method in class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated.  
initSignatures(Iterable<? extends CharSequence>) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated.  
initSignatures(Iterable<? extends CharSequence>) - Method in class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated.  
initSignatures(Iterable<? extends CharSequence>) - Method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Sets up the signature system from a collection.
InMemoryHPIndex - Class in it.unimi.dsi.mg4j.index
A BitStreamHPIndex index loaded in memory.
InMemoryHPIndex(byte[], byte[], int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
InMemoryIndex - Class in it.unimi.dsi.mg4j.index
A local bitstream index loaded in memory.
InMemoryIndex(byte[], int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.InMemoryIndex
 
INPUT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
input_stream - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
inputBasename - Variable in class it.unimi.dsi.mg4j.tool.Combine
The array of input basenames.
InputBitStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
InputBitStream() - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. This (non-public) constructor exists just to provide fake initialisation for classes such as DebugInputBitStream.
InputBitStream(InputStream) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream wrapping a given input stream using a buffer of size InputBitStream.DEFAULT_BUFFER_SIZE.
InputBitStream(InputStream, int) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream wrapping a given input stream with a specified buffer size.
InputBitStream(byte[]) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream wrapping a given byte array.
InputBitStream(String, int) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream reading from a file.
InputBitStream(String) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream reading from a file.
InputBitStream(File) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream reading from a file.
InputBitStream(File, int) - Constructor for class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Creates a new input bit stream reading from a file.
inputStream - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
The input stream in RemoteIndexReader.connection, cached.
inputStream - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
The stream from the server.
inputStream - Variable in class it.unimi.dsi.mg4j.index.remote.ServerThread
The input stream of ServerThread.socket, buffered and wrapped inside a data input stream.
inputStream - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
InputStreamDocumentSequence - Class in it.unimi.dsi.mg4j.document
A document sequence obtained by breaking an input stream at a specified separator.
InputStreamDocumentSequence(InputStream, int, DocumentFactory, int) - Constructor for class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
Creates a new document sequence based on a given input stream and separator; the sequence will not return more than the given number of documents.
InputStreamDocumentSequence(InputStream, int, DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
Creates a new document sequence based on a given input stream and separator.
InputStreamItem - Class in it.unimi.dsi.mg4j.query
An item serving a raw input stream from the document collection.
InputStreamItem() - Constructor for class it.unimi.dsi.mg4j.query.InputStreamItem
 
INS - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
insert(int, int, String) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
insert(int, int, MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
insert(int, MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a mutable string in this mutable string, starting from index index.
insert(int, String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a String in this mutable string, starting from index index.
insert(int, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a CharSequence in this mutable string, starting from index index.
insert(int, char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts characters in this mutable string.
insert(int, char[], int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts characters in this mutable string.
insert(int, boolean) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a boolean in this mutable string, starting from index index.
insert(int, char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a char in this mutable string, starting from index index.
insert(int, double) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a double in this mutable string, starting from index index.
insert(int, float) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a float in this mutable string, starting from index index.
insert(int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts an int in this mutable string, starting from index index.
insert(int, long) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts a long in this mutable string, starting from index index.
insert(int, Object) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Inserts the string representation of an object in this mutable string, starting from index index.
INSTANCE - Static variable in class it.unimi.dsi.mg4j.util.parser.HTMLFactory
Deprecated.  
int2nat(int) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
int2nat(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
IntBloomFilter - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
IntBloomFilter(int, int) - Constructor for class it.unimi.dsi.mg4j.util.IntBloomFilter
Deprecated. Creates a new Bloom filter with given number of hash functions and expected number of elements.
IntegerPayload - Class in it.unimi.dsi.mg4j.index.payload
A payload containing a long stored using δ coding.
IntegerPayload() - Constructor for class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
interleaved(boolean) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the interleaved flag (default: false).
intern(MutableString) - Method in class it.unimi.dsi.mg4j.util.InternedMutableStringSet
Deprecated. Returns an interned, canonical copy contained in this set of the specified mutable string.
InternedMutableStringSet - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
InternedMutableStringSet() - Constructor for class it.unimi.dsi.mg4j.util.InternedMutableStringSet
Deprecated.  
InternedMutableStringSet(int, float) - Constructor for class it.unimi.dsi.mg4j.util.InternedMutableStringSet
Deprecated.  
InternedMutableStringSet(int) - Constructor for class it.unimi.dsi.mg4j.util.InternedMutableStringSet
Deprecated.  
InternedMutableStringSet.Term - Class in it.unimi.dsi.mg4j.util
Deprecated.  
InternedMutableStringSet.Term(MutableString) - Constructor for class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
InterpolativeCoding - Class in it.unimi.dsi.mg4j.io
Static methods implementing interpolative coding.
interpretCommand(String) - Method in class it.unimi.dsi.mg4j.query.Query
Interpret the given command, changing the static variables.
interval - Variable in class it.unimi.dsi.mg4j.query.SelectedInterval
The underlying interval.
Interval - Class in it.unimi.dsi.mg4j.search
Deprecated. Moved to dsiutils.
Interval(int, int) - Constructor for class it.unimi.dsi.mg4j.search.Interval
Deprecated. Builds an interval with given extremes.
INTERVAL_SEPARATOR - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
intervalApproximator - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. The in-memory data structure used to approximate intervals..
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterator - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator
The underlying iterators.
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
intervalIterator() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns the interval iterator of this document iterator for single-index queries.
intervalIterator(Index) - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns the interval iterator of this document iterator for the given index.
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
IntervalIterator - Interface in it.unimi.dsi.mg4j.search
An iterator over intervals.
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
intervalIterator() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
intervalIterator(Index) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
intervalIterators - Variable in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
A map from indices to interval iterators.
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
intervalIterators() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns an unmodifiable map from indices to interval iterators.
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
IntervalIterators - Class in it.unimi.dsi.mg4j.search
A class providing static methods and objects that do useful things with interval iterators.
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
intervalIterators() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
IntervalIterators.FakeIterator - Class in it.unimi.dsi.mg4j.search
An iterator that throws an exception on all advancing method calls, except for IntervalIterators.FakeIterator.hasNext(), which has a settable value.
Intervals - Class in it.unimi.dsi.mg4j.search
Deprecated. Moved to dsiutils.
IntervalSelector - Class in it.unimi.dsi.mg4j.query
A strategy for selecting reasonable intervals to be shown to the user.
IntervalSelector() - Constructor for class it.unimi.dsi.mg4j.query.IntervalSelector
Creates a new selector that selects all intervals.
IntervalSelector(int, int) - Constructor for class it.unimi.dsi.mg4j.query.IntervalSelector
Creates a new selector.
intervalSelector - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
The current interval selector, if any.
intervalTerms(IntSet) - Method in interface it.unimi.dsi.mg4j.search.IntervalIterator
Provides the set of terms that span the current interval.
intervalTerms(IntSet) - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
intervalTerms(IntSet) - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator.OrIndexIntervalIterator
 
is - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. The underlying InputStream.
isCompact() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string is compact (see the class description).
isEmpty() - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
 
isEmpty() - Method in class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Checks whether this callback builder is empty.
isImplicit - Variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Whether this element has implicit closure.
ISINDEX - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
isLeaf() - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. Returns true if this node is a leaf.
isLoose() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string is loose (see the class description).
ISMAP - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
isSimple - Variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Whether this element is simple.
isWordConstituent(char) - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection.WhitespaceWordReader
 
it.unimi.dsi.mg4j.compression - package it.unimi.dsi.mg4j.compression
 
it.unimi.dsi.mg4j.document - package it.unimi.dsi.mg4j.document
This package contains all the logics related to and useful for managing documents, document collections and such.
it.unimi.dsi.mg4j.index - package it.unimi.dsi.mg4j.index
Index generation and access.
it.unimi.dsi.mg4j.index.cluster - package it.unimi.dsi.mg4j.index.cluster
Index partitioning and clustering.
it.unimi.dsi.mg4j.index.payload - package it.unimi.dsi.mg4j.index.payload
 
it.unimi.dsi.mg4j.index.remote - package it.unimi.dsi.mg4j.index.remote
Remote index classes.
it.unimi.dsi.mg4j.index.snowball - package it.unimi.dsi.mg4j.index.snowball
Snowball-based term processors.
it.unimi.dsi.mg4j.index.wired - package it.unimi.dsi.mg4j.index.wired
 
it.unimi.dsi.mg4j.io - package it.unimi.dsi.mg4j.io
Bit-level I/O classes.
it.unimi.dsi.mg4j.query - package it.unimi.dsi.mg4j.query
User interfaces for querying indices.
it.unimi.dsi.mg4j.query.nodes - package it.unimi.dsi.mg4j.query.nodes
Composite representation for queries
it.unimi.dsi.mg4j.query.parser - package it.unimi.dsi.mg4j.query.parser
A simple JavaCC-generated parser used by the Query class.
it.unimi.dsi.mg4j.search - package it.unimi.dsi.mg4j.search
Classes that compose iterators over documents.
it.unimi.dsi.mg4j.search.score - package it.unimi.dsi.mg4j.search.score
Classes for assigning scores to documents.
it.unimi.dsi.mg4j.search.visitor - package it.unimi.dsi.mg4j.search.visitor
Visitors for composite document iterators.
it.unimi.dsi.mg4j.test - package it.unimi.dsi.mg4j.test
 
it.unimi.dsi.mg4j.tool - package it.unimi.dsi.mg4j.tool
Line-command tools for index construction.
it.unimi.dsi.mg4j.util - package it.unimi.dsi.mg4j.util
General-purpose utility classes.
it.unimi.dsi.mg4j.util.parser - package it.unimi.dsi.mg4j.util.parser
A fast, lightweight, on-demand (X)HTML parser.
it.unimi.dsi.mg4j.util.parser.callback - package it.unimi.dsi.mg4j.util.parser.callback
Callbacks for the BulletParser.
ItalianStemmer - 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.
ItalianStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.ItalianStemmer
 
itemsName - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The name of several counted items.
itemsName(String) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Sets the items name.
itemsName() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Returns the current items name.
iterator() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
 
iterator() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentSequence
 
iterator() - Method in class it.unimi.dsi.mg4j.document.CSVDocumentCollection
 
iterator() - Method in interface it.unimi.dsi.mg4j.document.DocumentSequence
Returns an iterator over the sequence of documents.
iterator() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
iterator() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
iterator() - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
iterator() - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
iterator() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
iterator() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
Deprecated. 
iterator() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
iterator() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated.  
iterator() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Invokes DocumentIterator.intervalIterator()
iterator() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
iterator() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
An alias for DocumentIterator.intervalIterator(), that has the same limitations (i.e., it will work only if there is just one index), and that catches IOExceptions.
iterator() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
iterator() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Returns an iterator over the integers in this interval.
iterator(int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Returns an iterator over the integers in this interval larger than or equal to a given integer.
iterator() - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Returns an iterator over the dictionary.

J

JavamailDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection corresponding to a Javamail Store.
JavamailDocumentCollection(String, String, JavamailDocumentCollection.JavamailDocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
Builds a document collection corresponding to a given store URL and folder name.
JavamailDocumentCollection(String, String) - Constructor for class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
JavamailDocumentCollection(String, String, Properties) - Constructor for class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
JavamailDocumentCollection(String, String, String[]) - Constructor for class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
JavamailDocumentCollection(String, String, Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
JdbcDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection corresponding to the result of a query in a relational database.
JdbcDocumentCollection(String, String, String, String, DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
Creates a document collection based on the result set of an SQL query using id as id specifier.
JdbcDocumentCollection(String, String, String, String, String, DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
Creates a document collection based on the result set of an SQL query.
JdbcDocumentCollection.JdbcDocumentIterator - Class in it.unimi.dsi.mg4j.document
An iterator over the whole collection that performs a single DBMS transaction.
jj_nt - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
jjFillToken() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
jjstrLiteralImages - Static variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 

K

k - Variable in class it.unimi.dsi.mg4j.query.nodes.LowPass
The threshold above which intervals are eliminated.
k1 - Variable in class it.unimi.dsi.mg4j.search.score.BM25Scorer
The parameter k1.
KBD - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
keepBatches(boolean) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the “keep batches” flag (default: false).
ket - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
keyIndex(Index) - Method in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
 
keyIndex - Variable in class it.unimi.dsi.mg4j.index.Index
The index used as a key to retrieve intervals.
keyIndex(Index) - Method in class it.unimi.dsi.mg4j.index.Index
Set the index used as a key to retrieve intervals from iterators generated from this index.
kind - Variable in class it.unimi.dsi.mg4j.query.parser.Token
An integer that describes the kind of this token.
KraaijPohlmannStemmer - 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.
KraaijPohlmannStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.KraaijPohlmannStemmer
 

L

LABEL - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
LABEL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
LANG - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
LANGUAGE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
last - Variable in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
The last document returned by this iterator, or -1 if the iterator has never be advanced or if its state has been modified since the last call to AbstractDocumentIterator.nextInt() or nextDocument() because of a call to hasNext().
lastChar() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the last character of this mutable string.
lastDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The last document pointer in the current list.
lastDocument - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The last document pointer in the current list.
lastDocument - Variable in class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
lastEntity - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The character represented by the last scanned entity.
lastIndexOf(Object) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
lastIndexOf(char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified character.
lastIndexOf(char, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(MutableString, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified mutable string, searching backward starting at the specified index.
lastIndexOf(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified mutable string.
lastIndexOf(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified character sequence, searching backward starting at the specified index.
lastIndexOf(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of the specified character sequence.
lastIndexOfAnyBut(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any character, except those specified, starting at the specified index.
lastIndexOfAnyBut(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any character, except those specified.
lastIndexOfAnyBut(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any character, except those specified, starting at the specified index.
lastIndexOfAnyBut(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any character, except those specified.
lastIndexOfAnyOf(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any of the specified characters, searching backwards starting at the specified index.
lastIndexOfAnyOf(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any of the specified characters.
lastIndexOfAnyOf(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any of the specified characters, searching backwards starting at the specified index.
lastIndexOfAnyOf(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the index of the last occurrence of any of the specified characters.
lastInt() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
lastIterator - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The last iterator to ever return something (an index into DocumentalConcatenatedClusterDocumentIterator.documentIterator).
lastPosition - Variable in class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
lastPositionsOffset - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The offset of the positions of the current BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.term.
lastPositionsOffset - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The offset of the positions of the current GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.term.
leastSignificantBit(int) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
leastSignificantBit(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
left - Variable in class it.unimi.dsi.mg4j.compression.TreeDecoder.Node
Deprecated.  
left - Variable in class it.unimi.dsi.mg4j.query.nodes.Range
The string representation of the left extreme of the range, or null for no left extreme.
left - Variable in class it.unimi.dsi.mg4j.search.Interval
Deprecated. The left extreme of the interval.
left - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated.  
leftMargin - Variable in class it.unimi.dsi.mg4j.query.nodes.Difference
A margin that will be added to the left of each interval.
LEGEND - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
length() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
length - Variable in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. The number of valid bytes in FastByteArrayInputStream.array starting from FastByteArrayInputStream.offset.
length() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
length - Variable in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. The number of valid bytes in FastByteArrayOutputStream.array.
length - Variable in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. The number of valid bytes in FastMultiByteArrayInputStream.array.
length() - Method in class it.unimi.dsi.mg4j.io.NullInputStream
Deprecated.  
length() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
length() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Returns the interval length, that is, the number of integers contained in the interval.
length() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns the number of characters in this mutable string.
length(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Sets the length.
length() - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated.  
LENGTH_COMPARATOR - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A comparator between intervals based on their length.
LexicalCluster - Class in it.unimi.dsi.mg4j.index.cluster
A cluster exhibiting local indices referring to the same collection, but containing different set of terms, as a single index.
LexicalCluster(Index[], LexicalClusteringStrategy, BloomFilter[], int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.cluster.LexicalCluster
Creates a new lexical index cluster.
LexicalClusterIndexReader - Class in it.unimi.dsi.mg4j.index.cluster
An index reader for a lexical cluster.
LexicalClusterIndexReader(LexicalCluster, int) - Constructor for class it.unimi.dsi.mg4j.index.cluster.LexicalClusterIndexReader
 
LexicalClusteringStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A way to associate a term with a local index out of a given set.
LexicalError(boolean, int, int, int, String, char) - Static method in error it.unimi.dsi.mg4j.query.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalPartitioningStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A way to associate a term number with a local index out of a given set and a local term number in the local index.
LexicalStrategies - Class in it.unimi.dsi.mg4j.index.cluster
Static utility methods for lexical strategies.
LexicalStrategies() - Constructor for class it.unimi.dsi.mg4j.index.cluster.LexicalStrategies
 
lexStateNames - Static variable in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
LI - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
lightUpdate() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Updates the progress logger in a lightweight fashion.
limit - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
limit_backward - Variable in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
line - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
LinearAggregator - Class in it.unimi.dsi.mg4j.search.score
An aggregator that computes a linear combination of the component scorers.
LinearAggregator(Scorer[], double[]) - Constructor for class it.unimi.dsi.mg4j.search.score.LinearAggregator
Creates a linear aggregator.
LineIterator - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
LineIterator(FastBufferedReader, ProgressLogger) - Constructor for class it.unimi.dsi.mg4j.io.LineIterator
Deprecated. Creates a new line iterator over a specified fast buffered reader.
LineIterator(FastBufferedReader) - Constructor for class it.unimi.dsi.mg4j.io.LineIterator
Deprecated. Creates a new line iterator over a specified fast buffered reader.
LineWordReader - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
LineWordReader() - Constructor for class it.unimi.dsi.mg4j.io.LineWordReader
Deprecated.  
LINK - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
LINK - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
LinkExtractor - Class in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
LinkExtractor() - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated.  
list - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
The cached return value of StringMap.list().
list() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
listIterator(int) - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated.  
listIterator(int) - Method in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated.  
LiterallySignedMinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
LiterallySignedMinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated. Creates a new literally signed order-preserving minimal perfect hash table for the given terms using the given number of weights.
LiterallySignedMinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated. Creates a new literally signed order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
LiterallySignedMinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated. Creates a new literally signed order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
LiterallySignedMinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated. Creates a new literally signed order-preserving minimal perfect hash table for the given file of terms.
loadMutableStringsSelfDelimUTF8(InputStream, MutableString[], int, int) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Loads mutable strings from an output stream in self-delimiting UTF-8 format and stores then in an array fragment.
loadMutableStringsSelfDelimUTF8(InputStream, MutableString[]) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Loads mutable strings from an output stream in self-delimiting UTF-8 format and stores then in an array.
loadMutableStringsSelfDelimUTF8(CharSequence, MutableString[], int, int) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Loads mutable strings from a file in self-delimiting UTF-8 format and stores then in an array fragment.
loadMutableStringsSelfDelimUTF8(CharSequence, MutableString[]) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Loads mutable strings from a file in self-delimiting UTF-8 format and stores then in an array.
loadPrefixMap(String) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Utility static method that loads a prefix map.
loadStringMap(String) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Utility static method that loads a term map.
localIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.ChainedLexicalClusteringStrategy
 
localIndex(int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
localIndex(int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
localIndex(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
localIndex(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalPartitioningStrategy
Returns the index to which a given global document pointer is be mapped by this strategy.
localIndex - Variable in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
The local indices of this cluster.
localIndex(CharSequence) - Method in interface it.unimi.dsi.mg4j.index.cluster.LexicalClusteringStrategy
Returns the index to which a given term is be mapped by this strategy.
localIndex(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.LexicalPartitioningStrategy
Returns the index to which a given term number is mapped by this strategy.
localNumber(int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
localNumber(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.LexicalPartitioningStrategy
Returns the local term number given a global term number.
localPointer(int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
localPointer(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalClusteringStrategy
Returns the local document pointer corresponding to a global document pointer.
localPointer(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalPartitioningStrategy
Returns the local document pointer corresponding to a global document pointer.
localPointer(int) - Method in class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
 
log2b - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The parameter log2b for Golomb coding of pointers; it is the most significant bit of BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.b.
log2b - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The parameter log2b for Golomb coding of pointers; it is the most significant bit of BitStreamHPIndexWriter.b.
log2b - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The parameter log2b for Golomb coding of pointers; it is the most significant bit of BitStreamIndexReader.BitStreamIndexReaderIndexIterator.b.
log2b - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The parameter log2b for Golomb coding of pointers; it is the most significant bit of BitStreamIndexWriter.b.
log4JIsConfigured() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
LOGGER - Static variable in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
logger - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The logger used by this progress logger.
logInterval(long) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the logging time interval (default: ProgressLogger.DEFAULT_LOG_INTERVAL).
logInterval - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The time interval for a new log in milliseconds.
LONGDESC - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
lookingAhead - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
loose() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Makes this mutable string loose.
LovinsStemmer - 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.
LovinsStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.LovinsStemmer
 
LowPass - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a low-pass filtering of the only underlying query.
LowPass(Query, int) - Constructor for class it.unimi.dsi.mg4j.query.nodes.LowPass
 
LowPassDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that filters another document iterator, returning just intervals (and containing documents) whose length does not exceed a given threshold.
LowPassDocumentIterator(DocumentIterator, int) - Constructor for class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
Creates a new low-pass document iterator over a given iterator.

M

m - Variable in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. The number of bits in this filter.
m - Variable in class it.unimi.dsi.mg4j.util.IntBloomFilter
Deprecated. The number of bits in this filter.
m - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The number of vertices of the intermediate hypergraph, excluding the overhead nodes.
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.CSVDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.index.remote.IndexServer
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.query.Query
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.ProduceDNFFromLines
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.RemoteIndexIteratorTest
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.SelectHeights
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.SelectStats
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.SkipSwing
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.test.Verifier
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.Combine
 
main(String[], Class<? extends Combine>) - Static method in class it.unimi.dsi.mg4j.tool.Combine
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.Concatenate
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.IndexBuilder
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.Merge
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.PartitionDocumentally
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.PartitionLexically
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.Paste
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.Scan
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.ScanMetadata
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.tool.URLMPHVirtualDocumentResolver
 
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.LiterallySignedMinimalPerfectHash
Deprecated.  
main(Class<? extends MinimalPerfectHash>, String[]) - Static method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. A main method for minimal perfect hash construction that accepts a default class.
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated.  
main(String[]) - Static method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
MAP - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
mapFile(String) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the name of a file containing a map on the document indices (default: null).
MARGINHEIGHT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
MARGINLENGTH - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
MARGINWIDTH - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
mark(int) - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
mark(int) - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
mark(int) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
mark(int) - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
mark(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Marks the current position in this input stream.
Marker - Interface in it.unimi.dsi.mg4j.query
A strategy for marking words.
marking - Variable in class it.unimi.dsi.mg4j.query.MarkingMutableString
 
MarkingMutableString - Class in it.unimi.dsi.mg4j.query
A mutable string with a special method to append text that should be marked.
MarkingMutableString(Marker, MarkingMutableString.EscapeStrategy, int) - Constructor for class it.unimi.dsi.mg4j.query.MarkingMutableString
Creates a new loose empty marking mutable string.
MarkingMutableString(Marker, MarkingMutableString.EscapeStrategy) - Constructor for class it.unimi.dsi.mg4j.query.MarkingMutableString
Creates a new loose empty marking mutable string default interval surround.
MarkingMutableString(Marker) - Constructor for class it.unimi.dsi.mg4j.query.MarkingMutableString
Creates a new loose empty marking mutable string with default interval surround, no escaping strategy and no term processor.
MarkingMutableString.EscapeStrategy - Interface in it.unimi.dsi.mg4j.query
An escaping strategy.
markSupported() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
markSupported() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
markSupported() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
markSupported() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
markSupported() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Tests if this stream supports the InputBitStream.mark(int) and InputBitStream.reset() methods.
markSupported() - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
MAX_BITS - Static variable in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. The maximum number of bits in a filter (limited by array size and bits in a long).
MAX_DEC_ENTITY_LENGTH - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The maximum number of digits of a decimal numeric entity.
MAX_ENTITY_VALUE - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The maximum Unicode value accepted for a numeric entity.
MAX_HEX_ENTITY_LENGTH - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The maximum number of digits of a hexadecimal numeric entity.
MAX_STEMMING - Static variable in class it.unimi.dsi.mg4j.query.Query
 
maxCount - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The maximum number of positions in a document record so far.
maxCount - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The maximum number of positions in a document record so far.
maxCount - Variable in class it.unimi.dsi.mg4j.index.Index
The maximum number of positions in an position list, or -1 if it is unknown.
maxCount - Variable in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
The maximum count ever seen.
maxCount - Variable in class it.unimi.dsi.mg4j.tool.Combine
The maximum count in the merged index.
maxNextCharInd - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
MEDIA - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
memoryIsLow() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
MemoryMappedHPIndex - Class in it.unimi.dsi.mg4j.index
A memory-mapped BitStreamHPIndex.
MemoryMappedHPIndex(ByteBuffer, ByteBuffer, int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
 
MemoryMappedIndex - Class in it.unimi.dsi.mg4j.index
A local memory-mapped bistream index.
MemoryMappedIndex(ByteBuffer, int, int, long, long, int, Payload, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, CompressionFlags.Coding, int, int, TermProcessor, String, Properties, StringMap<? extends CharSequence>, PrefixMap<? extends CharSequence>, IntList, LongList) - Constructor for class it.unimi.dsi.mg4j.index.MemoryMappedIndex
 
MENU - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
merge(TRECDocumentCollection) - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
Merges a new collection in this one, by rebuilding the gzFile array and appending the other object one, concatenating the descriptors while rebuilding all.
Merge - Class in it.unimi.dsi.mg4j.tool
Merges several indices.
Merge(String, String[], boolean, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.Merge
 
META - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
metadata(int) - Method in interface it.unimi.dsi.mg4j.document.DocumentCollection
Returns the metadata map for a document.
metadata(int) - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
metadata(int) - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
metadata(int, CharSequence) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
Creates metadata with the given title; if the title is not available, it is fetched from the database.
metadata(int) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
metadata(int) - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
metadata(int) - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
metadata(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
metaLocation() - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated. Returns the URL specified by META HTTP-EQUIV elements of location type.
metaRefresh() - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated. Returns the URL specified by META HTTP-EQUIV elements of refresh type.
method - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
METHOD - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
methodobject - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
MG4JClassParser - Class in it.unimi.dsi.mg4j.util
A small wrapper around JSAP's standard ClassStringParser.
MG4JClassParser() - Constructor for class it.unimi.dsi.mg4j.util.MG4JClassParser
 
millis() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Returns the number of milliseconds between present time and the last call to ProgressLogger.start(), if this progress logger is running, or between the last call to ProgressLogger.stop() and the last call to ProgressLogger.start(), if this progress logger is stopped.
millis() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Returns the number of milliseconds between present time and the last call to ProgressMeter.start(), if the meter is running, or between the last call to ProgressMeter.stop() and the last call to ProgressMeter.start(), if the meter is stopped.
MimeTypeResolver - Class in it.unimi.dsi.mg4j.util
A thin wrapper around a singleton instance of MimetypesFileTypeMap that tries to load /etc/mime.types into the map.
MinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
MinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
MinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the given terms using the given number of weights.
MinimalPerfectHash(String, String, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms using the given number of weights.
MinimalPerfectHash(String, String, boolean) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms.
MinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
MinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new order-preserving minimal perfect hash table for the given file of terms.
MinimalPerfectHash(MinimalPerfectHash) - Constructor for class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Creates a new minimal perfect hash by copying a given one; non-transient fields are (shallow) copied.
minuend - Variable in class it.unimi.dsi.mg4j.query.nodes.Difference
The minuend query.
MINUS - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
MINUS_INFINITY - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A singleton located at −&infty;.
modulus - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. If nonzero, calls to ProgressLogger.lightUpdate() will cause a call to System.currentTimeMillis() only if the current value of ProgressLogger.count is a multiple.
mostSignificantBit(int) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
mostSignificantBit(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
MULTIPLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
MultipleInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
multiplex - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
Whether multiplex is active.
MultiTerm - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a virtual term obtained by merging the occurrences of the given terms.
MultiTerm(Term...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.MultiTerm
Creates a new multi-term node.
MultiTermIndexIterator - Class in it.unimi.dsi.mg4j.index
A virtual index iterator that merges several component index iterators.
MultiTermIndexIterator(int, IndexIterator...) - Constructor for class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
Creates a new document iterator that merges the given array of iterators.
multiTermQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for a multiterm query.
MutableString - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
MutableString() - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new loose empty mutable string with capacity 2.
MutableString(int) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new loose empty mutable string with given capacity.
MutableString(MutableString) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string copying a given mutable string.
MutableString(String) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string copying a given String.
MutableString(CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string copying a given CharSequence.
MutableString(char[]) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string copying a given character array.
MutableString(char[], int, int) - Constructor for class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Creates a new compact mutable string copying a part of a given character array.
MutableStrings - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.

N

n - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The number of component iterators.
n - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The number of component iterators.
n - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
The number of component iterators.
n - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The number of underlying scorers.
n - Variable in class it.unimi.dsi.mg4j.search.score.AbstractIndexScorer
The current number of elements in AbstractIndexScorer.currIndex.
n - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The number of buckets.
n4 - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Four times the number of buckets.
name - Variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated. The name of this attribute.
NAME - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
name - Variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. The name of the type of this element.
name - Variable in class it.unimi.dsi.mg4j.util.parser.Entity
Deprecated. The name of this entity.
nameLength - Variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. The length of Element.name.
nat2int(int) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
nat2int(long) - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
needsCaching - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Whether we need caching the intervals.
newArray(int) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
newArray(int) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
newArray(int) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Builds an array of given length of type T.
newArray(int) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
newDocumentRecord() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
newDocumentRecord() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
newDocumentRecord() - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Starts a new document record.
newDocumentRecord() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
newInvertedList() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
newInvertedList() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
newInvertedList() - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Starts a new inverted list.
newInvertedList() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
newToken(int) - Static method in class it.unimi.dsi.mg4j.query.parser.Token
Returns a new Token object, by default.
next(MutableString, MutableString) - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
next() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection.FileLinesIterator
Deprecated.  
next() - Method in class it.unimi.dsi.mg4j.io.LineIterator
Deprecated.  
next(MutableString, MutableString) - Method in class it.unimi.dsi.mg4j.io.LineWordReader
Deprecated.  
next(MutableString, MutableString) - Method in interface it.unimi.dsi.mg4j.io.WordReader
Deprecated. Extracts the next word and non-word.
next - Variable in class it.unimi.dsi.mg4j.query.parser.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator.AbstractIntervalIterator
The next document to be returned, if it has already been peeked at by AbstractDocumentIterator.AbstractIntervalIterator.hasNext(), or null.
next() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator.AbstractIntervalIterator
Deprecated. 
next - Variable in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
The next document to be returned, if it has already been peeked at by AbstractDocumentIterator.hasNext(), or -1.
next() - Method in interface it.unimi.dsi.mg4j.search.IntervalIterator
Deprecated. As of MG4J 1.2, the suggested way of iterating over interval iterators is IntervalIterator.nextInterval(), which has been reintroduced with a fully lazy semantics. After a couple of releases, however, this annotation will be removed, as it is very practical to have interval iterators implementing Iterator<Interval>. Its main purpose is to warn people about performance issues solved by IntervalIterator.nextInterval().
next() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
nextBlock() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Skips to the first segment of the next block, if any.
nextBoolean() - Method in class it.unimi.dsi.mg4j.compression.CodedCharSequenceBooleanIterator
Deprecated.  
nextBoolean() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated.  
nextBoolean() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
nextDocument() - Method in interface it.unimi.dsi.mg4j.document.DocumentIterator
Returns the next document.
nextDocument() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection.JdbcDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
nextDocument() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Returns the next document provided by this document iterator, or -1 if no more documents are available.
nextDocument() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
 
nextDocument() - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
 
nextDocument() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Returns the next document provided by this scorer, or -1 if no more documents are available.
nextIndex() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
nextInt() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.search.AbstractDocumentIterator
Deprecated. 
nextInt() - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
nextInt() - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Deprecated. As of MG4J 1.2, the suggested way of iterating over document iterators is DocumentIterator.nextDocument(), which has been modified so to provide fully lazy iteration. After a couple of releases, however, this annotation will be removed, as it is very practical to have document iterators implementing IntIterator. Its main purpose is to warn people about performance issues solved by DocumentIterator.nextDocument().
nextInt() - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
nextInt() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
 
nextInt() - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
Deprecated. 
nextInt() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Deprecated. As of MG4J 1.2, the suggested way of iterating over scorer is Scorer.nextDocument(), which provides fully lazy iteration. After a couple of releases, however, this annotation will be removed, as it is very practical to have scorers implementing IntIterator. Its main purpose is to let people know about Scorer.nextDocument(), which solves the same issues as DocumentIterator.nextDocument().
nextInt() - Method in class it.unimi.dsi.mg4j.tool.Combine.GammaCodedIntIterator
Returns the next γ-coded integer in the underlying InputBitStream.
nextInterval() - Method in interface it.unimi.dsi.mg4j.search.IntervalIterator
Returns the next interval provided by this interval iterator, or null if no more intervals are available.
nextInterval() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
nextInterval() - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator.OrIndexIntervalIterator
 
nextIterator() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexReader
Throws an UnsupportedOperationException.
nextIterator() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
 
nextIterator() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
 
nextIterator() - Method in interface it.unimi.dsi.mg4j.index.IndexReader
Returns an IndexIterator on the term after the current one (optional operation).
nextIterator() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
 
nextIterator() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
 
nextIterator() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
 
NO_DATE - Static variable in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
A special date (actually, 1 January 1970) representing no date.
NODE_OVERHEAD - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The overhead in term of graphs nodes that is used to solve deterministically node clashes.
NOFRAMES - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
NOHREF - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
noMoreBytes() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
noMoreCharacters() - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Checks whether no more characters will be returned.
NONE - Static variable in class it.unimi.dsi.mg4j.index.CompressionFlags
A string used by CompressionFlags.valueOf(String[], Map) to disable a component.
NONSPACE_WHITESPACE - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. An array containing the non-space whitespace.
nonTextField(Object) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Adds a non-text field.
NORESIZE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
normalize - Variable in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
Whether the result should be normalized (i.e., between 0 and 1).
NorwegianStemmer - 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.
NorwegianStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.NorwegianStemmer
 
NOSCRIPT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
NOSHADE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
Not - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the logical not of the underlying query.
Not(Query) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Not
 
NOT - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
NotDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that returns documents not returned by its underlying iterator, and returns just IntervalIterators.TRUE on all interval iterators.
NotDocumentIterator(DocumentIterator, int) - Constructor for class it.unimi.dsi.mg4j.search.NotDocumentIterator
Creates a new NOT document iterator over a given iterator.
NOWRAP - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
NULL_ESCAPE - Static variable in class it.unimi.dsi.mg4j.query.MarkingMutableString
A singleton for the null escape strategy (which does nothing).
NullInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
NullOutputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
NullReader - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
NullTermProcessor - Class in it.unimi.dsi.mg4j.index
A term processor that accepts all terms and does not do any processing.
NUMBER_OF_WEIGHTS - Static variable in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. The number of weights used to create hash functions.
numberOfBlocks - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of written blocks.
numberOfBlocks - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The number of written blocks.
numberOfCopies - Variable in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
The number of copies.
numberOfDocumentRecord - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The number of the document record we are going to read inside the current inverted list.
numberOfDocumentRecord - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The number of the document record we are going to read inside the current inverted list.
numberOfDocumentRecord - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The number of the document record we are going to read inside the current inverted list.
numberOfDocumentRecord - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The number of the document record we are going to read inside the current inverted list.
numberOfDocumentRecord - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The number of the document record we are going to read inside the current inverted list.
numberOfDocuments - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of documents of the collection to be indexed.
numberOfDocuments(int) - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
numberOfDocuments(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalClusteringStrategy
Returns the number of documents that will be assigned to the given local index.
numberOfDocuments(int) - Method in interface it.unimi.dsi.mg4j.index.cluster.DocumentalPartitioningStrategy
Returns the number of documents that will be assigned to the given local index.
numberOfDocuments(int) - Method in class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
 
numberOfDocuments - Variable in class it.unimi.dsi.mg4j.index.Index
The number of documents of the collection.
numberOfDocuments - Variable in class it.unimi.dsi.mg4j.tool.Combine
The overall number of documents.
numberOfDocuments() - Method in class it.unimi.dsi.mg4j.tool.URLMPHVirtualDocumentResolver
 
numberOfDocuments() - Method in interface it.unimi.dsi.mg4j.tool.VirtualDocumentResolver
Returns the number of documents handled by this resolver, if it is known.
numberOfEntries() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
Returns the overall number of entries.
numberOfEntries() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
Returns the overall number of entries.
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
numberOfFields() - Method in interface it.unimi.dsi.mg4j.document.DocumentFactory
Returns the number of fields present in the documents produced by this factory.
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
numberOfFields() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
numberOfLocalIndices() - Method in class it.unimi.dsi.mg4j.index.cluster.ChainedLexicalClusteringStrategy
 
numberOfLocalIndices() - Method in interface it.unimi.dsi.mg4j.index.cluster.ClusteringStrategy
Returns the number of local indices handled by this strategy.
numberOfLocalIndices() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
numberOfLocalIndices() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
numberOfLocalIndices() - Method in class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
 
numberOfLocalIndices() - Method in interface it.unimi.dsi.mg4j.index.cluster.PartitioningStrategy
Returns the number of local indices created by this strategy.
numberOfLowerEntries - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of written lower skip entries.
numberOfLowerEntries - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of written lower skip entries.
numberOfOccurrences - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of indexed occurrences.
numberOfOccurrences - Variable in class it.unimi.dsi.mg4j.index.Index
The number of occurrences of the collection.
numberOfOccurrences - Variable in class it.unimi.dsi.mg4j.tool.Combine
The overall number of occurrences.
numberOfPairs() - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Returns the number of distinct index/term pair corresponding to nonzero-frequency index iterators in the last visit.
numberOfPostings - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The number of indexed postings (pairs term/document).
numberOfPostings - Variable in class it.unimi.dsi.mg4j.index.Index
The number of postings (pairs term/document) of the collection.
numberOfSkipTowers - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of written skip towers.
numberOfSkipTowers - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of written skip towers.
numberOfTerms - Variable in class it.unimi.dsi.mg4j.index.Index
The number of terms of the collection.
numberOfTerms - Variable in exception it.unimi.dsi.mg4j.index.TooManyTermsException
 
numberOfTopEntries - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter.TowerData
The number of written top skip entries.
numberOfTopEntries - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
The number of written top skip entries.
numIndices - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
The number of indices used by QueryEngine.queryParser.
numIndices - Variable in class it.unimi.dsi.mg4j.tool.Combine
The number of indices to be merged.

O

OAND - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
OBJECT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
OBJECT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
obs - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The underlying index OutputBitStream.
obs - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The underlying OutputBitStream.
obs - Variable in class it.unimi.dsi.mg4j.util.InternedMutableStringSet.Term
Deprecated.  
offset - Variable in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. The first valid entry.
offset(Index, String) - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Returns the offset associated to a given pair index/term.
offsets - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The offset of each term, if offsets were loaded or specified at creation time, or null.
OFFSETS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of offsets.
OL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
ONBLUR - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONCHANGE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONCLICK - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONDBLCLICK - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONE_HOUR - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
ONE_MINUTE - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
ONE_SECOND - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
ONFOCUS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONKEYDOWN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONKEYPRESS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONKEYUP - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONLOAD - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONMOUSEDOWN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONMOUSEMOVE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONMOUSEOUT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONMOUSEOVER - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONMOUSEUP - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONRESET - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONSELECT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONSUBMIT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ONUNLOAD - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
OPEN_ENLARGE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
OPEN_PAREN - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
OPEN_RANGE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
openSizeBitStream() - Method in class it.unimi.dsi.mg4j.tool.Scan
 
OPTGROUP - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
OPTION - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
Or - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the logical or of the underlying queries.
Or(Query...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Or
 
OR - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
OrderedAnd - Class in it.unimi.dsi.mg4j.query.nodes
A node representing the logical ordered and of the underlying queries.
OrderedAnd(Query...) - Constructor for class it.unimi.dsi.mg4j.query.nodes.OrderedAnd
 
OrderedAndDocumentIterator - Class in it.unimi.dsi.mg4j.search
An iterator returning documents containing nonoverlapping intervals in query order satisfying the underlying queries.
OrderedAndDocumentIterator(DocumentIterator[]) - Constructor for class it.unimi.dsi.mg4j.search.OrderedAndDocumentIterator
 
orderedAndQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for an AND<-query.
OrDocumentIterator - Class in it.unimi.dsi.mg4j.search
An iterator on documents that returns the OR of a number of document iterators.
OrDocumentIterator(DocumentIterator...) - Constructor for class it.unimi.dsi.mg4j.search.OrDocumentIterator
Creates a new document iterator that computes the OR of the given array of iterators.
OrDocumentIterator.OrIndexIntervalIterator - Class in it.unimi.dsi.mg4j.search
An optimised interval iterator with the same semantics as that implemented by OrDocumentIterator, but using just IndexIterator.positionArray().
OrDocumentIterator.OrIndexIntervalIterator(Index) - Constructor for class it.unimi.dsi.mg4j.search.OrDocumentIterator.OrIndexIntervalIterator
 
orQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for a OR-query.
os - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. The underlying OutputStream.
OTHERWISE_IN_RULE - Static variable in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
The value to be used in RULE to introduce the default factory.
out - Variable in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. The output print stream.
out_grouping(char[], int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
out_grouping_b(char[], int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
out_range(int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
out_range_b(int, int) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
outOfMemoryError - Variable in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
If true, this list experienced an OutOfMemoryError during some buffer reallocation.
outOfMemoryError - Variable in class it.unimi.dsi.mg4j.tool.Scan
If true, this class experienced an OutOfMemoryError during some buffer reallocation.
output(ObjectArrayList<DocumentScoreInfo<Reference2ObjectMap<Index, SelectedInterval[]>>>, DocumentCollection, List<? extends CharSequence>, Marker) - Method in class it.unimi.dsi.mg4j.query.Query
Scores the given document iterator and produces score output.
OutputBitStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
OutputBitStream() - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. This (non-public) constructor exists just to provide fake initialisation for classes such as DebugOutputBitStream.
OutputBitStream(OutputStream) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream wrapping a given output stream using a buffer of size OutputBitStream.DEFAULT_BUFFER_SIZE.
OutputBitStream(OutputStream, int) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream wrapping a given output stream with a specified buffer size.
OutputBitStream(byte[]) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream wrapping a given byte array.
OutputBitStream(String, int) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream writing to file.
OutputBitStream(String) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream writing to a file.
OutputBitStream(File, int) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream writing to file.
OutputBitStream(File) - Constructor for class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Creates a new output bit stream writing to a file.
outputStream - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
The output stream in RemoteIndexReader.connection, cached.
outputStream - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
The stream towards the server.
outputStream - Variable in class it.unimi.dsi.mg4j.index.remote.ServerThread
The output stream of ServerThread.socket, buffered and wrapped inside a data output stream.

P

P - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
PACKAGE - Static variable in class it.unimi.dsi.mg4j.util.MG4JClassParser
 
PARAM - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
parse(String) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
parse(String) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
parse(String) - Method in interface it.unimi.dsi.mg4j.query.parser.QueryParser
 
parse(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Parses the given query, returning the corresponding query result.
parse(String) - Method in class it.unimi.dsi.mg4j.util.MG4JClassParser
Parses the given class name, but as a first try prepends it.unimi.dsi.mg4j.package..
parse(char[]) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Analyze the text document to extract information.
parse(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Analyze the text document to extract information.
parseAttribute(Attribute) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Adds the given attribute to the set of attributes to be parsed.
parseAttributes - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Whether we should parse attributes.
parseAttributes() - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Returns whether this parser will parse attributes.
parseAttributes(boolean) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Sets the attribute parsing flag.
parseCDATA - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Whether we should invoke the CDATA section handler.
parseCDATA() - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Returns whether this parser will invoke the CDATA-section handler.
parseCDATA(boolean) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Sets the CDATA-section handler flag.
parsedAttributes - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. An externally visible, immutable subset of attributes whose values will be actually parsed.
parsedAttrs - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. The subset of attributes whose values will be actually parsed (if, of course, BulletParser.parseAttributesis true).
ParseException - Exception in it.unimi.dsi.mg4j.query.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception it.unimi.dsi.mg4j.query.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception it.unimi.dsi.mg4j.query.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception it.unimi.dsi.mg4j.query.parser.ParseException
 
parseFieldNames(String[], DocumentFactory, boolean) - Static method in class it.unimi.dsi.mg4j.tool.Scan
 
parseProperties(Properties) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Scans the property set, parsing the properties that concern this class.
parseProperties(String[]) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Parses the given list of properties either as key=value specs (value may be a list of comma-separated values), or as filenames.
parseProperty(String, String[], Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.DispatchingDocumentFactory
 
parseProperty(String, String[], Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory
 
parseProperty(String, String[], Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.IdentityDocumentFactory
 
parseProperty(String, String[], Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
parseProperty(String, String[], Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Parses a property with given key and value, adding it to the given map.
parseQualifiedSizes(String[], String, int[], DocumentFactory) - Static method in class it.unimi.dsi.mg4j.tool.Scan
 
parseTags - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Whether we should parse tags.
parseTags() - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Returns whether this parser will parse tags and invoke element handlers.
parseTags(boolean) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Sets whether this parser will parse tags and invoke element handlers.
parseText - Variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Whether we should invoke the text handler.
parseText() - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Returns whether this parser will invoke the text handler.
parseText(boolean) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Sets the text handler flag.
parseVirtualDocumentGap(String[], int[], DocumentFactory) - Static method in class it.unimi.dsi.mg4j.tool.Scan
 
parseVirtualDocumentResolver(String[], int[], DocumentFactory) - Static method in class it.unimi.dsi.mg4j.tool.Scan
 
ParsingFactory - Interface in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
PartitionDocumentally - Class in it.unimi.dsi.mg4j.tool
Partitions an index documentally.
PartitionDocumentally(String, String, DocumentalPartitioningStrategy, String, int, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.PartitionDocumentally
 
partitioningStrategy - Variable in class it.unimi.dsi.mg4j.index.cluster.LexicalCluster
The strategy, cast to a partition strategy, or null.
PartitioningStrategy - Interface in it.unimi.dsi.mg4j.index.cluster
A common ancestor interface for all partitioning strategies.
PartitionLexically - Class in it.unimi.dsi.mg4j.tool
Partitions an index lexically.
PartitionLexically(String, String, LexicalPartitioningStrategy, String, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.PartitionLexically
 
Paste - Class in it.unimi.dsi.mg4j.tool
Pastes several indices.
Paste(String, String[], boolean, int, File, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, boolean, boolean, int, int, int, long) - Constructor for class it.unimi.dsi.mg4j.tool.Paste
 
pasteBufferSize(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the size in byte of the internal buffer using when pasting indices (default: Paste.DEFAULT_MEMORY_BUFFER_SIZE).
path - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. An array containing the path compacted in this node (null if there is no compaction at this node).
pathLength - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. The length of the path compacted in this node (0 if there is no compaction at this node).
pattern - Variable in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. The pattern backing array.
payload() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
payload - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The payload, in case the index of this reader has payloads, or null.
payload() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
payload() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
payload() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
payload() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
payload - Variable in class it.unimi.dsi.mg4j.index.Index
The payload for this index, or null.
payload() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the payload, if any, associated with the current document.
payload() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
This method is not implemented by this class.
Payload - Interface in it.unimi.dsi.mg4j.index.payload
An index payload.
payload() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
payload() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
payload() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
PayloadPredicateDocumentIterator - Class in it.unimi.dsi.mg4j.search
A document iterator that filters an IndexIterator, returning just documents whose payload satisfies a given predicate.
PayloadPredicateDocumentIterator(IndexIterator, Predicate) - Constructor for class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
Creates a new payload-predicate document iterator over a given index iterator.
payloadWriterFlags(Map<CompressionFlags.Component, CompressionFlags.Coding>) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the writer compression flags for payload-based indices (default: CompressionFlags.DEFAULT_PAYLOAD_INDEX).
PdfDocumentFactory - Class in it.unimi.dsi.mg4j.document
A factory that converts PDF (Portable Document Format) documents into text.
PdfDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
PdfDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
PdfDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
PdfDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.PdfDocumentFactory
 
PdfDocumentFactory.MetadataKeys - Enum in it.unimi.dsi.mg4j.document
Case-insensitive keys for metadata.
percAvailableMemory() - Static method in class it.unimi.dsi.mg4j.util.Fast
Deprecated. Moved to dsiutils.
permutation - Variable in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated. The permutation.
PermutedFrontCodedStringList - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
PermutedFrontCodedStringList(FrontCodedStringList, int[]) - Constructor for class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated. Creates a new permuted front-coded string list using a given front-coded string list and permutation.
PLUS - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The coding for pointers.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.pointerCoding.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The coding for pointers.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.pointerCoding.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.pointerCoding.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.pointerCoding.
pointerCoding - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.pointerCoding.
PorterStemmer - 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.
PorterStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.PorterStemmer
 
PortugueseStemmer - 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.
PortugueseStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.PortugueseStemmer
 
pos - Variable in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. The current position in the buffer.
pos - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Current position in the byte buffer.
pos - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Current position in the byte buffer.
position(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
Positions the index on the inverted list of a given term.
position(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
Positions the index on the inverted list of a given term.
position(long) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
position() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
position(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
Positions the index on the inverted list of a given term.
position(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
Positions the index on the inverted list of a given term.
position(int) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
Positions the index on the inverted list of a given term.
position() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
position() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
position() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
position - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Current position of the first byte in the byte buffer.
position(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Sets this stream bit position, if it is based on a RepositionableStream or on a FileChannel.
position() - Method in class it.unimi.dsi.mg4j.io.NullInputStream
Deprecated.  
position(long) - Method in class it.unimi.dsi.mg4j.io.NullInputStream
Deprecated.  
position - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Current position of the underlying output stream.
position(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Sets this stream bit position, if it is based on a RepositionableStream or on a FileChannel.
position() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
position - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
The position arrays returned by each index iterator.
position - Variable in class it.unimi.dsi.mg4j.tool.Combine
A cache for positions.
positionArray() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
positionArray() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the positions at which the term appears in the current document in an array.
positionArray() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positionArray() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positionCache - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached position array.
positionCache - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached position array.
positionCache - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached position array.
positionCache - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached position array.
positionCache - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached position array.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
The coding for positions.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.positionCoding.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The coding for positions.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.positionCoding.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The cached copy of index.positionCoding.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.positionCoding.
positionCoding - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The cached copy of index.positionCoding.
positions() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positions - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The underlying positions OutputBitStream.
positions() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
positions() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the positions at which the term appears in the current document.
positions(int[]) - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Stores the positions at which the term appears in the current document in a given array.
positions - Variable in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
The byte array containing the positions.
positions - Variable in class it.unimi.dsi.mg4j.index.MemoryMappedHPIndex
The byte buffer containing the positions.
positions() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positions() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
positions(int[]) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
POSITIONS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the positions bitstream of an high-performance index.
positionsFile - Variable in class it.unimi.dsi.mg4j.index.FileHPIndex
The file containing the positions.
PRE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
Prefix - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a set of terms defined by a common prefix.
Prefix(CharSequence) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Prefix
 
prefix - Variable in class it.unimi.dsi.mg4j.query.nodes.Prefix
The common prefix of the set of terms represented by this node.
PREFIX - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
PrefixCodec - Interface in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
PrefixCoder - Interface in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
prefixMap - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The prefix map for this index, or null if the prefix map was not loaded.
PrefixMap - Interface in it.unimi.dsi.mg4j.index
Deprecated. As of MG4J 2.1, replaced by PrefixMap.
prefixMap() - Method in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
prefixMap - Variable in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
PREFIXMAP_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the prefix map.
prepare() - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
No-op.
prepare() - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
prepare() - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
prepare() - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Prepares the internal state of this visitor for a(nother) visit.
prepare() - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
prepare() - Method in class it.unimi.dsi.mg4j.search.visitor.AbstractDocumentIteratorVisitor
 
prepare() - Method in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
Prepares the internal state of this visitor using data from the associated TermCollectionVisitor.
prepare() - Method in interface it.unimi.dsi.mg4j.search.visitor.DocumentIteratorVisitor
Prepares the internal state of this visitor for a(nother) visit.
prepare() - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
 
prevCharIsCR - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
prevCharIsLF - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
prevEntryBitLength - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
An estimate on the number of bits occupied per tower entry in the last written cache, or -1 if no cache has been written for the current inverted list.
prevEntryBitLength - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
An estimate on the number of bits occupied per tower entry in the last written cache, or -1 if no cache has been written for the current inverted list.
previousBoolean() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
previousIndex() - Method in class it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
Deprecated.  
prevPositionsQuantumBitLength - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
An estimate on the number of bits occupied per quantum in the positions stream in the last written cache, or -1 if no cache has been written for the current inverted list.
prevQuantumBitLength - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
An estimate on the number of bits occupied per quantum in the last written cache, or -1 if no cache has been written for the current inverted list.
prevQuantumBitLength - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
An estimate on the number of bits occupied per quantum in the last written cache, or -1 if no cache has been written for the current inverted list.
print(PrintWriter) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Prints this mutable string to a PrintWriter.
print(PrintStream) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Prints this mutable string to a PrintStream.
printAllDocuments(DocumentSequence) - Static method in class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
Prints all documents in a given sequence.
println(PrintWriter) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Prints this mutable string to a PrintWriter and then terminates the line.
println(PrintStream) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Prints this mutable string to a PrintStream and then terminates the line.
printStats(PrintStream) - Method in class it.unimi.dsi.mg4j.index.AbstractBitStreamIndexWriter
 
printStats(PrintStream) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
printStats(PrintStream) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes to the given print stream statistical information about the index just built.
printStats(PrintStream) - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
priority - Variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. The priority used by this progress logger.
process(String, int, int, ObjectArrayList<DocumentScoreInfo<Reference2ObjectMap<Index, SelectedInterval[]>>>) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Parses one or more comma-separated queries and deposits in a given array a segment of the results corresponding to the queries, using the current settings of this query engine.
process(Query[], int, int, ObjectArrayList<DocumentScoreInfo<Reference2ObjectMap<Index, SelectedInterval[]>>>) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Processes one or more pre-parsed queries and deposits in a given array a segment of the results corresponding to the queries, using the current settings of this query engine.
processData(int, Object) - Method in class it.unimi.dsi.mg4j.tool.Scan.PayloadAccumulator
Processes the payload of a given document.
processDocument(int, WordReader) - Method in class it.unimi.dsi.mg4j.tool.Scan
Processes a document.
processPrefix(MutableString) - Method in class it.unimi.dsi.mg4j.index.DowncaseTermProcessor
 
processPrefix(MutableString) - Method in class it.unimi.dsi.mg4j.index.NullTermProcessor
 
processPrefix(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
processPrefix(MutableString) - Method in interface it.unimi.dsi.mg4j.index.TermProcessor
Processes the given prefix, leaving the result in the same mutable string.
processTerm(MutableString) - Method in class it.unimi.dsi.mg4j.index.DowncaseTermProcessor
 
processTerm(MutableString) - Method in class it.unimi.dsi.mg4j.index.NullTermProcessor
 
processTerm(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
processTerm(MutableString) - Method in interface it.unimi.dsi.mg4j.index.TermProcessor
Processes the given term, leaving the result in the same mutable string.
ProduceDNFFromLines - Class in it.unimi.dsi.mg4j.test
Reads a sequence of documents represented as blank-separated sequences of words, where documents are separated by new-lines.
PROFILE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ProgressLogger - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
ProgressLogger() - Constructor for class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Creates a new progress logger using items as items name and logging every ProgressLogger.DEFAULT_LOG_INTERVAL milliseconds with to the root logger.
ProgressLogger(Logger) - Constructor for class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Creates a new progress logger using items as items name and logging every ProgressLogger.DEFAULT_LOG_INTERVAL milliseconds.
ProgressLogger(Logger, String) - Constructor for class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Creates a new progress logger logging every ProgressLogger.DEFAULT_LOG_INTERVAL milliseconds.
ProgressLogger(Logger, long) - Constructor for class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Creates a new progress logger using items as items name.
ProgressLogger(Logger, long, String) - Constructor for class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Creates a new progress logger.
ProgressMeter - Class in it.unimi.dsi.mg4j.util
Deprecated. Use a ProgressLogger instead.
ProgressMeter() - Constructor for class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Creates a new progress meter with a quantum equal to one, printing on standard error.
ProgressMeter(int) - Constructor for class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Creates a new progress meter with given quantum, printing on standard error.
ProgressMeter(int, String) - Constructor for class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Creates a new progress meter with given quantum, printing on standard error.
ProgressMeter(int, String, PrintStream) - Constructor for class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Creates a new progress meter with given quantum, printing on a given stream.
PROMPT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
properties() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
properties() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
properties() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
properties() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
properties() - Method in interface it.unimi.dsi.mg4j.index.cluster.PartitioningStrategy
Returns an array of properties, one for each local index, that specify additional information about local indices.
properties - Variable in class it.unimi.dsi.mg4j.index.Index
The properties of this index.
properties() - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Returns properties of the index generated by this index writer.
properties() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
Properties - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
Properties() - Constructor for class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
Properties(String) - Constructor for class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
Properties(File) - Constructor for class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
Properties(URL) - Constructor for class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
PROPERTIES_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the index properties.
PropertyBasedDocumentFactory - Class in it.unimi.dsi.mg4j.document
A document factory initialised by default properties.
PropertyBasedDocumentFactory(Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
PropertyBasedDocumentFactory(Properties) - Constructor for class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
PropertyBasedDocumentFactory(String[]) - Constructor for class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
PropertyBasedDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
 
PropertyBasedDocumentFactory.MetadataKeys - Enum in it.unimi.dsi.mg4j.document
Case-insensitive keys for metadata passed to DocumentFactory.getDocument(java.io.InputStream,it.unimi.dsi.fastutil.objects.Reference2ObjectMap).

Q

Q - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
quantum - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The quantum.
quantum - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The quantum, or -1 if this index has no skips.
quantum - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The quantum.
quantum - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The quantum.
quantum - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The quantum.
quantum(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the skip quantum (default: BitStreamIndex.DEFAULT_QUANTUM).
quantum(int) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Sets the quantum.
quantum() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Returns the current quantum.
quantumDivisionShift - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The shift giving result of the division by BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.quantum.
quantumDivisionShift - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The shift giving result of the division by BitStreamIndexReader.BitStreamIndexReaderIndexIterator.quantum.
quantumDivisionShift - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The shift giving result of the division by GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.quantum.
quantumDivisionShift - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The shift giving result of the division by SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator.quantum.
quantumModuloMask - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The bit mask giving the remainder of the division by BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.quantum.
quantumModuloMask - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
The bit mask giving the remainder of the division by BitStreamIndexReader.BitStreamIndexReaderIndexIterator.quantum.
quantumModuloMask - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The bit mask giving the remainder of the division by GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator.quantum.
quantumModuloMask - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
The bit mask giving the remainder of the division by SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator.quantum.
quantumSigma(int, int, int) - Static method in class it.unimi.dsi.mg4j.index.BitStreamIndex
Computes the standard deviation associated to a given quantum and document frequency.
Queries - Class in it.unimi.dsi.mg4j.query.nodes
Static methods and objects related to queries.
query - Variable in class it.unimi.dsi.mg4j.query.nodes.Composite
The underlying queries.
query - Variable in class it.unimi.dsi.mg4j.query.nodes.LowPass
The only underlying node.
query - Variable in class it.unimi.dsi.mg4j.query.nodes.Not
The only underlying node.
Query - Interface in it.unimi.dsi.mg4j.query.nodes
A node of a composite representing a query.
query - Variable in class it.unimi.dsi.mg4j.query.nodes.Select
The only underlying node.
query(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for a difference query.
Query - Class in it.unimi.dsi.mg4j.query
A command-line interpreter to query indices.
Query(QueryEngine) - Constructor for class it.unimi.dsi.mg4j.query.Query
 
Query.Command - Enum in it.unimi.dsi.mg4j.query
 
Query.OutputType - Enum in it.unimi.dsi.mg4j.query
 
QueryBuilderVisitor<T> - Interface in it.unimi.dsi.mg4j.query.nodes
A visitor for a composite query.
QueryBuilderVisitorException - Exception in it.unimi.dsi.mg4j.query.nodes
A wrapper for unchecked exceptions thrown during a visit.
QueryBuilderVisitorException(Throwable) - Constructor for exception it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitorException
 
QueryEngine - Class in it.unimi.dsi.mg4j.query
An engine that takes a query and returns results, using a programmable set of scorers and policies.
QueryEngine(QueryParser, QueryBuilderVisitor<DocumentIterator>, Object2ReferenceMap<String, Index>) - Constructor for class it.unimi.dsi.mg4j.query.QueryEngine
Creates a new query engine.
queryEngine - Variable in class it.unimi.dsi.mg4j.query.QueryServlet
The query engine.
QueryParser - Interface in it.unimi.dsi.mg4j.query.parser
A parser transforming query strings in composite Query objects.
queryParser - Variable in class it.unimi.dsi.mg4j.query.QueryEngine
The parser used to parse queries.
QueryParserException - Exception in it.unimi.dsi.mg4j.query.parser
A parse exception.
QueryParserException(Throwable) - Constructor for exception it.unimi.dsi.mg4j.query.parser.QueryParserException
 
QueryParserException(String) - Constructor for exception it.unimi.dsi.mg4j.query.parser.QueryParserException
 
QueryServlet - Class in it.unimi.dsi.mg4j.query
A query servlet.
QueryServlet() - Constructor for class it.unimi.dsi.mg4j.query.QueryServlet
 
QueryTransformer - Interface in it.unimi.dsi.mg4j.query.nodes
A strategy for transforming queries.
queue - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The queue of document iterator indices (offsets into DocumentalMergedClusterDocumentIterator.documentIterator and DocumentalMergedClusterDocumentIterator.usedIndex).
queue - Variable in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
A heap-based semi-indirect priority queue used to keep track of the currently scanned integers.
QUOTE - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
quotedQuery(String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
Starting rule for a quoted query.

R

Range - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a range query on a payload-only index.
Range(CharSequence, CharSequence) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Range
 
rangeFilter(Payload, Payload) - Method in class it.unimi.dsi.mg4j.index.payload.AbstractPayload
 
rangeFilter(Payload, Payload) - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Returns a payload filter matching the interval defined by the given parameters.
rangeMap() - Method in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
ratio() - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Returns the ratio of the underlying front-coded list.
read() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
read(byte[]) - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
read(InputBitStream) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
read(InputBitStream) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
read(InputBitStream) - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Sets the current value of this payload by reading from an input bit stream.
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
read() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
read() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
read(byte[], int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
read() - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
read(char[], int, int) - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
read() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated. Reads bytes from this byte-array input stream as specified in InputStream.read(byte[], int, int).
read() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
read(byte[], int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a sequence of bits.
read(InputBitStream, int[], int, int, int, int) - Static method in class it.unimi.dsi.mg4j.io.InterpolativeCoding
Reads from a bit stream an increasing sequence of integers coded using interpolative coding.
read() - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
read(byte[]) - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
read() - Method in class it.unimi.dsi.mg4j.io.NullInputStream
Deprecated.  
read(char[], int, int) - Method in class it.unimi.dsi.mg4j.io.NullReader
Deprecated.  
read() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
read(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
read(Reader, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Reads a mutable string that has been written by MutableString.write(Writer) from a Reader.
readBit() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readBit() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a bit.
readBits() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readBits(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readBits() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Returns the number of bits read from this bit stream.
readBits(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Sets the number of bits read from this bit stream.
readChar() - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
readDelta() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readDelta() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in δ coding.
readDeltas(int[], int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a given number of δ-coded integers.
reader - Variable in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. The underlying reader.
readerConstructor - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The constructor that will be used to create new index readers.
readGamma() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readGamma() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in γ coding.
readGammas(int[], int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a given number of γ-coded integers.
readGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readGolomb(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readGolomb(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in Golomb coding.
readGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in Golomb coding.
readInt(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readInt(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a fixed number of bits into an integer.
readLine(MutableString) - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated. Reads a line into the given mutable string.
readLong(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLong(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a fixed number of bits into a long.
readLongDelta() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongDelta() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in δ coding.
readLongGamma() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongGamma() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in γ coding.
readLongGolomb(long, int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongGolomb(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongGolomb(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in Golomb coding.
readLongGolomb(long, int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in Golomb coding.
readLongMinimalBinary(long, int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongMinimalBinary(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongMinimalBinary(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in a limited range using a minimal binary coding.
readLongMinimalBinary(long, int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in a limited range using a minimal binary coding.
readLongNibble() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongNibble() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in variable-length nibble coding.
readLongShiftedGamma() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in shifted γ coding.
readLongSkewedGolomb(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongSkewedGolomb(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in skewed Golomb coding.
readLongUnary() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongUnary() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in unary coding.
readLongZeta(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readLongZeta(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a long natural number in ζ coding.
readMinimalBinary(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readMinimalBinary(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readMinimalBinary(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in a limited range using a minimal binary coding.
readMinimalBinary(int, int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in a limited range using a minimal binary coding.
readNibble() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readNibble() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in variable-length nibble coding.
readOffsets(InputBitStream, int) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Utility method to load a compressed offset file into a list.
READONLY - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
readSelfDelimUTF8(DataInput) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Reads a mutable string that has been written by writeSelfDelimUTF8() from a DataInput.
readSelfDelimUTF8(InputStream) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Reads a mutable string that has been written by writeSelfDelimUTF8() from an InputStream.
readShiftedGamma() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in shifted γ coding.
readShiftedGammas(int[], int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a given number of shifted-γ-coded integers.
readSizes(InputBitStream, int) - Static method in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Utility method to load a compressed size file into a list.
readSkewedGolomb(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readSkewedGolomb(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in skewed Golomb coding.
readUnary() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readUnary() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in unary coding.
readUTF8(DataInput, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Reads a mutable string in UTF-8 encoding.
readUTF8(InputStream, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Reads a mutable string in UTF-8 encoding.
readZeta(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
readZeta(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a natural number in ζ coding.
readZetas(int, int[], int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Reads a given number of γ-coded integers.
ReInit(Reader, int, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(Reader) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream, String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
ReInit(InputStream, String) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
ReInit(Reader) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
ReInit(SimpleParserTokenManager) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
ReInit(SimpleCharStream) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
REL - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
RemoteBitStreamIndex - Class in it.unimi.dsi.mg4j.index.remote
A remote bitstream-based index.
RemoteBitStreamIndex(SocketAddress, 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.remote.RemoteBitStreamIndex
 
remoteConnection - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
The remote connection to the server (initialised lazily).
RemoteIndex - Class in it.unimi.dsi.mg4j.index.remote
A remote index.
RemoteIndex(SocketAddress, int, int, long, long, int, Payload, boolean, boolean, TermProcessor, String, IntList, Properties) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteIndex
 
remoteIndexIterator - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
The index iterator associated to this reader.
RemoteIndexIteratorTest - Class in it.unimi.dsi.mg4j.test
Compare IndexIterator of equals indexes.
RemoteIndexIteratorTest() - Constructor for class it.unimi.dsi.mg4j.test.RemoteIndexIteratorTest
 
RemoteIndexReader - Class in it.unimi.dsi.mg4j.index.remote
An index reader for RemoteIndex.
RemoteIndexReader(RemoteIndex, int) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader
 
RemoteIndexReader.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemoteIndexReader.ServerThread(Socket, Index) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader.ServerThread
 
RemoteIndexServerConnection - Class in it.unimi.dsi.mg4j.index.remote
An index server connection.
RemoteIndexServerConnection(SocketAddress, byte) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
Creates a remote index-server connection from a given address and command.
RemoteInputStream - Class in it.unimi.dsi.mg4j.index.remote
A client class that connects to an IndexServer and exposes a remote InputStream locally.
RemoteInputStream(SocketAddress) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
Creates a new client input stream using a given socket address.
RemoteInputStream.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemoteInputStream.ServerThread(Socket, InputStream) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteInputStream.ServerThread
 
RemoteOffsetList - Class in it.unimi.dsi.mg4j.index.remote
A class accessing remotely a LongList.
RemoteOffsetList(SocketAddress, int) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteOffsetList
Creates a new remote long list.
RemoteOffsetList.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemoteOffsetList.ServerThread(Socket, LongList) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteOffsetList.ServerThread
 
RemotePrefixMap - Class in it.unimi.dsi.mg4j.index.remote
A remote prefix map.
RemotePrefixMap(SocketAddress, int) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap
 
RemotePrefixMap.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemotePrefixMap.ServerThread(Socket, PrefixMap<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap.ServerThread
 
RemoteSizeList - Class in it.unimi.dsi.mg4j.index.remote
A class accessing remotely a LongList.
RemoteSizeList(SocketAddress, int) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteSizeList
Creates a new remote long list.
RemoteSizeList.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemoteSizeList.ServerThread(Socket, IntList) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteSizeList.ServerThread
 
RemoteTermMap - Class in it.unimi.dsi.mg4j.index.remote
A remote term map.
RemoteTermMap(SocketAddress, int) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
RemoteTermMap.ServerThread - Class in it.unimi.dsi.mg4j.index.remote
 
RemoteTermMap.ServerThread(Socket, StringMap<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.index.remote.RemoteTermMap.ServerThread
 
remove() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection.FileLinesIterator
Deprecated.  
replace(int, int, MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the characters with indices ranging from start (inclusive) to end (exclusive) with the given mutable string.
replace(int, int, String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the characters with indices ranging from start (inclusive) to end (exclusive) with the given String.
replace(int, int, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the characters with indices ranging from start (inclusive) to end (exclusive) with the given CharSequence.
replace(int, int, char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the characters with indices ranging from start (inclusive) to end (exclusive) with the given character.
replace(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the content of this mutable string with the given mutable string.
replace(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the content of this mutable string with the given string.
replace(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the content of this mutable string with the given character sequence.
replace(char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces the content of this mutable string with the given character.
replace(char[], MutableString[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a set of characters with a corresponding mutable string.
replace(char[], String[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a set of characters with a corresponding string.
replace(char[], CharSequence[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a set of characters with a corresponding character sequence.
replace(char[], char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a set characters with a corresponding character.
replace(Char2CharMap) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces characters following a replacement map.
replace(char, MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a character with a corresponding mutable string.
replace(char, String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a character with a corresponding string.
replace(char, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a character with a corresponding character sequence.
replace(char, char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a character with a corresponding character.
replace(MutableString, MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a mutable string with a corresponding mutable string.
replace(String, String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a string with a corresponding string.
replace(CharSequence, CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Replaces each occurrence of a character sequence with a corresponding character sequence.
replace_s(int, int, String) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
replaceEntities(MutableString, MutableString, boolean) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Replaces entities with the corresponding characters.
ReplicatedDocumentFactory - Class in it.unimi.dsi.mg4j.document
A factory that replicates a given factory several times.
ReplicatedDocumentFactory(DocumentFactory, int, String[], Object2IntOpenHashMap<String>) - Constructor for class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory
 
ReplicatedDocumentFactory.ReplicatedDocument - Class in it.unimi.dsi.mg4j.document
A document obtained by replication of the underlying-factory document.
ReplicatedDocumentFactory.ReplicatedDocument(InputStream, Reference2ObjectMap<Enum<?>, Object>) - Constructor for class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
repositionableStream - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. InputBitStream.is cast to a positionable stream, if possible.
repositionableStream - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. OutputBitStream.os cast to a positionable stream.
reset() - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
Deprecated. 
reset() - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
reset() - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
reset() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
reset() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. Marks this array output stream as empty.
reset() - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
reset() - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Repositions this bit stream to the position at the time the InputBitStream.mark(int) method was last called.
reset() - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
reset() - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Moves into the next segment of the current block.
reset() - Method in interface it.unimi.dsi.mg4j.search.IntervalIterator
Resets the internal state of this iterator for a new document.
reset() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
reset() - Method in class it.unimi.dsi.mg4j.search.OrDocumentIterator.OrIndexIntervalIterator
 
resolve(Enum<?>, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Resolves the given key against the given metadata, falling back to the default metadata.
resolve(Enum<?>, Reference2ObjectMap<Enum<?>, Object>, Object) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Resolves the given key against the given metadata, falling back to the provided object.
resolve(CharSequence) - Method in class it.unimi.dsi.mg4j.tool.URLMPHVirtualDocumentResolver
 
resolve(CharSequence) - Method in interface it.unimi.dsi.mg4j.tool.VirtualDocumentResolver
Resolves a virtual document specification.
resolveNotNull(Enum<?>, Reference2ObjectMap<Enum<?>, Object>) - Method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
Resolves the given key against the given metadata, falling back to the default metadata and guaranteeing a non-null result.
result - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
ResultItem - 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.
ResultItem(int, double) - Constructor for class it.unimi.dsi.mg4j.query.ResultItem
 
resume - Variable in class it.unimi.dsi.mg4j.query.MarkingMutableString
 
REV - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
reverse() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. The characters in this mutable string get reversed.
right - Variable in class it.unimi.dsi.mg4j.compression.TreeDecoder.Node
Deprecated.  
right - Variable in class it.unimi.dsi.mg4j.query.nodes.Range
The string representation of the right extreme of the range, or null for no right extreme.
right - Variable in class it.unimi.dsi.mg4j.search.Interval
Deprecated. The right extreme of the interval.
right - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated.  
rightMargin - Variable in class it.unimi.dsi.mg4j.query.nodes.Difference
A margin that will be added to the right of each interval.
rightShift - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The maximum amount of right shift to perform on a 32-bit number so to obtain something greater than or equal to MinimalPerfectHash.m.
root - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. The root of the trie.
ROWS - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
ROWSPAN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
RULES - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexReader.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteOffsetList.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemotePrefixMap.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteSizeList.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap.ServerThread
 
run() - Method in class it.unimi.dsi.mg4j.tool.Combine
 
run() - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Builds the index.
run() - Method in class it.unimi.dsi.mg4j.tool.PartitionDocumentally
 
run() - Method in class it.unimi.dsi.mg4j.tool.PartitionLexically
 
run() - Method in class it.unimi.dsi.mg4j.tool.Paste
 
run(String, DocumentSequence, TermProcessor, String, int, int, int[], String, long, String) - Static method in class it.unimi.dsi.mg4j.tool.Scan
Runs in parallel a number of instances.
run(String, DocumentSequence, TermProcessor, String, int, int, int[], VirtualDocumentResolver[], int[], String, long, String) - Static method in class it.unimi.dsi.mg4j.tool.Scan
Runs in parallel a number of instances.
runTermsOnly() - Method in class it.unimi.dsi.mg4j.tool.PartitionLexically
 

S

s - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
S - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
s_size - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
SafelyCloseable - Interface in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
sameKey(Enum<?>, String) - Static method in class it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory
A utility method checking whether the downcased name of an Enum is equal to a given string.
SAMP - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
sampleDocument - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Cached sample of document pointers.
samples - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The number of samples for equalisation (0 means no equalisation).
sampleScore - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Cached sample of document scores.
save(CharSequence) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated. Saves the configuration to the specified file.
Scan - Class in it.unimi.dsi.mg4j.tool
Scans a document sequence, dividing it in batches of occurrences and writing for each batch a corresponding subindex.
Scan(String, String, TermProcessor, boolean, int, ZipDocumentCollectionBuilder, File) - Constructor for class it.unimi.dsi.mg4j.tool.Scan
Creates a new scanner instance.
Scan(String, String, TermProcessor, Scan.IndexingType, int, ZipDocumentCollectionBuilder, File) - Constructor for class it.unimi.dsi.mg4j.tool.Scan
Creates a new scanner instance.
Scan(String, String, TermProcessor, Scan.IndexingType, int, int, int, ZipDocumentCollectionBuilder, File) - Constructor for class it.unimi.dsi.mg4j.tool.Scan
Creates a new scanner instance.
Scan.IndexingType - Enum in it.unimi.dsi.mg4j.tool
 
Scan.PayloadAccumulator - Class in it.unimi.dsi.mg4j.tool
An accumulator for payloads.
Scan.PayloadAccumulator(String, Payload, String, Scan.IndexingType, int, File) - Constructor for class it.unimi.dsi.mg4j.tool.Scan.PayloadAccumulator
Creates a new accumulator.
Scan.VirtualDocumentFragment - Interface in it.unimi.dsi.mg4j.tool
An interface that describes a virtual document fragment.
scanBufferSize(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the Scan buffer size (default: Scan.DEFAULT_BUFFER_SIZE).
scanEntity(char[], int, int, boolean, MutableString) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Searches for the end of an entity.
ScanMetadata - Class in it.unimi.dsi.mg4j.tool
Scans a document sequence and prints on standard output the corresponding URIs.
ScanMetadata() - Constructor for class it.unimi.dsi.mg4j.tool.ScanMetadata
 
SCHEME - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
SCOPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
score(Scorer[], double[]) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Sets the scorers for this query engine.
score - Variable in class it.unimi.dsi.mg4j.query.ResultItem
The score of this result.
score() - Method in class it.unimi.dsi.mg4j.query.ResultItem
 
score(int) - Method in class it.unimi.dsi.mg4j.query.ResultItem
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
 
score() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
 
score(double[]) - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Computes an aggregated score using the given array of basic scores.
score() - Method in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
Computes a score by calling Scorer.score(Index) for each index in the current index map, and summing the weighted results.
score() - Method in class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
 
score - Variable in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
score() - Method in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
score() - Method in class it.unimi.dsi.mg4j.search.score.CountScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.CountScorer
 
score() - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
score() - Method in class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
 
score - Variable in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
Its score.
score(double[]) - Method in class it.unimi.dsi.mg4j.search.score.LinearAggregator
 
score() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Returns a score for the current document of the last document iterator given to Scorer.wrap(DocumentIterator).
score(Index) - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Returns a score for the current document of the last document iterator given to Scorer.wrap(DocumentIterator), but considering only a given index (optional operation).
score() - Method in class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
score(Index) - Method in class it.unimi.dsi.mg4j.search.score.VignaScorer
 
SCORE_DOCUMENT_COMPARATOR - Static variable in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
A comparator that sorts DocumentScoreInfo instances by increasing score order and then by decreasing document order.
ScoredDocumentBoundedSizeQueue<T> - Class in it.unimi.dsi.mg4j.search.score
A queue of scored documents with fixed maximum capacity.
ScoredDocumentBoundedSizeQueue(int) - Constructor for class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
Creates a new empty bounded-size queue with a given capacity and natural order as comparator.
scorer - Variable in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
The underlying scorers.
Scorer - Interface in it.unimi.dsi.mg4j.search.score
A wrapper for a DocumentIterator returning scored document pointers.
SCRIPT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
SCRIPT_CLOSE_TAG_PATTERN - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closing tag for a script element.
SCROLLING - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
search(char[]) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character array.
search(char[], int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character array starting from a given index.
search(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character array between given indices.
search(CharSequence) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character sequence.
search(CharSequence, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character sequence starting from a given index.
search(CharSequence, int, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character sequence between given indices.
search(byte[]) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given byte array.
search(byte[], int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given byte array starting from a given index.
search(byte[], int, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given byte array between given indices.
search(CharList) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character list.
search(CharList, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character list starting from a given index.
search(CharList, int, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns the index of the first occurrence of this pattern in the given character list between given indices.
secondsFromEpoch - Variable in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
SegmentedInputStream - Class in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
SegmentedInputStream(InputStream) - Constructor for class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Creates a segmented input stream with no markers.
SegmentedInputStream(InputStream, long...) - Constructor for class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated. Creats a stream with one marker in.
select - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The query generating the collection (without the SELECT keyword).
select(IntervalIterator) - Method in class it.unimi.dsi.mg4j.query.IntervalSelector
Selects intervals from an interval iterator.
select(DocumentIterator, Reference2ObjectMap<Index, SelectedInterval[]>) - Method in class it.unimi.dsi.mg4j.query.IntervalSelector
Selects intervals from a document iterator.
Select - Class in it.unimi.dsi.mg4j.query.nodes
A node representing an index selection.
Select(CharSequence, Query) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Select
 
SELECT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
SELECTED - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
SelectedInterval - Class in it.unimi.dsi.mg4j.query
An interval selected for display.
SelectedInterval(Interval, SelectedInterval.IntervalType) - Constructor for class it.unimi.dsi.mg4j.query.SelectedInterval
Creates a new selected interval by wrapping a given interval.
SelectedInterval.IntervalType - Enum in it.unimi.dsi.mg4j.query
The type of a selected interval, as set by an IntervalSelector.
SelectHeights - Class in it.unimi.dsi.mg4j.test
Separates a stat file into various heights.
SelectStats - Class in it.unimi.dsi.mg4j.test
Selects part of a stats using global frequency.
SemiExternalOffsetList - Class in it.unimi.dsi.mg4j.util
Provides semi-external random access to offsets of an index.
SemiExternalOffsetList(InputBitStream, int, int) - Constructor for class it.unimi.dsi.mg4j.util.SemiExternalOffsetList
Creates a new semi-external list.
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.ImmutableExternalTreePrefixDictionary
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.ImmutableExternalTriePrefixDictionary
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.ImmutableTriePrefixTree
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.MutableString
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated.  
serialVersionUID - Static variable in class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated.  
server - Variable in class it.unimi.dsi.mg4j.query.HttpQueryServer
The underlying Jetty server.
ServerThread - Class in it.unimi.dsi.mg4j.index.remote
A abstract class representing a thread that provides services inside an index server.
ServerThread(Socket) - Constructor for class it.unimi.dsi.mg4j.index.remote.ServerThread
Creates a new server thread.
set(Object) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
set(long) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
Sets the current value of this payload.
set(Object) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
set(Object) - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Sets the current value of this payload.
setCallback(Callback) - Method in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Sets the callback for this parser, resetting at the same time all parsing flags.
setCharAt(int, char) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. A nickname for MutableString.charAt(int,char).
setDebugStream(PrintStream) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
setDocumentPointer(int) - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Sets the current document pointer.
setDumpStream(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Sets the dump stream of this external prefix dictionary to a given filename.
setDumpStream(InputBitStream) - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. Sets the dump stream of this external prefix dictionary to a given input bit stream.
setLength(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. A nickname for MutableString.length(int).
setProperty(String, boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, char) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, int) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(String, double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, boolean) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, byte) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, short) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, char) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, int) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, long) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, float) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, double) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setProperty(Enum<?>, Object) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
setReader(Reader) - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
setReader(Reader) - Method in class it.unimi.dsi.mg4j.io.LineWordReader
Deprecated.  
setReader(Reader) - Method in interface it.unimi.dsi.mg4j.io.WordReader
Deprecated. Resets the internal state of this word reader, which will start again reading from the given reader.
setTabSize(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
setupEqualizationFactors() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Sets up the equalisation factors.
setupEqualizationFactors() - Method in class it.unimi.dsi.mg4j.search.score.LinearAggregator
 
setWeights(Reference2DoubleMap<Index>) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Sets the index weights.
setWeights(Reference2DoubleMap<Index>) - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Delegates to the underlying scorers.
setWeights(Reference2DoubleMap<Index>) - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
Returns false.
setWeights(Reference2DoubleMap<Index>) - Method in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
Copies the argument internally, rescaling weights so they sum up to one.
setWeights(Reference2DoubleMap<Index>) - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Sets the weight map for this scorer (if applicable).
SHAPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
SHARP - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
ShiftAddXorLongSignedMinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
ShiftAddXorLongSignedMinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given terms using the given number of weights.
ShiftAddXorLongSignedMinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
ShiftAddXorLongSignedMinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
ShiftAddXorLongSignedMinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given file of terms.
ShiftAddXorLongSignedMinimalPerfectHash(String, String, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms using the given number of weights.
ShiftAddXorLongSignedMinimalPerfectHash(String, String, boolean) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms.
ShiftAddXorSignedMinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
ShiftAddXorSignedMinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given terms using the given number of weights.
ShiftAddXorSignedMinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
ShiftAddXorSignedMinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
ShiftAddXorSignedMinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms.
ShiftAddXorSignedMinimalPerfectHash(String, String, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms using the given number of weights.
ShiftAddXorSignedMinimalPerfectHash(String, String, boolean) - Constructor for class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. Creates a new Shift-Add-Xor-signed order-preserving minimal perfect hash table for the given file of terms.
signature - Variable in class it.unimi.dsi.mg4j.util.HashCodeSignedMinimalPerfectHash
Deprecated. The array of signatures.
signature - Variable in class it.unimi.dsi.mg4j.util.ShiftAddXorLongSignedMinimalPerfectHash
Deprecated. The array of signatures.
signature - Variable in class it.unimi.dsi.mg4j.util.ShiftAddXorSignedMinimalPerfectHash
Deprecated. The array of signatures.
SignedMinimalPerfectHash - Class in it.unimi.dsi.mg4j.util
Deprecated. Use the new hashing stuff in Sux4J.
SignedMinimalPerfectHash(Iterable<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the given terms, using as many weights as the longest term in the collection.
SignedMinimalPerfectHash(Iterable<? extends CharSequence>, int) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the given terms using the given number of weights.
SignedMinimalPerfectHash(String, String, int, boolean) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms using the given number of weights.
SignedMinimalPerfectHash(String, String, boolean) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the (possibly gzip'd) given file of terms.
SignedMinimalPerfectHash(String, String, int) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the given file of terms using the given number of weights.
SignedMinimalPerfectHash(String, String) - Constructor for class it.unimi.dsi.mg4j.util.SignedMinimalPerfectHash
Deprecated. Creates a new signed order-preserving minimal perfect hash table for the given file of terms.
SimpleCharStream - Class in it.unimi.dsi.mg4j.query.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
SimpleParser - Class in it.unimi.dsi.mg4j.query.parser
A simple parser that transform a query string into a query.
SimpleParser(Set<String>, String, Map<String, ? extends TermProcessor>) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
Creates a parser.
SimpleParser(Set<String>, String) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
Creates a parser with no term processing.
SimpleParser() - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
Creates a parser for a single nameless index with no term processing.
SimpleParser(TermProcessor) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
Creates a parser for a single nameless index with a given term processor.
SimpleParser(InputStream) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
SimpleParser(InputStream, String) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
SimpleParser(Reader) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
SimpleParser(SimpleParserTokenManager) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
SimpleParserConstants - Interface in it.unimi.dsi.mg4j.query.parser
 
SimpleParserTokenManager - Class in it.unimi.dsi.mg4j.query.parser
 
SimpleParserTokenManager(SimpleCharStream) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
SimpleParserTokenManager(SimpleCharStream, int) - Constructor for class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
singletonSet - Variable in class it.unimi.dsi.mg4j.index.Index
An immutable singleton set containing just Index.keyIndex.
size() - Method in interface it.unimi.dsi.mg4j.compression.Codec
Deprecated. Returns the number of symbols handled by this codec.
size - Variable in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated. The number of symbols of this coder.
size() - Method in class it.unimi.dsi.mg4j.compression.HuffmanCodec
Deprecated.  
size - Variable in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated. The number of symbols of this coder.
size() - Method in class it.unimi.dsi.mg4j.compression.HuTuckerCodec
Deprecated.  
size() - Method in interface it.unimi.dsi.mg4j.document.DocumentCollection
Returns the number of documents in this collection.
size() - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
size() - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
size() - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
size() - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
size() - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
size() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
size() - Method in interface it.unimi.dsi.mg4j.index.PrefixMap
Deprecated. Returns the number of terms in this prefix map.
size() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteOffsetList
 
size() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteSizeList
 
size - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
The size of the map.
size() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteTermMap
 
size() - Method in interface it.unimi.dsi.mg4j.index.TermMap
Deprecated. Returns the number of terms in this term map.
size() - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. An alias for Interval.length().
size() - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
 
size - Variable in class it.unimi.dsi.mg4j.tool.Combine
The size of each document.
size() - Method in class it.unimi.dsi.mg4j.util.BloomFilter
Deprecated. Returns the size of this filter.
size() - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. The number of characters present in the buffer.
size() - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated. Returns the number of binary words in this trie.
size - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. The number of terms in this dictionary.
size() - Method in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Returns the number of terms hashed.
SIZE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.util.parser.callback.ComposedCallbackBuilder
Deprecated. Returns the number of callbacks in this builder.
size() - Method in class it.unimi.dsi.mg4j.util.PermutedFrontCodedStringList
Deprecated.  
size() - Method in class it.unimi.dsi.mg4j.util.SemiExternalOffsetList
 
size() - Method in class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated.  
sizes - Variable in class it.unimi.dsi.mg4j.index.Index
The size of each document, or null if sizes are not necessary or not loaded in this index.
sizes(int) - Method in class it.unimi.dsi.mg4j.tool.Combine
Returns an iterator on sizes.
SIZES_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of sizes.
skip(long) - Method in class it.unimi.dsi.mg4j.document.InputStreamDocumentSequence
 
skip(long) - Method in class it.unimi.dsi.mg4j.index.remote.RemoteInputStream
 
skip(long) - Method in class it.unimi.dsi.mg4j.io.ByteBufferInputStream
Deprecated.  
skip(int) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated. 
skip(long) - Method in class it.unimi.dsi.mg4j.io.DebugInputBitStream
Deprecated.  
skip(long) - Method in class it.unimi.dsi.mg4j.io.FastBufferedReader
Deprecated.  
skip(long) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayInputStream
Deprecated.  
skip(long) - Method in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated.  
skip(long) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Skips the given number of bits.
skip(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. This method is simply an expensive, try/catch-surrounded version of InputBitStream.skip(long) that is made necessary by the interface by BooleanIterator.
skip(long) - Method in class it.unimi.dsi.mg4j.io.MultipleInputStream
Deprecated.  
skip(long) - Method in class it.unimi.dsi.mg4j.io.SegmentedInputStream
Deprecated.  
skip(int) - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
 
SkipBitStreamIndexWriter - Class in it.unimi.dsi.mg4j.index
Provides facilities to write skip inverted indices, that is, inverted indices with an additional skip structure.
SkipBitStreamIndexWriter(CharSequence, int, boolean, Map<CompressionFlags.Component, CompressionFlags.Coding>, int, int) - Constructor for class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
Creates a new skip index writer, with the specified basename.
SkipBitStreamIndexWriter(CharSequence, int, boolean, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, int, int) - Constructor for class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
Creates a new skip index writer, with the specified basename.
SkipBitStreamIndexWriter(OutputBitStream, OutputBitStream, int, int, Map<CompressionFlags.Component, CompressionFlags.Coding>, int, int) - Constructor for class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
Creates a new skip index writer.
SkipBitStreamIndexWriter.TowerData - Class in it.unimi.dsi.mg4j.index
A structure maintaining statistical data about tower construction.
SkipBitStreamIndexWriter.TowerData() - Constructor for class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter.TowerData
 
skipBufferSize(int) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the size in byte of the internal buffer using during the construction of a index with skips (default: SkipBitStreamIndexWriter.DEFAULT_TEMP_BUFFER_SIZE).
skipDeltas(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Skips a given number of δ-coded integers.
SkipGammaDeltaGammaDeltaBitStreamIndexReader - Class in it.unimi.dsi.mg4j.index.wired
 
SkipGammaDeltaGammaDeltaBitStreamIndexReader(BitStreamIndex, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
Creates a new skip index reader, with the specified underlying Index and input bit stream.
SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator - Class in it.unimi.dsi.mg4j.index.wired
 
SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator(SkipGammaDeltaGammaDeltaBitStreamIndexReader, InputBitStream) - Constructor for class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
skipGammas(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Skips a given number of γ-coded integers.
skips(boolean) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the skip flag (default: false).
skipShiftedGammas(int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Skips a given number of shited-γ-coded integers.
SkipSwing - Class in it.unimi.dsi.mg4j.test
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.AbstractOrderedIntervalDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.AbstractUnionDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.AlignDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.CachingDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
skipTo(int) - Method in interface it.unimi.dsi.mg4j.search.DocumentIterator
Skips all documents smaller than n.
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.DocumentIterators.EmptyDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
skipTo(int) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
skipUnconditionallyTo(int) - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
Skips to the given document, even if the document does not satisfy the predicate of this document iterator.
skipZetas(int, int) - Method in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. Skips a given number of ζ-coded integers.
SLICE_BITS - Static variable in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. The number of bits of an array slice index.
slice_check() - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
slice_del() - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
slice_from(String) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
SLICE_MASK - Static variable in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. The mask to retrieve a slice offset.
SLICE_SIZE - Static variable in class it.unimi.dsi.mg4j.io.FastMultiByteArrayInputStream
Deprecated. The maximum length of an array slice.
slice_to(MutableString) - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
SMALL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
socket - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
 
socket - Variable in class it.unimi.dsi.mg4j.index.remote.ServerThread
The socket associated to this server thread.
socketAddress - Variable in class it.unimi.dsi.mg4j.index.remote.RemoteIndex
The socket exporting the index.
soleIndex - Variable in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
If not null, the sole index involved in this iterator.
SPACE - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. An array, parallel to BulletParser.NONSPACE_WHITESPACE, containing spaces.
span(CharSet, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans a segment of this mutable string made of the specified characters.
span(CharSet) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans the initial segment of this mutable string made of the specified characters.
span(char[], int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans a segment of this mutable string made of the specified characters.
span(char[]) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Spans the initial segment of this mutable string made of the specified characters.
SPAN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
SPAN - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
SpanishStemmer - 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.
SpanishStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.SpanishStemmer
 
specialConstructor - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class it.unimi.dsi.mg4j.query.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
squeezeSpace() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Squeezes and normalises spaces in this mutable string.
squeezeSpaces(boolean) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Squeezes and normalises spaces in this mutable string.
squeezeWhitespace() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Squeezes and normalises whitespace in this mutable string.
SRC - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
standardWriterFlags(Map<CompressionFlags.Component, CompressionFlags.Coding>) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the writer compression flags for standard indices (default: CompressionFlags.DEFAULT_STANDARD_INDEX).
STANDBY - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
start(Index, ServerSocket, boolean) - Static method in class it.unimi.dsi.mg4j.index.remote.IndexServer
Starts an index server.
start(Index, InetAddress, int, boolean) - Static method in class it.unimi.dsi.mg4j.index.remote.IndexServer
Starts an index-server daemon thread.
START - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
start(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Starts the progress logger, displaying a message and resetting the count.
start() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Starts the progress logger, resetting the count.
start(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Starts the progress meter, displaying a message and resetting the count.
start() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Starts the progress meter, resetting the count.
startDocument(CharSequence, CharSequence) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Starts a document entry.
startDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
startDocument() - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
startDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
startDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated.  
startDocument() - Method in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated.  
startElement(Element, Map<Attribute, MutableString>) - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor
 
startElement(Element, Map<Attribute, MutableString>) - Method in interface it.unimi.dsi.mg4j.util.parser.callback.Callback
Deprecated. Receive notification of the start of an element.
startElement(Element, Map<Attribute, MutableString>) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
startElement(Element, Map<Attribute, MutableString>) - Method in class it.unimi.dsi.mg4j.util.parser.callback.DefaultCallback
Deprecated.  
startElement(Element, Map<Attribute, MutableString>) - Method in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated.  
startElement(Element, Map<Attribute, MutableString>) - Method in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated.  
startField(SelectedInterval[]) - Method in class it.unimi.dsi.mg4j.query.MarkingMutableString
Prepares this marking mutable string for a new field.
startOfBlock() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the starting delimiter of a block.
startOfBlock - Variable in class it.unimi.dsi.mg4j.query.TextMarker
 
startOfBlock() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
startOfField() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the starting delimiter of a field.
startOfField - Variable in class it.unimi.dsi.mg4j.query.TextMarker
 
startOfField() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
startOfMark() - Method in interface it.unimi.dsi.mg4j.query.Marker
Returns the starting delimiter of a marked part.
startOfMark - Variable in class it.unimi.dsi.mg4j.query.TextMarker
 
startOfMark() - Method in class it.unimi.dsi.mg4j.query.TextMarker
 
STARTS_BEFORE_OR_PROLONGS - Static variable in class it.unimi.dsi.mg4j.search.Intervals
Deprecated. A comparator between intervals defined as follows: [a..b] is less than [a'..b'] iff the first interval starts before or prolongs the second one, that is, iff a < a' or a=a' and b' < b.
startsWith(byte[], int, byte[]) - Static method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
startsWith(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given mutable string.
startsWith(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given string.
startsWith(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given character sequence.
startsWithIgnoreCase(byte[], int, char[]) - Static method in class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
startsWithIgnoreCase(MutableString) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given mutable string disregarding case.
startsWithIgnoreCase(String) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given string disregarding case.
startsWithIgnoreCase(CharSequence) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns whether this mutable string starts with the given character sequence disregarding case.
startTextField() - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Starts a new text field.
state - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
This variable tracks the current state of the reader.
state - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The current state of the writer.
state - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
This variable tracks the current state of the reader.
state - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The current state of the writer.
state - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
This variable tracks the current state of the reader.
state - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
This variable tracks the current state of the reader.
state - Variable in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
This variable tracks the current state of the reader.
STATE_BEFORE_END_TAG_NAME - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Scanning a closing tag.
STATE_BEFORE_START_TAG_NAME - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Scanning attribute name/value pairs.
STATE_IN_END_TAG - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Scanning a closing tag.
STATE_IN_START_TAG - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Scanning attribute name/value pairs.
STATE_TEXT - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Scanning text..
staticFlag - Static variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
STATS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the stats file.
STD_BLOCK_SIZE - Static variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. The standard block size (in bytes).
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.AbstractSnowballTermProcessor
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.DanishStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.DutchStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.EnglishStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.FinnishStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.FrenchStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.German2Stemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.GermanStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.HungarianStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.ItalianStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.KraaijPohlmannStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.LovinsStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.NorwegianStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.PorterStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.PortugueseStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.SpanishStemmer
 
stem() - Method in class it.unimi.dsi.mg4j.index.snowball.SwedishStemmer
 
stop(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Stops the progress logger, displaying a message.
stop() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Stops the progress logger.
stop(CharSequence) - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Stops the progress meter, displaying a message terminated by a newline.
stop() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Stops the progress meter.
storeMutableStringsSelfDelimUTF8(MutableString[], int, int, OutputStream) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Stores a fragment of an array of mutable strings writing to an output stream in self-delimiting UTF-8 format.
storeMutableStringsSelfDelimUTF8(MutableString[], OutputStream) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Stores an array of mutable strings writing to an output stream in self-delimiting UTF-8 format.
storeMutableStringsSelfDelimUTF8(MutableString[], int, int, CharSequence) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Stores a fragment of an array of mutable strings writing to a file in self-delimiting UTF-8 format.
storeMutableStringsSelfDelimUTF8(MutableString[], CharSequence) - Static method in class it.unimi.dsi.mg4j.util.MutableStrings
Deprecated. Stores an array of mutable strings writing to a file in self-delimiting UTF-8 format.
strategy - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
The clustering strategy.
strategy - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
The cached strategy of the index we refer to.
strategy - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The cached strategy of the index we refer to.
strategy - Variable in class it.unimi.dsi.mg4j.index.cluster.LexicalCluster
The strategy to be used.
STRATEGY_DEFAULT_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
The default extension of a strategy.
stream(int) - Method in interface it.unimi.dsi.mg4j.document.DocumentCollection
Returns an input stream for the raw content of a document.
stream(int) - Method in class it.unimi.dsi.mg4j.document.FileSetDocumentCollection
 
stream(int) - Method in class it.unimi.dsi.mg4j.document.JavamailDocumentCollection
 
stream(int) - Method in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
 
stream(int) - Method in class it.unimi.dsi.mg4j.document.TRECDocumentCollection
 
stream(int) - Method in class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
stream(int) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollection
 
STRIKE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
stripPointers(OutputBitStream, long) - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Writes the given number of bits of the internal buffer to the provided output bit stream, stripping all document pointers.
STRONG - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
STYLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
STYLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
STYLE_CLOSE_TAG_PATTERN - Static variable in class it.unimi.dsi.mg4j.util.parser.BulletParser
Deprecated. Closing tag for a style element.
SUB - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
subSequence(int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns a subsequence of this mutable string.
subSequence(int, int) - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated.  
subSet(int, int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
subset(Enum<?>) - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
substring(int, int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns a substring of this mutable string.
substring(int) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Returns a substring of this mutable string.
substring_i - Variable in class it.unimi.dsi.mg4j.index.snowball.Among
 
subtrahend - Variable in class it.unimi.dsi.mg4j.query.nodes.Difference
The subtrahend query.
SUMMARY - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
SUP - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
SwedishStemmer - 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.
SwedishStemmer() - Constructor for class it.unimi.dsi.mg4j.index.snowball.SwedishStemmer
 
SwitchTo(int) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleParserTokenManager
 
symbol - Variable in class it.unimi.dsi.mg4j.compression.TreeDecoder.LeafNode
Deprecated.  
symbol2char - Variable in class it.unimi.dsi.mg4j.util.ImmutableExternalPrefixDictionary
Deprecated. A map (given by an array) from symbols in the coder to characters.
synchronize(TermMap) - Static method in class it.unimi.dsi.mg4j.index.TermMaps
Deprecated. Returns a synchronized term map backed by the given term map.
synchronize(PrefixMap) - Static method in class it.unimi.dsi.mg4j.index.TermMaps
Deprecated. Returns a synchronized prefix map backed by the given prefix map.

T

t - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. If MinimalPerfectHash.n is smaller than MinimalPerfectHash.TERM_THRESHOLD, a vector containing the terms.
TABINDEX - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
TABLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
tabSize - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
tailSet(int) - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
TARGET - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
TBODY - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
TD - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
template - Variable in class it.unimi.dsi.mg4j.query.QueryServlet
The actual template used by this servlet (default: QueryServlet.DEFAULT_TEMPLATE).
TEN_MINUTES - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
TEN_SECONDS - Static variable in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated.  
term - Variable in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
term(CharSequence) - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
term() - Method in class it.unimi.dsi.mg4j.index.AbstractIndexIterator
 
term - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current term.
term - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
The term associated to this index iterator.
term(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
term() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
term - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
The term associated to this index iterator.
term(CharSequence) - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
term() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
term() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
term(CharSequence) - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
term() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the term whose inverted list is returned by this index iterator.
term(CharSequence) - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Sets the term whose inverted list is returned by this index iterator.
term - Variable in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
The term of this iterator.
term(CharSequence) - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
term() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
term - Variable in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
The current term.
Term - Class in it.unimi.dsi.mg4j.query.nodes
A node representing a single term.
Term(CharSequence) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Term
 
Term(int) - Constructor for class it.unimi.dsi.mg4j.query.nodes.Term
 
term - Variable in class it.unimi.dsi.mg4j.query.nodes.Term
The term represented by this node, or null if the term is defined by its number.
term - Variable in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
For each offset, the corresponding term.
TERM_THRESHOLD - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The minimum number of terms that will trigger the construction of a minimal perfect hash; overwise, terms are simply stored in a vector.
TermCollectionVisitor - Class in it.unimi.dsi.mg4j.search.visitor
A visitor collecting information about terms appearing in a DocumentIterator.
TermCollectionVisitor() - Constructor for class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Creates a new term-collection visitor.
termFilter - Variable in class it.unimi.dsi.mg4j.index.cluster.IndexCluster
An array of Bloom filter to reduce index access, or null.
termMap - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndex
The term map for this index, or null if the term map was not loaded.
TermMap - Interface in it.unimi.dsi.mg4j.index
Deprecated. As of MG4J 2.1, replaced by StringMap.
termMap - Variable in class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
TERMMAP_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the term map.
termMapClass(Class<? extends StringMap<? extends CharSequence>>) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the class used to build the index term map (default: ImmutableExternalPrefixMap).
TermMaps - Class in it.unimi.dsi.mg4j.index
Deprecated. Use StringMap and related classes.
TermMaps.SynchronizedPrefixMap - Class in it.unimi.dsi.mg4j.index
Deprecated.  
TermMaps.SynchronizedPrefixMap(PrefixMap) - Constructor for class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedPrefixMap
Deprecated.  
TermMaps.SynchronizedTermMap - Class in it.unimi.dsi.mg4j.index
Deprecated.  
TermMaps.SynchronizedTermMap(TermMap) - Constructor for class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermMap
Deprecated.  
TermMaps.SynchronizedTermPrefixMap - Class in it.unimi.dsi.mg4j.index
Deprecated.  
TermMaps.SynchronizedTermPrefixMap(Object) - Constructor for class it.unimi.dsi.mg4j.index.TermMaps.SynchronizedTermPrefixMap
Deprecated.  
termNumber() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.Index.EmptyIndexIterator
 
termNumber() - Method in interface it.unimi.dsi.mg4j.index.IndexIterator
Returns the number of the term whose inverted list is returned by this index iterator.
termNumber() - Method in class it.unimi.dsi.mg4j.index.MultiTermIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
termNumber() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
termNumber - Variable in class it.unimi.dsi.mg4j.query.nodes.Term
The number of the term represented by this node, or -1 if the term is defined literally.
termProcessor - Variable in class it.unimi.dsi.mg4j.index.Index
The term processor used to build this index.
TermProcessor - Interface in it.unimi.dsi.mg4j.index
A term processor, implementing term/prefix transformation and possibly term/prefix filtering.
termProcessor(TermProcessor) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the term processor (default: DowncaseTermProcessor).
termProcessors - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
The term processor for each index.
termQueue - Variable in class it.unimi.dsi.mg4j.tool.Combine
The queue containing terms.
terms(Index) - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
Returns the terms associated to the given index.
TERMS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of terms.
TernaryIntervalSearchTree - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
TernaryIntervalSearchTree() - Constructor for class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated. Creates a new empty ternary search tree.
TernaryIntervalSearchTree(Collection<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.util.TernaryIntervalSearchTree
Deprecated. Creates a new empty ternary search tree and populates it with a given collection of character sequences.
testIndexIterator() - Static method in class it.unimi.dsi.mg4j.test.RemoteIndexIteratorTest
 
text - Variable in class it.unimi.dsi.mg4j.query.BrowseItem
The marked text.
text() - Method in class it.unimi.dsi.mg4j.query.BrowseItem
 
text() - Method in interface it.unimi.dsi.mg4j.tool.Scan.VirtualDocumentFragment
The textual content of this fragment.
TEXT - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
text() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor.Anchor
 
text - Variable in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated. The text resulting from the parsing process.
TEXT_BOLDFACE - Static variable in class it.unimi.dsi.mg4j.query.TextMarker
A text marker showing the marked text in (ANSI) boldface, with blocks surrounded by "..." and terminated by a newline.
TEXT_STANDOUT - Static variable in class it.unimi.dsi.mg4j.query.TextMarker
A text marker showing the marked text in (ANSI) standout mode, with blocks surrounded by ".." and terminated by a newline.
TEXTAREA - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
TextExtractor - Class in it.unimi.dsi.mg4j.util.parser.callback
Deprecated. Moved to dsiutils.
TextExtractor() - Constructor for class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated.  
TextMarker - Class in it.unimi.dsi.mg4j.query
A marker for text/HTML output.
TextPattern - Class in it.unimi.dsi.mg4j.util
Deprecated. Moved to dsiutils.
TextPattern(CharSequence) - Constructor for class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Creates a new case-sensitive TextPattern object that can be used to search for the given pattern.
TextPattern(CharSequence, int) - Constructor for class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Creates a new TextPattern object that can be used to search for the given pattern.
TfIdfScorer - Class in it.unimi.dsi.mg4j.search.score
A scorer that implements the TF/IDF ranking formula.
TfIdfScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
TFOOT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
TH - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
THEAD - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
threshold - Variable in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
The iterator threshold.
TILDA - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
title() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
title() - Method in interface it.unimi.dsi.mg4j.document.Document
The title of this document.
title() - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
title() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
title - Variable in class it.unimi.dsi.mg4j.query.BrowseItem
The (possibly marked) title.
title() - Method in class it.unimi.dsi.mg4j.query.BrowseItem
 
TITLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
title - Variable in class it.unimi.dsi.mg4j.util.parser.callback.TextExtractor
Deprecated. The title resulting from the parsing process.
TITLE - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
titleList - Variable in class it.unimi.dsi.mg4j.query.QueryServlet
An optional title list if the document collection is not present.
toCharArray(char[], int, int) - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Copies the content of the buffer to an array.
toCharArray(char[]) - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Copies the content of the buffer to an array.
toCharArray() - Method in class it.unimi.dsi.mg4j.util.CircularCharArrayBuffer
Deprecated. Returns a new array containing a copy of the buffer content.
toCharArray() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Converts this string to a new character array.
token - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
Token - Class in it.unimi.dsi.mg4j.query.parser
Describes the input token stream.
Token() - Constructor for class it.unimi.dsi.mg4j.query.parser.Token
 
token_source - Variable in class it.unimi.dsi.mg4j.query.parser.SimpleParser
 
tokenImage - Variable in exception it.unimi.dsi.mg4j.query.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
TokenMgrError - Error in it.unimi.dsi.mg4j.query.parser
 
TokenMgrError() - Constructor for error it.unimi.dsi.mg4j.query.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error it.unimi.dsi.mg4j.query.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error it.unimi.dsi.mg4j.query.parser.TokenMgrError
 
toLowerCase() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Converts all of the characters in this mutable string to lower case using the rules of the default locale.
TooManyTermsException - Exception in it.unimi.dsi.mg4j.index
Thrown to indicate that a prefix query generated too many terms.
TooManyTermsException(int) - Constructor for exception it.unimi.dsi.mg4j.index.TooManyTermsException
 
toString() - Method in class it.unimi.dsi.mg4j.document.AbstractDocument
 
toString() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentCollection
 
toString() - Method in class it.unimi.dsi.mg4j.document.AbstractDocumentFactory
 
toString() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
toString() - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
toString() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
toString() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader
 
toString() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader
 
toString() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousDocumentalStrategy
 
toString() - Method in class it.unimi.dsi.mg4j.index.cluster.ContiguousLexicalStrategy
 
toString() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalCluster
 
toString() - Method in class it.unimi.dsi.mg4j.index.cluster.DocumentalConcatenatedClusterDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.cluster.IdentityDocumentalStrategy
 
toString() - Method in class it.unimi.dsi.mg4j.index.DowncaseTermProcessor
 
toString() - Method in class it.unimi.dsi.mg4j.index.FileHPIndex
 
toString() - Method in class it.unimi.dsi.mg4j.index.FileIndex
 
toString() - Method in class it.unimi.dsi.mg4j.index.InMemoryHPIndex
 
toString() - Method in class it.unimi.dsi.mg4j.index.InMemoryIndex
 
toString() - Method in class it.unimi.dsi.mg4j.index.NullTermProcessor
 
toString() - Method in class it.unimi.dsi.mg4j.index.payload.AbstractPayload.ComparatorPayloadPredicate
 
toString() - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
toString() - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
toString() - Method in class it.unimi.dsi.mg4j.index.remote.RemoteIndexServerConnection
 
toString() - Method in exception it.unimi.dsi.mg4j.index.TooManyTermsException
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
 
toString() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader
 
toString() - Method in class it.unimi.dsi.mg4j.io.FileLinesCollection
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.query.BrowseItem
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Align
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.And
 
toString(String, String, String) - Method in class it.unimi.dsi.mg4j.query.nodes.Composite
Returns a string representation of this node, given a start string, and end string and a separator.
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Consecutive
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Difference
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.LowPass
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.MultiTerm
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Not
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Or
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.OrderedAnd
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Prefix
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Range
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Select
 
toString() - Method in class it.unimi.dsi.mg4j.query.nodes.Term
 
toString() - Method in class it.unimi.dsi.mg4j.query.parser.Token
Returns the image.
toString() - Method in class it.unimi.dsi.mg4j.query.QueryEngine
 
toString() - Method in class it.unimi.dsi.mg4j.query.ResultItem
 
toString() - Method in class it.unimi.dsi.mg4j.query.SelectedInterval
 
toString() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIndexIntervalIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.AbstractCompositeDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.DifferenceDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.Interval
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.search.IntervalIterators.FakeIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.LowPassDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.NotDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.PayloadPredicateDocumentIterator
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.DocumentScoreInfo
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.LinearAggregator
 
toString() - Method in class it.unimi.dsi.mg4j.search.score.VignaScorer
 
toString() - Method in class it.unimi.dsi.mg4j.search.visitor.CounterCollectionVisitor
 
toString() - Method in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
 
toString() - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
 
toString() - Method in class it.unimi.dsi.mg4j.tool.Scan
 
toString() - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated. Returns the name of this attribute.
toString() - Method in class it.unimi.dsi.mg4j.util.parser.callback.AnchorExtractor.Anchor
 
toString() - Method in class it.unimi.dsi.mg4j.util.parser.callback.DebugCallbackDecorator
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated. Returns the name of this element.
toString() - Method in class it.unimi.dsi.mg4j.util.parser.Entity
Deprecated. Returns the name of this entity.
toString() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Converts the data stored in this progress logger to a string.
toString() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Converts the data stored in this meter to a string.
toString() - Method in class it.unimi.dsi.mg4j.util.Properties
Deprecated.  
toString() - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated.  
toUpperCase() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Converts all of the characters in this mutable string to upper case using the rules of the default locale.
towerData - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The sum of all tower data computed so far.
towerData - Variable in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
The sum of all tower data computed so far.
TR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
transform(Query) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander
 
transform(Query) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryTransformer
 
transformer(QueryTransformer) - Method in class it.unimi.dsi.mg4j.query.QueryEngine
Sets the transformer for this engine, or disables query transformation.
TRECDocumentCollection - Class in it.unimi.dsi.mg4j.document
A collection for the TREC GOV2 data set.
TRECDocumentCollection(String[], DocumentFactory, ObjectArrayList<TRECDocumentCollection.TRECDocumentDescriptor>, int, boolean) - Constructor for class it.unimi.dsi.mg4j.document.TRECDocumentCollection
Copy constructor (that is, the one used by TRECDocumentCollection.copy().
TRECDocumentCollection(String[], DocumentFactory, int, boolean) - Constructor for class it.unimi.dsi.mg4j.document.TRECDocumentCollection
Creates a new TREC collection by parsing the given files.
TRECHeaderDocumentFactory - Class in it.unimi.dsi.mg4j.document
A factory without fields that is used to interpret the header of a TREC GOV2 document.
TRECHeaderDocumentFactory() - Constructor for class it.unimi.dsi.mg4j.document.TRECHeaderDocumentFactory
 
TreeDecoder - Class in it.unimi.dsi.mg4j.compression
Deprecated. Moved to dsiutils.
TreeDecoder(TreeDecoder.Node, int) - Constructor for class it.unimi.dsi.mg4j.compression.TreeDecoder
Deprecated. Creates a new codeword-based decoder using the given tree.
TreeDecoder(BitVector[], int[]) - Constructor for class it.unimi.dsi.mg4j.compression.TreeDecoder
Deprecated. Creates a new codeword-based decoder starting from a set of complete, lexicographically ordered codewords.
TreeDecoder.LeafNode - Class in it.unimi.dsi.mg4j.compression
Deprecated. A leaf node of the decoding tree.
TreeDecoder.LeafNode(int) - Constructor for class it.unimi.dsi.mg4j.compression.TreeDecoder.LeafNode
Deprecated. Creates a leaf node.
TreeDecoder.Node - Class in it.unimi.dsi.mg4j.compression
Deprecated. A internal node of the decoding tree.
TreeDecoder.Node() - Constructor for class it.unimi.dsi.mg4j.compression.TreeDecoder.Node
Deprecated.  
trim() - Method in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated. Ensures that the length of the backing array is equal to FastByteArrayOutputStream.length.
trim() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Trims all leading and trailing whitespace from this string.
trimLeft() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Trims all leading whitespace from this string.
trimRight() - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Trims all trailing whitespace from this string.
TRUE - Static variable in class it.unimi.dsi.mg4j.search.IntervalIterators
A singleton iterator representing maximum truth.
TRUE_ARRAY - Static variable in class it.unimi.dsi.mg4j.query.SelectedInterval
A marker array used to represent the (absence of) intervals associated to IntervalIterators.TRUE.
TT - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
type - Variable in class it.unimi.dsi.mg4j.query.SelectedInterval
The interval type, or null for an untyped interval.
TYPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  

U

U - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
UL - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
UNICODE_CASE - Static variable in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Enables Unicode-aware case folding.
unicodeCase() - Method in class it.unimi.dsi.mg4j.util.TextPattern
Deprecated. Returns whether this pattern uses Unicode case folding.
uniform(int, int) - Static method in class it.unimi.dsi.mg4j.index.cluster.DocumentalStrategies
Creates an equally spaced contiguous documental strategy.
uniform(int, BitStreamIndex) - Static method in class it.unimi.dsi.mg4j.index.cluster.LexicalStrategies
Creates an contiguous lexical strategy in which all local indices have approximately the same number of documents.
UNKNOWN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
UNKNOWN - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
unmodifiableCurrentIterators - Variable in class it.unimi.dsi.mg4j.search.AbstractIntersectionDocumentIterator
An unmodifiable wrapper around AbstractIntersectionDocumentIterator.currentIterators.
unset - Variable in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
Whether this payload has been ever set.
UNSORTED_TERMS_EXTENSION - Static variable in class it.unimi.dsi.mg4j.index.DiskBasedIndex
Standard extension for the file of terms, unsorted.
update(IndexIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
Updates the CounterSetupVisitor.count using the provided index iterator.
update() - Method in class it.unimi.dsi.mg4j.util.ProgressLogger
Deprecated. Updates the progress logger.
update() - Method in class it.unimi.dsi.mg4j.util.ProgressMeter
Deprecated. Updates the meter.
UpdateLineColumn(char) - Method in class it.unimi.dsi.mg4j.query.parser.SimpleCharStream
 
updatePositionCache() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
updatePositionCache() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexReader.BitStreamIndexReaderIndexIterator
We read positions, assuming state <= BEFORE_POSITIONS
updatePositionCache() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamHPIndexReader.BitStreamHPIndexReaderIndexIterator
 
updatePositionCache() - Method in class it.unimi.dsi.mg4j.index.wired.GammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
We read positions, assuming state <= BEFORE_POSITIONS
updatePositionCache() - Method in class it.unimi.dsi.mg4j.index.wired.SkipGammaDeltaGammaDeltaBitStreamIndexReader.BitStreamIndexReaderIndexIterator
We read positions, assuming state <= BEFORE_POSITIONS
uri() - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
uri() - Method in interface it.unimi.dsi.mg4j.document.Document
A URI that is associated to this document.
uri() - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
uri() - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
uri - Variable in class it.unimi.dsi.mg4j.query.BrowseItem
The result URI.
uri() - Method in class it.unimi.dsi.mg4j.query.BrowseItem
 
URLMPHVirtualDocumentResolver - Class in it.unimi.dsi.mg4j.tool
A virtual-document resolver based on document URIs.
URLMPHVirtualDocumentResolver(StringMap<? extends CharSequence>) - Constructor for class it.unimi.dsi.mg4j.tool.URLMPHVirtualDocumentResolver
 
urls - Variable in class it.unimi.dsi.mg4j.util.parser.callback.LinkExtractor
Deprecated. The URLs resulting from the parsing process.
usedIndex - Variable in class it.unimi.dsi.mg4j.index.cluster.DocumentalMergedClusterDocumentIterator
The indices corresponding to each underlying document iterator.
usedIndex - Variable in class it.unimi.dsi.mg4j.tool.Combine
An array partially filled with the indices (as offsets in Combine.index) participating to the merge process for the current term.
USEMAP - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Delegates to the underlying scorers.
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.ClarkeCormackScorer
Returns true.
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.ConstantScorer
 
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.CountScorer
 
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.DocumentRankScorer
 
usesIntervals() - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Whether this scorer uses intervals.
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
usesIntervals() - Method in class it.unimi.dsi.mg4j.search.score.VignaScorer
Returns true.
utf8 - Variable in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Whether this front-coded list is UTF-8 encoded.
utf8() - Method in class it.unimi.dsi.mg4j.util.FrontCodedStringList
Deprecated. Returns whether this front-coded string list is storing its strings as UTF-8 encoded bytes.

V

VALIGN - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
value - Variable in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
The current value of this payload, if IntegerPayload.unset is false.
VALUE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.DispatchingDocumentFactory.MetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.DocumentFactory.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.HtmlDocumentFactory.MetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.IdentityDocumentFactory.MetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.PdfDocumentFactory.MetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory.MetadataKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.BitStreamIndex.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.cluster.IndexCluster.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.CompressionFlags.Coding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.CompressionFlags.Component
Returns the enum constant of this type with the specified name.
valueOf(String[], Map<CompressionFlags.Component, CompressionFlags.Coding>) - Static method in class it.unimi.dsi.mg4j.index.CompressionFlags
Returns a flag map corresponding to a given array of strings.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.Index.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.index.Index.UriKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.query.Query.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.query.Query.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.query.SelectedInterval.IntervalType
Returns the enum constant of this type with the specified name.
valueOf(int, int) - Static method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Returns an interval with given extremes.
valueOf(int) - Static method in class it.unimi.dsi.mg4j.search.Interval
Deprecated. Returns a one-point interval.
valueOf(String) - Static method in enum it.unimi.dsi.mg4j.tool.Scan.IndexingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum it.unimi.dsi.mg4j.document.DispatchingDocumentFactory.MetadataKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.document.DocumentFactory.FieldType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.document.HtmlDocumentFactory.MetadataKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.document.IdentityDocumentFactory.MetadataKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.document.PdfDocumentFactory.MetadataKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.document.PropertyBasedDocumentFactory.MetadataKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.BitStreamIndex.PropertyKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.cluster.IndexCluster.PropertyKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.CompressionFlags.Coding
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.CompressionFlags.Component
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.Index.PropertyKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.index.Index.UriKeys
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.query.Query.Command
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.query.Query.OutputType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.query.SelectedInterval.IntervalType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum it.unimi.dsi.mg4j.tool.Scan.IndexingType
Returns an array containing the constants of this enum type, in the order they're declared.
VALUETYPE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
VAR - Static variable in class it.unimi.dsi.mg4j.util.parser.Element
Deprecated.  
Verifier - Class in it.unimi.dsi.mg4j.test
Verifies that an index matches a collection.
VERSION - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
VignaScorer - Class in it.unimi.dsi.mg4j.search.score
Computes the Vigna score of all interval iterators of a document.
VignaScorer() - Constructor for class it.unimi.dsi.mg4j.search.score.VignaScorer
 
virtualDocumentGap - Variable in class it.unimi.dsi.mg4j.tool.Scan
The width of the artificial gap introduced between virtual-document fragments.
virtualDocumentGaps - Variable in class it.unimi.dsi.mg4j.tool.IndexBuilder
A map from field indices to virtual gaps.
virtualDocumentResolver(int, VirtualDocumentResolver) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Adds a virtual document resolver to IndexBuilder.virtualDocumentResolvers.
VirtualDocumentResolver - Interface in it.unimi.dsi.mg4j.tool
A resolver for virtual documents.
virtualDocumentResolvers - Variable in class it.unimi.dsi.mg4j.tool.IndexBuilder
A map from field indices to a corresponding VirtualDocumentResolver.
virtualField(ObjectList<Scan.VirtualDocumentFragment>) - Method in class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Adds a virtual field.
visit(Term) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visit(Prefix) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visit(Range) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visit(Term) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visit(Prefix) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visit(Range) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visit(Term) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Term.
visit(Prefix) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Prefix.
visit(Range) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Range.
visit(Term) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visit(Prefix) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visit(Range) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visit(IndexIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.CounterCollectionVisitor
 
visit(IndexIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.CounterSetupVisitor
 
visit(IndexIterator) - Method in interface it.unimi.dsi.mg4j.search.visitor.DocumentIteratorVisitor
Visits a leaf.
visit(IndexIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.TermCollectionVisitor
 
visitPost(And, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Consecutive, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(LowPass, Query) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Not, Query) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Or, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(OrderedAnd, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Align, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Difference, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(MultiTerm, Query[]) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(Select, Query) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPost(And, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Consecutive, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(LowPass, Set<String>) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Not, Set<String>) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Or, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(OrderedAnd, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Align, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(MultiTerm, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Select, Set<String>) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(Difference, Set<String>[]) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPost(And, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an And node after recursing into the corresponding subtree.
visitPost(Consecutive, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Consecutive node after recursing into the corresponding subtree.
visitPost(LowPass, T) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a LowPass node after recursing into the corresponding subtree.
visitPost(Not, T) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Not node after recursing into the corresponding subtree.
visitPost(Or, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Or node after recursing into the corresponding subtree.
visitPost(OrderedAnd, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an OrderedAnd node after recursing into the corresponding subtree.
visitPost(Align, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Align node after recursing into the corresponding subtree.
visitPost(Difference, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Difference node after recursing into the corresponding subtree.
visitPost(MultiTerm, T[]) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a MultiTerm node after recursing into the corresponding subtree.
visitPost(Select, T) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Select node after recursing into the corresponding subtree.
visitPost(And, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Consecutive, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(LowPass, DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Not, DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Or, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(OrderedAnd, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Align, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Difference, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(MultiTerm, DocumentIterator[]) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(Select, DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPost(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.AbstractDocumentIteratorVisitor
 
visitPost(DocumentIterator) - Method in interface it.unimi.dsi.mg4j.search.visitor.DocumentIteratorVisitor
Visits an internal node after recursing into the corresponding subtree.
visitPre(And) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Consecutive) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(LowPass) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Not) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Or) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(OrderedAnd) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Align) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(MultiTerm) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Select) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(Difference) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractQueryBuilderVisitor
 
visitPre(And) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Consecutive) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(LowPass) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Not) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Or) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(OrderedAnd) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Align) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Difference) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(MultiTerm) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(Select) - Method in class it.unimi.dsi.mg4j.query.nodes.AbstractTermExpander.ExpanderVisitor
 
visitPre(And) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Consecutive) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(LowPass) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Not) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Or) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(OrderedAnd) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Align) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(MultiTerm) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Select) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(Difference) - Method in class it.unimi.dsi.mg4j.query.nodes.CheckForSelectQueryVisitor
 
visitPre(And) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an And node before recursing into the corresponding subtree.
visitPre(Consecutive) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Consecutive node before recursing into the corresponding subtree.
visitPre(LowPass) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a LowPass node before recursing into the corresponding subtree.
visitPre(Not) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Not node before recursing into the corresponding subtree.
visitPre(Or) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Or node before recursing into the corresponding subtree.
visitPre(OrderedAnd) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an OrderedAnd node before recursing into the corresponding subtree.
visitPre(Align) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Align node before recursing into the corresponding subtree.
visitPre(Difference) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits an Difference node before recursing into the corresponding subtree.
visitPre(MultiTerm) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a MultiTerm node before recursing into the corresponding subtree.
visitPre(Select) - Method in interface it.unimi.dsi.mg4j.query.nodes.QueryBuilderVisitor
Visits a Select node before recursing into the corresponding subtree.
visitPre(Select) - Method in class it.unimi.dsi.mg4j.search.DocumentIteratorBuilderVisitor
 
visitPre(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.visitor.AbstractDocumentIteratorVisitor
 
visitPre(DocumentIterator) - Method in interface it.unimi.dsi.mg4j.search.visitor.DocumentIteratorVisitor
Visits an internal node before recursing into the corresponding subtree.
VLINK - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
VSPACE - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  

W

weight - Variable in class it.unimi.dsi.mg4j.search.score.LinearAggregator
The weights of each scorer.
weight0 - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Vector of weights to compute the first intermediate hash function.
weight1 - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Vector of weights to compute the second intermediate hash function.
weight2 - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Vector of weights to compute the third intermediate hash function.
WEIGHT_UNKNOWN - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. A special value denoting that the weight length is unknown, and should be computed using the maximum length of a term.
WEIGHT_UNKNOWN_SORTED_TERMS - Static variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. A special value denoting that the weight length is unknown, and should be computed assuming that the terms appear in lexicographic order.
weightLength - Variable in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. The length of the components of the weight vectors (it's faster than asking the length of the vectors).
weightLength() - Method in class it.unimi.dsi.mg4j.util.MinimalPerfectHash
Deprecated. Returns the length of the weight vectors.
WellFormedXmlFactory - Class in it.unimi.dsi.mg4j.util.parser
Deprecated. Moved to dsiutils.
WellFormedXmlFactory() - Constructor for class it.unimi.dsi.mg4j.util.parser.WellFormedXmlFactory
Deprecated.  
where - Variable in class it.unimi.dsi.mg4j.document.JdbcDocumentCollection
The WHERE part of the query generating the collection (without the WHERE keyword), or null.
WIDTH - Static variable in class it.unimi.dsi.mg4j.util.parser.Attribute
Deprecated.  
WikipediaDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection corresponding to a given set of files in the Yahoo! Wikipedia format.
WikipediaDocumentCollection(String[], DocumentFactory, boolean) - Constructor for class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
Builds a document collection corresponding to a given set of Wikipedia files specified as an array.
WikipediaDocumentCollection(String[], DocumentFactory, boolean, boolean) - Constructor for class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
Builds a document collection corresponding to a given set of (possibly gzip'd) Wikipedia files specified as an array.
WikipediaDocumentCollection(String[], DocumentFactory, ObjectArrayList<EliasFanoMonotoneLongBigList>, int, int[], boolean, boolean) - Constructor for class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection
 
WikipediaDocumentCollection.WhitespaceWordReader - Class in it.unimi.dsi.mg4j.document
 
WikipediaDocumentCollection.WhitespaceWordReader() - Constructor for class it.unimi.dsi.mg4j.document.WikipediaDocumentCollection.WhitespaceWordReader
 
WORD - Static variable in interface it.unimi.dsi.mg4j.query.parser.SimpleParserConstants
 
word - Variable in class it.unimi.dsi.mg4j.util.ImmutableBinaryTrie.Node
Deprecated. If nonnegative, this node represent the word-th word.
wordReader(int) - Method in class it.unimi.dsi.mg4j.document.CompositeDocumentFactory.CompositeDocument
 
wordReader(int) - Method in interface it.unimi.dsi.mg4j.document.Document
Returns a word reader for the given DocumentFactory.FieldType.TEXT field.
wordReader(int) - Method in class it.unimi.dsi.mg4j.document.HtmlDocumentFactory.HtmlDocument
 
wordReader(int) - Method in class it.unimi.dsi.mg4j.document.ReplicatedDocumentFactory.ReplicatedDocument
 
WordReader - Interface in it.unimi.dsi.mg4j.io
Deprecated. Moved to dsiutils.
wouldEnqueue(int, double) - Method in class it.unimi.dsi.mg4j.search.score.ScoredDocumentBoundedSizeQueue
Checks whether a document with given score would be enqueued.
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.AbstractAggregator
Delegates to the underlying scorers, possibly wrapping the argument in a CachingDocumentIterator; then, if AbstractAggregator.samples is nonzero computes that many document scores and invokes AbstractAggregator.setupEqualizationFactors().
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.AbstractIndexScorer
Wraps the given document iterator.
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.AbstractScorer
Wraps the given document iterator.
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.AbstractWeightedScorer
Wraps the given document iterator.
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.BM25Scorer
 
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.CountScorer
 
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.DecreasingDocumentRankScorer
 
wrap(DocumentIterator) - Method in interface it.unimi.dsi.mg4j.search.score.Scorer
Wraps a document iterator and prepares the internal state of this scorer to work with it.
wrap(DocumentIterator) - Method in class it.unimi.dsi.mg4j.search.score.TfIdfScorer
 
wrap(char[]) - Static method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Wraps a given character array in a compact mutable string.
wrap(char[], int) - Static method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Wraps a given character array for a given length in a loose mutable string.
wrapping - Variable in class it.unimi.dsi.mg4j.io.InputBitStream
Deprecated. True if we are wrapping an array.
wrapping - Variable in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. True if we are wrapping an array.
write(OutputBitStream) - Method in class it.unimi.dsi.mg4j.index.payload.DatePayload
 
write(OutputBitStream) - Method in class it.unimi.dsi.mg4j.index.payload.IntegerPayload
 
write(OutputBitStream) - Method in interface it.unimi.dsi.mg4j.index.payload.Payload
Serialises the current value of this payload to the given output bit stream.
write(byte[], long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
write(int) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated.  
write(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.FastByteArrayOutputStream
Deprecated.  
write(OutputBitStream, int[], int, int, int, int) - Static method in class it.unimi.dsi.mg4j.io.InterpolativeCoding
Writes to a bit stream a increasing sequence of integers using interpolative coding.
write(int) - Method in class it.unimi.dsi.mg4j.io.NullOutputStream
Deprecated.  
write(byte[], int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. As of MG4J 1.2, replaced by OutputBitStream.write(byte[], long).
write(byte[], int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. As of MG4J 1.2, replaced by OutputBitStream.write(byte[], long, long).
write(byte[], long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a sequence of bits.
write(byte[], long, long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a sequence of bits, starting from a given offset.
write(BooleanIterator) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a sequence of bits emitted by a boolean iterator.
write(Writer) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Writes this mutable string to a Writer.
writeBit(boolean) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeBit(int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeBit(boolean) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a bit.
writeBit(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a bit.
writeByteOffset(byte[], int, long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a sequence of bits, starting from a given byte offset.
writeData() - Method in class it.unimi.dsi.mg4j.tool.Scan.PayloadAccumulator
Writes in compressed form the data currently accumulated.
writeDelta(int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeDelta(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in δ coding.
writeDocumentPointer(OutputBitStream, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writeDocumentPointer(OutputBitStream, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writeDocumentPointer(OutputBitStream, int) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes a document pointer.
writeDocumentPointer(OutputBitStream, int) - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
writeDocumentPositions(OutputBitStream, int[], int, int, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writeDocumentPositions(OutputBitStream, int[], int, int, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writeDocumentPositions(OutputBitStream, int[], int, int, int) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes the positions of the occurrences of the current term in the current document to the given OutputBitStream.
writeFrequency(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writeFrequency(int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writeFrequency(int) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes the frequency.
writeFrequency(int) - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
writeGamma(int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeGamma(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in γ coding.
writeGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeGolomb(int, int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in Golomb coding.
writeGolomb(int, int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in Golomb coding.
writeInt(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeInt(int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a fixed number of bits from an integer.
writeLong(long, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLong(long, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a fixed number of bits from a long.
writeLongDelta(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongDelta(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in δ coding.
writeLongGamma(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongGamma(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in γ coding.
writeLongGolomb(long, long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongGolomb(long, long, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongGolomb(long, long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in Golomb coding.
writeLongGolomb(long, long, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in Golomb coding.
writeLongMinimalBinary(long, long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongMinimalBinary(long, long, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongMinimalBinary(long, long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in a limited range using a minimal binary coding.
writeLongMinimalBinary(long, long, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in a limited range using a minimal binary coding.
writeLongNibble(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongNibble(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in variable-length nibble coding.
writeLongShiftedGamma(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in shifted γ coding.
writeLongSkewedGolomb(long, long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongSkewedGolomb(long, long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in skewed Golomb coding.
writeLongUnary(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongUnary(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in unary coding.
writeLongZeta(long, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeLongZeta(long, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a long natural number in ζ coding.
writeMinimalBinary(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeMinimalBinary(int, int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeMinimalBinary(int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in a limited range using a minimal binary coding.
writeMinimalBinary(int, int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in a limited range using a minimal binary coding.
writeNibble(int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeNibble(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in variable-length nibble coding.
writePayload(OutputBitStream, Payload) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writePayload(OutputBitStream, Payload) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writePayload(OutputBitStream, Payload) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes the payload for the current document.
writePositionCount(OutputBitStream, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writePositionCount(OutputBitStream, int) - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writePositionCount(OutputBitStream, int) - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Writes the count of the occurrences of the current term in the current document to the given OutputBitStream.
writeSelfDelimUTF8(DataOutput) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Writes this mutable string to a DataOutput as a length followed by a UTF-8 encoding.
writeSelfDelimUTF8(OutputStream) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Writes this mutable string to an OutputStream as a length followed by a UTF-8 encoding.
writeShiftedGamma(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in shifted γ coding.
writeSkewedGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeSkewedGolomb(int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in skewed Golomb coding.
writeUnary(int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeUnary(int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in unary coding.
writeUTF8(DataOutput) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Writes this mutable string in UTF-8 encoding.
writeUTF8(OutputStream) - Method in class it.unimi.dsi.mg4j.util.MutableString
Deprecated. Writes this mutable string in UTF-8 encoding.
writeZeta(int, int) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writeZeta(int, int) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Writes a natural number in ζ coding.
writtenBits() - Method in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
 
writtenBits() - Method in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
 
writtenBits() - Method in interface it.unimi.dsi.mg4j.index.IndexWriter
Returns the overall number of bits written onto the underlying stream(s).
writtenBits() - Method in class it.unimi.dsi.mg4j.index.SkipBitStreamIndexWriter
 
writtenBits() - Method in class it.unimi.dsi.mg4j.io.ByteArrayPostingList
Returns the number of bits written by this posting list.
writtenBits() - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writtenBits(long) - Method in class it.unimi.dsi.mg4j.io.DebugOutputBitStream
Deprecated.  
writtenBits() - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Returns the number of bits written to this bit stream.
writtenBits(long) - Method in class it.unimi.dsi.mg4j.io.OutputBitStream
Deprecated. Sets the number of bits written to this bit stream.
writtenDocuments - Variable in class it.unimi.dsi.mg4j.index.BitStreamHPIndexWriter
The number of document records already written for the current inverted list.
writtenDocuments - Variable in class it.unimi.dsi.mg4j.index.BitStreamIndexWriter
The number of document records already written for the current inverted list.

Z

zipCollectionBasename(String) - Method in class it.unimi.dsi.mg4j.tool.IndexBuilder
Sets the name of a zipped collection that will be created during the indexing process (default: null).
ZipDocumentCollection - Class in it.unimi.dsi.mg4j.document
A DocumentCollection produced from a document sequence using ZipDocumentCollectionBuilder.
ZipDocumentCollection(String, DocumentFactory, int, boolean) - Constructor for class it.unimi.dsi.mg4j.document.ZipDocumentCollection
Constructs a document collection (for reading) corresponding to a given zip collection file.
ZipDocumentCollection.ZipFactory - Class in it.unimi.dsi.mg4j.document
A factory tightly coupled to a ZipDocumentCollection.
ZipDocumentCollection.ZipFactory(boolean, DocumentFactory) - Constructor for class it.unimi.dsi.mg4j.document.ZipDocumentCollection.ZipFactory
 
ZipDocumentCollectionBuilder - Class in it.unimi.dsi.mg4j.document
A builder to create ZipDocumentCollections.
ZipDocumentCollectionBuilder(String, DocumentFactory, boolean, ProgressLogger) - Constructor for class it.unimi.dsi.mg4j.document.ZipDocumentCollectionBuilder
Creates a new zipped collection builder.

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