|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.nist.nlpir.irf.proxy.VirtualProxy
|
+--gov.nist.nlpir.irf.index.ProxyIndex
This class represents a proxy for Index objects
Index, 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 | |
ProxyIndex()
|
|
| Method Summary | |
boolean |
addIndexingFeatures(java.util.Vector indexingFeatures,
Indexer anIndexer)
Add indexing features. |
boolean |
checkIndexer(Indexer anIndexer)
Verifies that the same indexer is applied consistantly. |
void |
clear()
Clears the index and its features. |
PersistenceBroker |
createBroker()
Create a broker for this proxy object and remember it |
java.util.Enumeration |
getFeatures()
|
java.lang.String |
getName()
Gets the index name. |
java.util.Enumeration |
getSources()
|
void |
makePersistent()
Makes the real object persistent. |
void |
present()
Presents the status of the index and its features. |
void |
presentStatistics()
Presents the status of the index and its feature statistics. |
java.util.Vector |
retrieve(QueryModalityUnit qm,
java.util.Vector setIF)
Executes a search and retrieves documents. |
void |
showStatistics(int depth,
int maxLengthIf3)
statistics about the index. |
java.lang.String |
toString()
Gives a String Representation of the Index. |
void |
update()
Updates the index and its features. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ProxyIndex()
| Method Detail |
public java.lang.String getName()
public void update()
public void clear()
public java.util.Vector retrieve(QueryModalityUnit qm,
java.util.Vector setIF)
qm - Query Modality UnitsetIF - Vector of Vectors of indexing featurespublic void present()
public void presentStatistics()
public java.lang.String toString()
public boolean checkIndexer(Indexer anIndexer)
an_Indexer - an indexer
public boolean addIndexingFeatures(java.util.Vector indexingFeatures,
Indexer anIndexer)
indexingFeatures - Vector of indexing features.anIndexer - an indexer.
public void showStatistics(int depth,
int maxLengthIf3)
depth - Depth of the statistics in the intern index.maxLengthIf3 - Maximum number of characters printed.PersistentDualKeyContainer.showStatistics(int, int)public PersistenceBroker createBroker()
public java.util.Enumeration getSources()
Index.getSources()public java.util.Enumeration getFeatures()
Index.getFeatures()public void makePersistent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||