public interface MessagesAdapter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
analyze(String toAnalyze,
String index,
String analyzer) |
List<Messages.IndexingError> |
bulkIndex(List<IndexingRequest> messageList) |
ResultMessage |
get(String messageId,
String index) |
ResultMessage get(String messageId, String index) throws IOException, DocumentNotFoundException
IOExceptionDocumentNotFoundExceptionList<String> analyze(String toAnalyze, String index, String analyzer) throws IOException
IOExceptionList<Messages.IndexingError> bulkIndex(List<IndexingRequest> messageList) throws IOException
IOExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.