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

java.lang.Object
  extended bycom.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
      extended bycom.atlassian.jira.issue.index.indexers.impl.SummaryIndexer
All Implemented Interfaces:
FieldIndexer

public class SummaryIndexer
extends BaseFieldIndexer


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.index.indexers.impl.BaseFieldIndexer
NO_VALUE_INDEX_VALUE
 
Constructor Summary
SummaryIndexer()
           
 
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, hashCode, indexDateField, indexDependentEntities, indexKeyword, indexKeywordWithDefault, indexKeywordWithDefault, indexLongAsKeyword, indexSubTasks, indexText, indexTextForSorting
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryIndexer

public SummaryIndexer()
Method Detail

addIndex

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


Copyright © 2002-2006 Atlassian. All Rights Reserved.