public class SearchActions
extends java.lang.Object
Constructor and Description |
---|
SearchActions() |
Modifier and Type | Method and Description |
---|---|
AppendIndexOptions |
appendIndex()
Options for appendIndex: Loads data to an index after the buildIndex action is performed.
|
BuildIndexOptions |
buildIndex()
Options for buildIndex: Creates an empty index using a schema (the first step of Search).
|
DeleteDocumentsOptions |
deleteDocuments()
Options for deleteDocuments: Delete a portion of documents from index.
|
DumpIndexOptions |
dumpIndex()
Options for dumpIndex: Dumps the index from a table.
|
GetSchemaOptions |
getSchema()
Options for getSchema: Gets the schema of an index.
|
SearchAggregateOptions |
searchAggregate()
Options for searchAggregate: Aggregates certain fields in a table that is usually generated by searchIndex.
|
SearchIndexOptions |
searchIndex()
Options for searchIndex: Searches for a query against an index and retrieves records, documents, and tuples that are relevant to that query.
|
ValueCountOptions |
valueCount()
Options for valueCount: value count for multiple fields.
|
public SearchAggregateOptions searchAggregate()
public BuildIndexOptions buildIndex()
public SearchIndexOptions searchIndex()
public ValueCountOptions valueCount()
public GetSchemaOptions getSchema()
public DumpIndexOptions dumpIndex()
public DeleteDocumentsOptions deleteDocuments()
public AppendIndexOptions appendIndex()