com.atlassian.jira.issue.statistics.util
Class DocumentHitCollector

java.lang.Object
  extended by org.apache.lucene.search.HitCollector
      extended by com.atlassian.jira.issue.statistics.util.DocumentHitCollector
Direct Known Subclasses:
FieldHitCollector, IssueWriterHitCollector, OneDimensionalDocHitCollector

public abstract class DocumentHitCollector
extends org.apache.lucene.search.HitCollector


Field Summary
protected  org.apache.lucene.search.Searchable searcher
           
 
Constructor Summary
protected DocumentHitCollector(org.apache.lucene.search.Searchable searcher)
           
 
Method Summary
abstract  void collect(org.apache.lucene.document.Document d)
           
 void collect(int i, float v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searcher

protected final org.apache.lucene.search.Searchable searcher
Constructor Detail

DocumentHitCollector

protected DocumentHitCollector(org.apache.lucene.search.Searchable searcher)
Method Detail

collect

public void collect(int i,
                    float v)
Specified by:
collect in class org.apache.lucene.search.HitCollector

collect

public abstract void collect(org.apache.lucene.document.Document d)


Copyright © 2002-2010 Atlassian. All Rights Reserved.