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

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.MarkerIssuesCollector

public class MarkerIssuesCollector
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
MarkerIssuesCollector(org.apache.lucene.search.IndexSearcher searcher, Marker marker, boolean above)
           
 
Method Summary
 void doCollect(org.apache.lucene.document.Document d)
           
 java.lang.Object getValue()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.util.collector.SimpleFieldCollector
collect, getFieldName
 
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

MarkerIssuesCollector

public MarkerIssuesCollector(org.apache.lucene.search.IndexSearcher searcher,
                             Marker marker,
                             boolean above)
Method Detail

doCollect

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

getValue

public java.lang.Object getValue()
Overrides:
getValue in class SimpleFieldCollector


Copyright © 2007-2013 Atlassian. All Rights Reserved.