Serialized Form


Package gov.nist.nlpir.irf.de

Class gov.nist.nlpir.irf.de.DeDouble implements Serializable

Serialized Fields

value

double value
The double this DeDouble represents.

Class gov.nist.nlpir.irf.de.DeHtml implements Serializable

Class gov.nist.nlpir.irf.de.DeInteger implements Serializable

Serialized Fields

value

int value
The value represented by this DeInteger.

Class gov.nist.nlpir.irf.de.DePersonName implements Serializable

Serialized Fields

firstName

java.lang.String firstName
First name of the person name represented

surname

java.lang.String surname
Last name of the person name represented

Class gov.nist.nlpir.irf.de.ProxyDataElem implements Serializable

Class gov.nist.nlpir.irf.de.ProxyDeDouble implements Serializable

Class gov.nist.nlpir.irf.de.ProxyDeHtml implements Serializable

Class gov.nist.nlpir.irf.de.ProxyDeInteger implements Serializable

Class gov.nist.nlpir.irf.de.ProxyDePersonName implements Serializable

Class gov.nist.nlpir.irf.de.ProxyDeString implements Serializable


Package gov.nist.nlpir.irf.document

Class gov.nist.nlpir.irf.document.DocCollection implements Serializable

Serialized Fields

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

Class gov.nist.nlpir.irf.document.ProxyDocument implements Serializable


Package gov.nist.nlpir.irf.feature

Class gov.nist.nlpir.irf.feature.ProxyIdxFeatWordInString implements Serializable

Class gov.nist.nlpir.irf.feature.ProxyIdxFeatWordInText implements Serializable

Class gov.nist.nlpir.irf.feature.ProxyIndexingFeature implements Serializable


Package gov.nist.nlpir.irf.index

Class gov.nist.nlpir.irf.index.IdfIdxIntern implements Serializable

Class gov.nist.nlpir.irf.index.IdfIndex implements Serializable

Class gov.nist.nlpir.irf.index.IdxIntern implements Serializable

Serialized Fields

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.

Class gov.nist.nlpir.irf.index.Index implements Serializable

Serialized Fields

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

Class gov.nist.nlpir.irf.index.IrfHashtable implements Serializable

Serialization Methods

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.
Serialized Fields

loadFactor

float loadFactor
The load factor for the hashtable.

threshold

int threshold
Rehashes the table when count exceeds this threshold.

Class gov.nist.nlpir.irf.index.KeyWordIdxIntern implements Serializable

Class gov.nist.nlpir.irf.index.KeyWordIndex implements Serializable

Class gov.nist.nlpir.irf.index.ProxyIdfIndex implements Serializable

Class gov.nist.nlpir.irf.index.ProxyIndex implements Serializable

Class gov.nist.nlpir.irf.index.ProxyKeyWordIndex implements Serializable


Package gov.nist.nlpir.irf.index.braf

Class gov.nist.nlpir.irf.index.braf.FeatureList implements Serializable

Serialized Fields

proxyRefsCountedTrue

boolean proxyRefsCountedTrue
flag indicating refs to proxies must be counted

Class gov.nist.nlpir.irf.index.braf.PersistentDualKeyContainer implements Serializable

Serialized Fields

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

Class gov.nist.nlpir.irf.index.braf.PersistentIrfHashtable implements Serializable

Serialization Methods

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.
Serialized Fields

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.

Class gov.nist.nlpir.irf.index.braf.ProxyFeatureList implements Serializable


Package gov.nist.nlpir.irf.indexer

Class gov.nist.nlpir.irf.indexer.Indexer implements Serializable

Class gov.nist.nlpir.irf.indexer.UniversalIndexer implements Serializable


Package gov.nist.nlpir.irf.irfman

Class gov.nist.nlpir.irf.irfman.InfoServer implements Serializable

Serialized Fields

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

Class gov.nist.nlpir.irf.modality.IndexingModalities implements Serializable

Serialized Fields

modalitylist

java.util.Vector modalitylist
Vector of IndexingModalityUnits

Class gov.nist.nlpir.irf.modality.IndexingModalityUnit implements Serializable

Serialized Fields

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

Class gov.nist.nlpir.irf.proxy.AnySizeHandlesByOid implements Serializable

Class gov.nist.nlpir.irf.proxy.HandlesByOid implements Serializable

Class gov.nist.nlpir.irf.proxy.Oid implements Serializable

Serialized Fields

value

int value
Unique component of the Oid, its integer value.

Class gov.nist.nlpir.irf.proxy.OneSizeHandlesByOid implements Serializable

Class gov.nist.nlpir.irf.proxy.VirtualProxy implements Serializable

Serialized Fields

objectIdentifier

Oid objectIdentifier
Unique identifier for persistent object


Package gov.nist.nlpir.irf.query

Class gov.nist.nlpir.irf.query.Combinator implements Serializable

Class gov.nist.nlpir.irf.query.LinearCombinator implements Serializable

Class gov.nist.nlpir.irf.query.StructuredCombinator implements Serializable


Package gov.nist.nlpir.irfapps.hci

Class gov.nist.nlpir.irfapps.hci.ProxyHciDoc implements Serializable


Package gov.nist.nlpir.irfapps.trec

Class gov.nist.nlpir.irfapps.trec.ProxyTrecDocument implements Serializable


Package gov.nist.nlpir.irfapps.trec.cran

Class gov.nist.nlpir.irfapps.trec.cran.ProxyCranfieldDocument implements Serializable


Package gov.nist.nlpir.irfapps.trec.fbis

Class gov.nist.nlpir.irfapps.trec.fbis.ProxyFbisDocument implements Serializable