com.pyxis.greenhopper.jira.util.collector
Class IssueKeysCollector

java.lang.Object
  extended by org.apache.lucene.search.Collector
      extended by com.atlassian.jira.issue.statistics.util.DocumentHitCollector
          extended by com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
              extended by com.pyxis.greenhopper.jira.util.collector.IssueKeysCollector

public class IssueKeysCollector
extends SimpleFieldCollector


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
fieldName, value
 
Fields inherited from class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
searcher
 
Constructor Summary
IssueKeysCollector(org.apache.lucene.search.IndexSearcher searcher)
           
 
Method Summary
 void doCollect(org.apache.lucene.document.Document d)
           
 
Methods inherited from class com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
collect, getFieldName, getValue
 
Methods inherited from class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
acceptsDocsOutOfOrder, collect, setNextReader, setScorer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

IssueKeysCollector

public IssueKeysCollector(org.apache.lucene.search.IndexSearcher searcher)
Method Detail

doCollect

public void doCollect(org.apache.lucene.document.Document d)
Specified by:
doCollect in class SimpleFieldCollector


Copyright © 2007-2012 Atlassian. All Rights Reserved.