| Package | Description |
|---|---|
| com.redhat.lightblue.assoc.ep |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchStep
Shared functionality for search steps
|
class |
Assemble
There are two sides to an Assemble step: Assemble gets results from the
source, and for each of those documents, it runs the associated queries on
the destinations, gets the results, and inserts those documents to the
document it got from the source side.
|
class |
Copy
Copies the results from another step
|
class |
Filter
Filters the result set based on a query
|
class |
Join
Given n source steps, returns n-tuples containing the documents from those
steps
Input: Result documents from multiple sources Output: List [ ResultDocument
], each element of the list is a ResultDocument from the corresponding source
|
class |
JoinSearch
Performs searches based on the n-tuple of result documents obtained from the
source steps
Input: JoinTuple Output: ResultDocument
|
class |
Limit<T>
Limits the resultset to at most n
|
class |
Project
Projects the result
|
class |
Retrieve
Performs search for doc retrieval.
|
class |
Search
Performs search
Input: n/a Output: ResultDocument
|
class |
Skip<T>
Skips the first n results in a stream.
|
class |
SortResults
Sorts the result set
|
class |
Unique
Filters the result set to include only unique documents by id
|
| Modifier and Type | Field and Description |
|---|---|
protected Step<ResultDocument> |
ExecutionBlock.resultStep
Result step of this block
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Step<?>> |
ExecutionBlock.steps
All steps of this block
|
| Modifier and Type | Method and Description |
|---|---|
Step<ResultDocument> |
ExecutionBlock.getResultStep()
Returns the result step of this block
|
Step<T> |
Source.getStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionBlock.registerStep(Step<?> step) |
void |
ExecutionBlock.setResultStep(Step<ResultDocument> resultStep)
Sets the result step of this block
|
| Constructor and Description |
|---|
Source(Step<T> step) |
Copyright © 2016. All rights reserved.