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

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

public class FieldLongSumCollector
extends SimpleFieldCollector


Field Summary
 
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
FieldLongSumCollector(org.apache.lucene.search.IndexSearcher searcher, java.lang.String fieldName)
           
 
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
 

Constructor Detail

FieldLongSumCollector

public FieldLongSumCollector(org.apache.lucene.search.IndexSearcher searcher,
                             java.lang.String fieldName)
Method Detail

doCollect

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


Copyright © 2007-2014 Atlassian. All Rights Reserved.