| Modifier and Type | Class and Description |
|---|---|
class |
GradualMergeOp
Operator class used to create a merged ResultSet output from the contents of
multiple ResultSet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionOp
Operator class used to perform partitioning on its input
org.gcube.searchservice.searchlibrary.resultset.ResultSet based on a
specified field and produce a new
org.gcube.searchservice.searchlibrary.resultset.ResultSet output
holding the locators of the produced
org.gcube.searchservice.searchlibrary.resultset.ResultSets, one for
each different value of that field. |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectOp
Operator class used to perform selection operation on its input
org.gcube.searchservice.searchlibrary.resultset.ResultSet and produce
a new org.gcube.searchservice.searchlibrary.resultset.ResultSet
output holding the passing records |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptOp
This class performs applies script transformation on the records that it receives as
input and produces a new set of records as output, each one of them
containing the transformed result
|
class |
TransformOp
This class performs an xslt transformation on the records that it receives as
input and produces a new set of records as output, each one of them
containing the transformed result
|
Copyright © 2017. All Rights Reserved.