Serialized Form
Package gov.nist.nlpir.irf.de |
value
double value
- The double this DeDouble represents.
value
int value
- The value represented by this DeInteger.
firstName
java.lang.String firstName
- First name of the person name represented
surname
java.lang.String surname
- Last name of the person name represented
Package gov.nist.nlpir.irf.document |
converterClassName
java.lang.String converterClassName
- The name of the converter used to create the documents
description
java.lang.String description
- A brief description of the collection
docClassName
java.lang.String docClassName
- The name of the class of documents in the collection
documents
java.util.Vector documents
- The documents that make up this collection
indexes
java.util.Dictionary indexes
- The indexes created for this collection
indexingModalities
IndexingModalities indexingModalities
- The indexing modalities that guide indexing of the documents
indexLocation
java.lang.String indexLocation
- Information about the location of indexes for the collection
Must be set by constructor so existence of DocCollection implies
knowledge of index location information.
name
java.lang.String name
- The collection's name
proxyRefsCounted
boolean proxyRefsCounted
- Flag, true if refs to proxy docs and indexes can be added to
the table of in-memory proxies
Package gov.nist.nlpir.irf.feature |
Package gov.nist.nlpir.irf.index |
flagUpToDate
boolean flagUpToDate
- This flag is set when the Index is up-to-date - does not
need for Update to be run.
indexingFeatures
PersistentDualKeyContainer indexingFeatures
- Main part of the IdxIntern.
appliedIndexer
java.lang.String appliedIndexer
- the name of the indexer used to create this index
IFs
IdxIntern IFs
- the index itself
indexName
java.lang.String indexName
- the name of the index
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- readObject is called to restore the state of the hashtable from
a stream. Only the keys and values are serialized since the
hash values may be different when the contents are restored.
Read count elements and insert into the hashtable.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- WriteObject is called to save the state of the hashtable to a stream.
Only the keys and values are serialized since the hash values may be
different when the contents are restored.
iterate over the contents and write out the keys and values.
loadFactor
float loadFactor
- The load factor for the hashtable.
threshold
int threshold
- Rehashes the table when count exceeds this threshold.
Package gov.nist.nlpir.irf.index.braf |
proxyRefsCountedTrue
boolean proxyRefsCountedTrue
- flag indicating refs to proxies must be counted
DB_Directory
java.lang.String DB_Directory
- Directory containing files that comprise the PDKC
poolNameSbV
java.lang.String poolNameSbV
- Name of the pool file for sources-by-value
poolNameVbS
java.lang.String poolNameVbS
- Name of the pool file for values-by-source
sourcesByValue
PersistentIrfHashtable sourcesByValue
- Table of features accessed by document
sourcesNumber
int sourcesNumber
- Size of sourcesByValue
uniqueValuesNumber
int uniqueValuesNumber
- Size of valuesBySource
valuesBySource
PersistentIrfHashtable valuesBySource
- Table of features accessed by feature
valuesNumber
int valuesNumber
- Number of values stored
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The serializable interface method for matrialization.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- The serializable interface method for storage.
blockInitialCapacity
int blockInitialCapacity
- Blocks will be created with this parameter.
blockLoadFactor
float blockLoadFactor
- Blocks will be created with this parameter.
blockSize
int blockSize
- Size of each block computed knowing the number of blocks
and the maximum number of hashcodes susceptible of being coded
(Integer.MAX_VALUE).
count
int count
- Total number of elements stored in the blocks.
filePath
java.lang.String filePath
- The blocks will be stored on disk in files in the directory
fully specified by filePath
filePrefix
java.lang.String filePrefix
- The blocks will be stored on disk in files named filePrefixOO
where OO is a number from 0 to (numberOfBlocks - 1).
numberOfBlocks
int numberOfBlocks
- Total number of blocks composing the hashtable.
numberOfSlots
int numberOfSlots
- Size of the previous array. The more slots, the less swap but
the more memory usage.
Package gov.nist.nlpir.irf.indexer |
Package gov.nist.nlpir.irf.irfman |
converters
java.util.Vector converters
- Names of the used converters if they actually exist.
docColls
java.util.Dictionary docColls
- Available document collections.
handlesByOid
HandlesByOid handlesByOid
- Handles by Oid table
Package gov.nist.nlpir.irf.modality |
modalitylist
java.util.Vector modalitylist
- Vector of IndexingModalityUnits
featureName
java.lang.String featureName
- Name of feature (i.e. document field) to be indexed
index
ProxyIndex index
- Index for this feature, i.e., document field
indexer
Indexer indexer
- An instance of the indexer for this IMU
proxyRefsCounted
boolean proxyRefsCounted
- Flag indicating refs to proxy indexes have been added to the table
of in-memory proxies
Package gov.nist.nlpir.irf.proxy |
value
int value
- Unique component of the Oid, its integer value.
objectIdentifier
Oid objectIdentifier
- Unique identifier for persistent object
Package gov.nist.nlpir.irf.query |
Package gov.nist.nlpir.irfapps.hci |
Package gov.nist.nlpir.irfapps.trec |
Package gov.nist.nlpir.irfapps.trec.cran |
Package gov.nist.nlpir.irfapps.trec.fbis |