| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.io.ops |
Operations for the Streaming Aggregation API
|
| org.apache.solr.client.solrj.io.stream.expr |
Expression language for the Streaming Aggregation API
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ReduceOperation |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConcatOperation
Concatenates fields and adds them to the tuple.
|
class |
DistinctOperation |
class |
GroupOperation |
class |
ReplaceOperation
Replaces some tuple value with another.
|
class |
ReplaceWithFieldOperation
Implementation of replace(...., withField=fieldName)
See ReplaceOperation for description.
|
class |
ReplaceWithValueOperation
Implementation of replace(...., withValue="some value")
See ReplaceOperation for description.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamOperation |
StreamFactory.constructOperation(StreamExpression expression) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.