| Package | Description |
|---|---|
| org.apache.solr.client.solrj.io.ops |
Operations for the Streaming Aggregation API
|
| org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndOperation |
class |
EqualsOperation |
class |
GreaterThanEqualToOperation |
class |
GreaterThanOperation |
class |
LeafOperation |
class |
LessThanEqualToOperation |
class |
LessThanOperation |
class |
NotOperation |
class |
OrOperation |
| Modifier and Type | Field and Description |
|---|---|
protected BooleanOperation |
AndOperation.leftOperand |
protected BooleanOperation |
NotOperation.operand |
protected BooleanOperation |
AndOperation.rightOperand |
| Constructor and Description |
|---|
AndOperation(BooleanOperation leftOperand,
BooleanOperation rightOperand) |
NotOperation(BooleanOperation operand) |
OrOperation(BooleanOperation leftOperand,
BooleanOperation rightOperand) |
| Constructor and Description |
|---|
HavingStream(TupleStream stream,
BooleanOperation op) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.