Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifierList
-
-
Uses of DocumentModifierList in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex that return DocumentModifierList Modifier and Type Method Description DocumentModifierListSearchIndexerImpl.IndexerConfig. documentModifierList() -
Uses of DocumentModifierList in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding that implement DocumentModifierList Modifier and Type Class Description classDocumentModifierListBasicThe basic implementation.classDocumentModifierListDeveloperAn implementation that accumulates timing figures for each modifier and writes them to the log. -
Uses of DocumentModifierList in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Constructors in edu.cornell.mannlib.vitro.webapp.searchindex.tasks with parameters of type DocumentModifierList Constructor Description UpdateDocumentWorkUnit(Individual ind, DocumentModifierList modifiers)
-