|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.search.HitCollector com.atlassian.bamboo.index.AbstractDocumentHitCollector com.atlassian.bamboo.build.PlanKeyHitCollector
public class PlanKeyHitCollector
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 |
---|
public PlanKeyHitCollector()
Method Detail |
---|
protected void collect(@NotNull org.apache.lucene.document.Document document)
collect
in class AbstractDocumentHitCollector
@NotNull public java.util.Collection<java.lang.String> getPlanKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |