|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents the functionality of a Index object.
Index,
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. |
java.util.Enumeration |
getFeatures()
Returns the features for which indexing features have been stored. |
java.lang.String |
getName()
Gets the index name. |
java.util.Enumeration |
getSources()
Returns the sources for which indexing features have been stored. |
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 Representaiton of the Index. |
void |
update()
Updates the index and its features. |
| Method Detail |
public java.lang.String getName()
public java.util.Enumeration getFeatures()
public java.util.Enumeration getSources()
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)
deep - deepness of the statistics in the intern indexmaxLengthIf3 - maximum number of characters printed.PersistentDualKeyContainer.showStatistics(int, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||