Uses of Class
org.alfresco.repo.search.IndexerException
-
Packages that use IndexerException Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.lucene.index org.alfresco.repo.search.impl.solr -
-
Uses of IndexerException in org.alfresco.repo.search
Methods in org.alfresco.repo.search that throw IndexerException Modifier and Type Method Description IndexerIndexerAndSearcher. getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)Get an indexer for a store -
Uses of IndexerException in org.alfresco.repo.search.impl.lucene
Subclasses of IndexerException in org.alfresco.repo.search.impl.lucene Modifier and Type Class Description classLuceneIndexExceptionExceptions relating to indexing within the lucene implementationMethods in org.alfresco.repo.search.impl.lucene that throw IndexerException Modifier and Type Method Description voidAbstractLuceneIndexerAndSearcherFactory. commit()Commit the transactionvoidLuceneIndexerAndSearcher. commit()LuceneIndexerAbstractLuceneIndexerAndSearcherFactory. getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)Get an indexer for the store to use in the current transaction for this thread of control.intAbstractLuceneIndexerAndSearcherFactory. prepare()Prepare the transaction TODO: Store prepare resultsintLuceneIndexerAndSearcher. prepare() -
Uses of IndexerException in org.alfresco.repo.search.impl.lucene.index
Methods in org.alfresco.repo.search.impl.lucene.index that throw IndexerException Modifier and Type Method Description static IndexInfoIndexInfo. getIndexInfo(java.io.File file, LuceneConfig config)Get the IndexInfo object based in the given directory. -
Uses of IndexerException in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that throw IndexerException Modifier and Type Method Description IndexerSolrIndexerAndSearcherFactory. getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)
-