com.atlassian.bamboo.author
Class AuthorDocumentCollector

java.lang.Object
  extended by org.apache.lucene.search.Collector
      extended by com.atlassian.bamboo.index.AbstractDocumentHitCollector
          extended by com.atlassian.bamboo.author.AuthorDocumentCollector

public class AuthorDocumentCollector
extends AbstractDocumentHitCollector


Field Summary
 
Fields inherited from class com.atlassian.bamboo.index.AbstractDocumentHitCollector
context, searcher
 
Constructor Summary
AuthorDocumentCollector(BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory, Map<String,ChangeAuthor> authors)
           
 
Method Summary
 boolean acceptsDocsOutOfOrder()
           
protected  void collect(org.apache.lucene.document.Document document)
           
 void collect(int docId)
           
 
Methods inherited from class com.atlassian.bamboo.index.AbstractDocumentHitCollector
getSearcher, setNextReader, setScorer, setSearcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorDocumentCollector

public AuthorDocumentCollector(BuildResultsSummaryDocumentFactory buildResultsSummaryDocumentFactory,
                               Map<String,ChangeAuthor> authors)
Method Detail

collect

public void collect(int docId)
Overrides:
collect in class AbstractDocumentHitCollector

collect

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

acceptsDocsOutOfOrder

public boolean acceptsDocsOutOfOrder()
Specified by:
acceptsDocsOutOfOrder in class org.apache.lucene.search.Collector


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.