Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchInputDocument
-
-
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchInputDocument Modifier and Type Method Description SearchInputDocumentSearchEngine. createInputDocument()Create a SearchInputDocument that can be populated and added to the index.Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine with parameters of type SearchInputDocument Modifier and Type Method Description voidSearchEngine. add(SearchInputDocument... docs)Add documents to the search index.Method parameters in edu.cornell.mannlib.vitro.webapp.modules.searchEngine with type arguments of type SearchInputDocument Modifier and Type Method Description voidSearchEngine. add(Collection<SearchInputDocument> docs)Add documents to the search index. -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.searchengine that return SearchInputDocument Modifier and Type Method Description SearchInputDocumentInstrumentedSearchEngineWrapper. createInputDocument()Methods in edu.cornell.mannlib.vitro.webapp.searchengine with parameters of type SearchInputDocument Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. add(SearchInputDocument... docs)static SearchEngineLoggerSearchEngineLogger. doAdd(SearchInputDocument[] docs)Method parameters in edu.cornell.mannlib.vitro.webapp.searchengine with type arguments of type SearchInputDocument Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. add(Collection<SearchInputDocument> docs)static SearchEngineLoggerSearchEngineLogger. doAdd(Collection<SearchInputDocument> docs) -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.searchengine.base
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.base that implement SearchInputDocument Modifier and Type Class Description classBaseSearchInputDocumentA foundation class for implementing SearchInputDocument. -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch that return SearchInputDocument Modifier and Type Method Description SearchInputDocumentElasticSearchEngine. createInputDocument()Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with parameters of type SearchInputDocument Modifier and Type Method Description voidElasticSearchEngine. add(SearchInputDocument... docs)Method parameters in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with type arguments of type SearchInputDocument Modifier and Type Method Description voidElasticSearchEngine. add(Collection<SearchInputDocument> docs)voidESAdder. add(Collection<SearchInputDocument> docs) -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr that return SearchInputDocument Modifier and Type Method Description SearchInputDocumentSolrSearchEngine. createInputDocument()Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr with parameters of type SearchInputDocument Modifier and Type Method Description voidSolrSearchEngine. add(SearchInputDocument... docs)Method parameters in edu.cornell.mannlib.vitro.webapp.searchengine.solr with type arguments of type SearchInputDocument Modifier and Type Method Description voidSolrSearchEngine. add(Collection<SearchInputDocument> docs) -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding with parameters of type SearchInputDocument Modifier and Type Method Description protected voidThumbnailImageURL. addThumbnailExistence(Individual ind, SearchInputDocument doc)Adds if the individual has a thumbnail image or not.voidDocumentModifier. modifyDocument(Individual individual, SearchInputDocument doc)Use the rules contained within this class to modify this search document, according to the characteristics of this individual.voidDocumentModifierList. modifyDocument(Individual ind, SearchInputDocument doc)Exercise the list of modifiers, making changes to this document based on this individual.voidDocumentModifierListBasic. modifyDocument(Individual ind, SearchInputDocument doc)voidDocumentModifierListDeveloper. modifyDocument(Individual ind, SearchInputDocument doc)Each time a modifier is run, accumulate the timings for it.voidFieldBooster. modifyDocument(Individual individual, SearchInputDocument doc)voidSelectQueryDocumentModifier. modifyDocument(Individual ind, SearchInputDocument doc)voidSelectQueryI18nDocumentModifier. modifyDocument(Individual ind, SearchInputDocument doc)voidThumbnailImageURL. modifyDocument(Individual individual, SearchInputDocument doc) -
Uses of SearchInputDocument in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchInputDocument Modifier and Type Method Description static StringFormatter. format(SearchInputDocument doc)static StringFormatter. getValueFromField(SearchInputDocument doc, String fieldName)
-