com.atlassian.bamboo.build
Class PlanKeyHitCollector

java.lang.Object
  extended by org.apache.lucene.search.HitCollector
      extended by com.atlassian.bamboo.index.AbstractDocumentHitCollector
          extended by com.atlassian.bamboo.build.PlanKeyHitCollector

public class PlanKeyHitCollector
extends AbstractDocumentHitCollector

Hit collector that returns all plan keys (unsorted) from the query


Field Summary
 
Fields inherited from class com.atlassian.bamboo.index.AbstractDocumentHitCollector
searcher
 
Constructor Summary
PlanKeyHitCollector()
           
 
Method Summary
protected  void collect(org.apache.lucene.document.Document document)
           
 java.util.Collection<java.lang.String> getPlanKeys()
           
 
Methods inherited from class com.atlassian.bamboo.index.AbstractDocumentHitCollector
collect, getSearcher, setSearcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanKeyHitCollector

public PlanKeyHitCollector()
Method Detail

collect

protected void collect(@NotNull
                       org.apache.lucene.document.Document document)
Overrides:
collect in class AbstractDocumentHitCollector

getPlanKeys

@NotNull
public java.util.Collection<java.lang.String> getPlanKeys()


Copyright © 2010 Atlassian. All Rights Reserved.