Uses of Interface
com.atlassian.bonnie.Indexer
-
Packages that use Indexer Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.search com.atlassian.confluence.search.lucene com.atlassian.confluence.spaces.listeners -
-
Uses of Indexer in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type Indexer Modifier and Type Method Description voidHibernateObjectDao. setIndexer(Indexer indexer)Deprecated.since 7.5. -
Uses of Indexer in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type Indexer Modifier and Type Method Description voidFileBackupImporter. setIndexer(Indexer indexer)Deprecated.since 7.5 unused -
Uses of Indexer in com.atlassian.confluence.search
Subinterfaces of Indexer in com.atlassian.confluence.search Modifier and Type Interface Description interfaceChangeIndexerIndexer for changes.interfaceConfluenceIndexerClasses in com.atlassian.confluence.search that implement Indexer Modifier and Type Class Description classQueuingChangeIndexer -
Uses of Indexer in com.atlassian.confluence.search.lucene
Classes in com.atlassian.confluence.search.lucene that implement Indexer Modifier and Type Class Description classQueuingConfluenceIndexer -
Uses of Indexer in com.atlassian.confluence.spaces.listeners
Constructors in com.atlassian.confluence.spaces.listeners with parameters of type Indexer Constructor Description RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, Indexer indexer, I18NBeanFactory i18NBeanFactory)
-