Uses of Class
com.atlassian.jira.issue.index.IndexException

Packages that use IndexException
com.atlassian.jira.imports.project   
com.atlassian.jira.issue.index   
com.atlassian.jira.project.version   
com.atlassian.jira.sharing.index   
com.atlassian.jira.util   
com.atlassian.jira.util.index   
 

Uses of IndexException in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that throw IndexException
 void ProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, User importAuthor)
          This will perform the project import based on the mappings provided.
 void DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, User importAuthor)
           
 void ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
          Re-indexes all the new Issues that have just been created in this Project Import.
 void DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
           
 

Uses of IndexException in com.atlassian.jira.issue.index
 

Methods in com.atlassian.jira.issue.index that throw IndexException
 void IssueIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue)
          Remove an issue from the search index.
 void DefaultIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 long DefaultIndexManager.optimize()
           
 long BulkOnlyIndexManager.optimize()
           
 void IssueIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue)
          Reindex an issue (eg.
 void DefaultIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issueGV)
           
 void BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity)
           
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void DefaultIndexManager.reIndex(Issue issue)
           
 void BulkOnlyIndexManager.reIndex(Issue entity)
           
 long IssueIndexManager.reIndexAll()
          Reindex all issues.
 long DefaultIndexManager.reIndexAll()
           
 long BulkOnlyIndexManager.reIndexAll()
           
 long BulkOnlyIndexManager.reIndexAll(com.atlassian.johnson.event.Event event)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long BulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long IssueIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
          Reindex a set of issues (GenericValues).
 long DefaultIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
           
 long BulkOnlyIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues)
           
 long IssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context)
          Reindex a list of issues, passing an optional event that will be set progress
 long DefaultIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context)
           
 long BulkOnlyIndexManager.reIndexIssues(IssuesIterable issuesIterable, com.atlassian.johnson.event.Event event)
           
 

Uses of IndexException in com.atlassian.jira.project.version
 

Methods in com.atlassian.jira.project.version that throw IndexException
 void VersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion)
          Swaps the list of issues supplied from one version to another.
 void DefaultVersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion)
           
 

Uses of IndexException in com.atlassian.jira.sharing.index
 

Methods in com.atlassian.jira.sharing.index that throw IndexException
 long DefaultSharedEntityIndexManager.optimize()
           
 long DefaultSharedEntityIndexManager.reIndexAll()
           
 

Uses of IndexException in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that throw IndexException
 void MantisImportBean.doImport(MantisImportBean.MappingBean mappingBean, DatabaseConnectionBean connectionBean, boolean enableNotifications, boolean reuseExistingUsers, boolean addToDevelopersGroup, boolean reindex, String[] projectNames, User importer)
          Main method of this bean.
 void CustomMantisImportBean.doImport(MantisImportBean.MappingBean mappingBean, DatabaseConnectionBean connectionBean, boolean enableNotifications, boolean reuseExistingUsers, boolean addToDevelopersGroup, boolean reindex, String[] projectNames, User importer)
           
static org.apache.lucene.index.IndexReader LuceneUtils.getIndexReader(String path)
           
static org.apache.lucene.index.IndexWriter LuceneUtils.getIndexWriter(String path, boolean create, org.apache.lucene.analysis.Analyzer analyzer)
           
 

Uses of IndexException in com.atlassian.jira.util.index
 

Methods in com.atlassian.jira.util.index that throw IndexException
 long IndexLifecycleManager.optimize()
          Optimize the underlying indexes.
 long IndexLifecycleManager.Composite.optimize()
           
 long IndexLifecycleManager.reIndexAll(Context context)
          Reindex everything.
 long IndexLifecycleManager.Composite.reIndexAll(Context context)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.