com.atlassian.jira.issue.index.indexers.impl
Class ProgressIndexer

java.lang.Object
  extended by com.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
      extended by com.atlassian.jira.issue.index.indexers.impl.ProgressIndexer
All Implemented Interfaces:
FieldIndexer

public class ProgressIndexer
extends BaseFieldIndexer

This class indexes issue's progress (based on time spent and remaining).

Since:
v3.11

Field Summary
 
Fields inherited from class com.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
NO_VALUE_INDEX_VALUE
 
Constructor Summary
ProgressIndexer()
           
 
Method Summary
 void addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 
Methods inherited from class com.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
compareTo, equals, getId, getValueForSorting, hashCode, indexDateField, indexDependentEntities, indexKeyword, indexKeywordWithDefault, indexKeywordWithDefault, indexLongAsKeyword, indexText, indexTextForSorting
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressIndexer

public ProgressIndexer()
Method Detail

addIndex

public void addIndex(org.apache.lucene.document.Document doc,
                     Issue issue)


Copyright © 2002-2008 Atlassian. All Rights Reserved.