gov.nist.nlpir.irf.index
Class ProxyKeyWordIndex

java.lang.Object
  |
  +--gov.nist.nlpir.irf.proxy.VirtualProxy
        |
        +--gov.nist.nlpir.irf.index.ProxyIndex
              |
              +--gov.nist.nlpir.irf.index.ProxyKeyWordIndex

public class ProxyKeyWordIndex
extends ProxyIndex

Extends the ProxyIndex for KeyWord indexes.

Version:
$Revision: 1.2 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
Serialized Form

Inner classes inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
VirtualProxy.IMP_Entry
 
Fields inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
broker, handles, inMemoryProxiesByOid, iS, objectIdentifier, realObject, serialVersionUID
 
Constructor Summary
ProxyKeyWordIndex()
          Creates a KeyWord Index called "Unnamed Index".
ProxyKeyWordIndex(java.lang.String location, java.lang.String name)
          Creates a KeyWord Index with the supplied name.
 
Methods inherited from class gov.nist.nlpir.irf.index.ProxyIndex
addIndexingFeatures, checkIndexer, clear, createBroker, getFeatures, getName, getSources, makePersistent, present, presentStatistics, retrieve, showStatistics, toString, update
 
Methods inherited from class gov.nist.nlpir.irf.proxy.VirtualProxy
addRefToInMemoryProxiesByOid, deleteRefFromInMemoryProxiesByOid, dematerializeRealObject, dematerializeRealObject, getBroker, getFirstInstance, getInMemoryProxiesByOidBinCount, getInMemoryProxiesByOidSize, getInMemoryProxyCounts, getObjectIdentifier, getPersistenceBroker, getProxyFor, getRealObject, isLightweight, makeLightweight, materializeRealObject, presentInMemoryProxies, readExternal, replaceRealObject, setBroker, setIS, setObjectIdentifier, setRealObject, testInMemoryProxiesByOidTable, writeExternal
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProxyKeyWordIndex

public ProxyKeyWordIndex()
Creates a KeyWord Index called "Unnamed Index".

ProxyKeyWordIndex

public ProxyKeyWordIndex(java.lang.String location,
                         java.lang.String name)
Creates a KeyWord Index with the supplied name.
Parameters:
location - index location information
name - index name.