Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexer
-
-
Uses of SearchIndexer in edu.cornell.mannlib.vitro.webapp.application
Methods in edu.cornell.mannlib.vitro.webapp.application that return SearchIndexer Modifier and Type Method Description SearchIndexerApplicationImpl. getSearchIndexer()Methods in edu.cornell.mannlib.vitro.webapp.application with parameters of type SearchIndexer Modifier and Type Method Description voidApplicationImpl. setSearchIndexer(SearchIndexer si) -
Uses of SearchIndexer in edu.cornell.mannlib.vitro.webapp.modules
Methods in edu.cornell.mannlib.vitro.webapp.modules that return SearchIndexer Modifier and Type Method Description SearchIndexerApplication. getSearchIndexer() -
Uses of SearchIndexer in edu.cornell.mannlib.vitro.webapp.reasoner
Constructors in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type SearchIndexer Constructor Description ABoxRecomputer(org.apache.jena.ontology.OntModel tboxModel, org.apache.jena.ontology.OntModel aboxModel, RDFService rdfService, SimpleReasoner simpleReasoner, SearchIndexer searchIndexer)SimpleReasoner(org.apache.jena.ontology.OntModel tboxModel, RDFService rdfService, org.apache.jena.rdf.model.Model inferenceModel, org.apache.jena.rdf.model.Model inferenceRebuildModel, org.apache.jena.rdf.model.Model scratchpadModel, SearchIndexer searchIndexer) -
Uses of SearchIndexer in edu.cornell.mannlib.vitro.webapp.search.controller
Methods in edu.cornell.mannlib.vitro.webapp.search.controller with parameters of type SearchIndexer Modifier and Type Method Description protected intUpdateUrisInIndex. doUpdateUris(javax.servlet.http.HttpServletRequest req, SearchIndexer indexer)Web service for update in search index of a list of URIs. -
Uses of SearchIndexer in edu.cornell.mannlib.vitro.webapp.searchindex
Classes in edu.cornell.mannlib.vitro.webapp.searchindex that implement SearchIndexer Modifier and Type Class Description classSearchIndexerImplAn implementation of the SearchIndexer interface.Constructors in edu.cornell.mannlib.vitro.webapp.searchindex with parameters of type SearchIndexer Constructor Description IndexingChangeListener(SearchIndexer searchIndexer)
-