| Package | Description |
|---|---|
| org.finra.herd.service.functional |
| Modifier and Type | Method and Description |
|---|---|
TriConsumer<String,String,Map<String,String>> |
ElasticsearchFunctions.getCreateIndexDocumentsFunction() |
TriConsumer<String,String,Map<String,String>> |
SearchFunctions.getCreateIndexDocumentsFunction()
The create index documents function will take as arguments the index name, document type, and a map of new documents.
|
TriConsumer<String,String,String> |
ElasticsearchFunctions.getCreateIndexFunction() |
TriConsumer<String,String,String> |
SearchFunctions.getCreateIndexFunction()
The create index function will take as arguments the index name, document type, and mapping and will create a new index.
|
TriConsumer<String,String,String> |
ElasticsearchFunctions.getDeleteDocumentByIdFunction() |
TriConsumer<String,String,String> |
SearchFunctions.getDeleteDocumentByIdFunction()
The delete document by id function will delete a document in the index by the document id.
|
TriConsumer<String,String,List<Integer>> |
ElasticsearchFunctions.getDeleteIndexDocumentsFunction() |
TriConsumer<String,String,List<Integer>> |
SearchFunctions.getDeleteIndexDocumentsFunction()
The delete index documents function will delete a list of document in the index by a list of document ids.
|
TriConsumer<String,String,Map<String,String>> |
ElasticsearchFunctions.getUpdateIndexDocumentsFunction() |
TriConsumer<String,String,Map<String,String>> |
SearchFunctions.getUpdateIndexDocumentsFunction()
The update index documents function will take as arguments the index name, document type, and a map of documents to update.
|
Copyright © 2017. All rights reserved.