public class OneDimensionalDocHitCollector extends FieldableDocumentHitCollector
| Constructor and Description |
|---|
OneDimensionalDocHitCollector(String luceneGroupField,
Map result,
org.apache.lucene.search.IndexSearcher searcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(org.apache.lucene.document.Document d) |
protected org.apache.lucene.document.FieldSelector |
getFieldSelector()
This method should cache up the FieldSelector, such that overhead will be as small as possible when
this method is called from the
FieldableDocumentHitCollector.collect(int) method. |
acceptsDocsOutOfOrder, collect, setNextReader, setScorerprotected org.apache.lucene.document.FieldSelector getFieldSelector()
FieldableDocumentHitCollectorFieldableDocumentHitCollector.collect(int) method.getFieldSelector in class FieldableDocumentHitCollectorFieldSelectorpublic void collect(org.apache.lucene.document.Document d)
collect in class FieldableDocumentHitCollectorCopyright © 2002-2016 Atlassian. All Rights Reserved.