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
IOException
DocumentNotFoundException
List<String> analyze(String toAnalyze, String index, String analyzer) throws IOException
IOException
List<Messages.IndexingError> bulkIndex(List<IndexingRequest> messageList) throws IOException
IOException
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.