com.atlassian.jira.issue.index
Interface IssueIndexManager

All Known Implementing Classes:
DefaultIndexManager

public interface IssueIndexManager


Method Summary
 void deIndex(org.ofbiz.core.entity.GenericValue entity)
           
 org.apache.lucene.store.Directory getCommentDirectory()
           
 java.lang.String getCommentPath()
           
 org.apache.lucene.store.Directory getIssueDirectory()
           
 java.lang.String getIssuePath()
           
 boolean isBusy()
           
 void reIndex(org.ofbiz.core.entity.GenericValue entity)
           
 long reIndexAll()
           
 

Method Detail

reIndexAll

public long reIndexAll()
                throws IndexException
IndexException

reIndex

public void reIndex(org.ofbiz.core.entity.GenericValue entity)
             throws IndexException
IndexException

deIndex

public void deIndex(org.ofbiz.core.entity.GenericValue entity)
             throws IndexException
IndexException

getIssuePath

public java.lang.String getIssuePath()

getIssueDirectory

public org.apache.lucene.store.Directory getIssueDirectory()

getCommentPath

public java.lang.String getCommentPath()

getCommentDirectory

public org.apache.lucene.store.Directory getCommentDirectory()

isBusy

public boolean isBusy()


Copyright © 2002-2003 Atlassian. All Rights Reserved.