Deprecated Methods |
org.dlese.dpc.vocab.MetadataVocab.findVocabNode(String, String, String)
As of MetadataUI v1.0, replaced by
getVocabNode() |
org.dlese.dpc.index.ResultDoc.getComparatorField(String)
Sorting should now be done by supplying a Sort object at
search time. Sorting on returned ResultDocs is less efficient and may cause OutOfMemory errors on large
result sets. |
org.dlese.dpc.index.reader.DleseAnnoDocReader.getDate()
As of annotation framework v1.0, this field no longer exists. |
org.dlese.dpc.index.reader.DleseAnnoDocReader.getDateDate()
As of annotation framework v1.0, this field no longer exists. |
org.dlese.dpc.vocab.MetadataVocab.getFieldSystemId(String)
As of MetadataUI v1.0, replaced by
getTranslatedField() |
org.dlese.dpc.vocab.MetadataVocab.getFieldValueSystemId(String, String)
As of MetadataUI v1.0, replaced by
getTranslatedValue() |
org.dlese.dpc.vocab.MetadataVocabOPML.getMetaNameOfId(String, String, String)
As of MetadataUI v1.0, replaced by getTranslatedValue OR
getTranslatedField |
org.dlese.dpc.vocab.MetadataVocab.getMetaNameOfId(String, String, String)
As of MetadataUI v1.0, replaced by
getTranslatedValue() |
org.dlese.dpc.repository.RepositoryManager.getStemmingBoostFactor()
As of 12/2004, stemming behavior is controlled by properties set in the RepositoryManager
config. |
org.dlese.dpc.repository.RepositoryManager.getTitleBoostFactor()
As of 12/2004, boosting behavior is controlled by properties set in the RepositoryManager
config. |
org.dlese.dpc.vocab.MetadataVocab.getUiLabelOf(String, String, String)
As of MetadataUI v1.0, replaced by
getUiValueLabel() |
org.dlese.dpc.vocab.MetadataVocab.getUiLabelOf(String, String, String, boolean)
As of MetadataUI v1.0, replaced by
getUiValueLabel() |
org.dlese.dpc.vocab.MetadataVocab.getUiLabelOfFieldId(String)
As of MetadataUI v1.0, replaced by
getUiFieldLabel() |
org.dlese.dpc.vocab.MetadataVocab.getUiLabelOfSystemIds(String, String, String)
As of MetadataUI v1.0, replaced by
getUiValueLabel() |
org.dlese.dpc.vocab.MetadataVocab.getUiLabelOfSystemIds(String, String, String, boolean)
As of MetadataUI v1.0, replaced by
getUiValueLabel() |
org.dlese.dpc.repository.RepositoryManager.isStemmingEnabled()
As of 12/2004, stemming behavior is controlled by properties set in the RepositoryManager
config. |
org.dlese.dpc.vocab.MetadataVocabInputState.setState(HttpServletRequest, String)
As of MetadataUI v1.0, replaced by setState() |
org.dlese.dpc.repository.RepositoryManager.setStemmingBoostFactor(double)
As of 12/2004, stemming behavior is controlled by properties set in the
RepositoryManager config. |
org.dlese.dpc.repository.RepositoryManager.setStemmingEnabled(boolean)
As of 12/2004, stemming behavior is controlled by properties set in the
RepositoryManager config. |
org.dlese.dpc.repository.RepositoryManager.setTitleBoostFactor(double)
As of 12/2004, boosting behavior is controlled by properties set in the
RepositoryManager config. |
org.dlese.dpc.dds.action.form.VocabForm.setVocabInterface(String)
As of MetadataUI v1.0, replaced by new constructor |