public class DocCollectorExpression extends LuceneCollectorExpression<java.util.Map<java.lang.String,java.lang.Object>> implements ColumnReferenceExpression
Modifier and Type | Class and Description |
---|---|
static class |
DocCollectorExpression.ChildDocCollectorExpression<ReturnType> |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLUMN_NAME |
Constructor and Description |
---|
DocCollectorExpression() |
Modifier and Type | Method and Description |
---|---|
static LuceneCollectorExpression<?> |
create(ReferenceInfo referenceInfo) |
void |
startCollect(CollectorContext context) |
java.util.Map<java.lang.String,java.lang.Object> |
value() |
setNextDocId, setNextReader, setScorer
public void startCollect(CollectorContext context)
startCollect
in class LuceneCollectorExpression<java.util.Map<java.lang.String,java.lang.Object>>
public java.util.Map<java.lang.String,java.lang.Object> value()
public static LuceneCollectorExpression<?> create(ReferenceInfo referenceInfo)