public class SourceLineExpression extends LineCollectorExpression<org.apache.lucene.util.BytesRef>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLUMN_NAME |
Constructor and Description |
---|
SourceLineExpression() |
Modifier and Type | Method and Description |
---|---|
void |
startCollect(LineContext context) |
org.apache.lucene.util.BytesRef |
value() |
public org.apache.lucene.util.BytesRef value()
public void startCollect(LineContext context)
startCollect
in class LineCollectorExpression<org.apache.lucene.util.BytesRef>