Uses of Class
org.terrier.structures.PropertiesIndex
-
Packages that use PropertiesIndex Package Description org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. -
-
Uses of PropertiesIndex in org.terrier.structures
Subclasses of PropertiesIndex in org.terrier.structures Modifier and Type Class Description class
IndexOnDisk
The replacement for what was Index in earlier Terrier versions.Methods in org.terrier.structures with parameters of type PropertiesIndex Modifier and Type Method Description static java.lang.String[]
IndexUtil. getStructures(PropertiesIndex index)
Returns a list of the structures in the given index -
Uses of PropertiesIndex in org.terrier.structures.indexing
Methods in org.terrier.structures.indexing with parameters of type PropertiesIndex Modifier and Type Method Description void
CompressionFactory.CompressionConfiguration. writeIndexProperties(PropertiesIndex index, java.lang.String pointerSourceStream)
Update the index's properties for this structureConstructors in org.terrier.structures.indexing with parameters of type PropertiesIndex Constructor Description BasicLexiconCollectionStaticticsCounter(PropertiesIndex _index)
constructorBasicLexiconCollectionStaticticsCounter(PropertiesIndex _index, java.lang.String subset_name)
constructor
-