The Wayback Machine - https://web.archive.org/web/20201103103150/https://github.com/topics/anomaly
Skip to content
#

anomaly

Here are 56 public repositories matching this topic...

williewheeler
williewheeler commented Oct 29, 2019

In the following code

    @Override
    public DetectorDocument findByUuid(String uuid) {
        val queryBuilder = QueryBuilders.termQuery("uuid", uuid);
        val searchSourceBuilder = elasticsearchUtil.getSourceBuilder(queryBuilder).size(DEFAULT_ES_RESULTS_SIZE);
        val searchRequest = elasticsearchUtil.getSearchRequest(searchSourceBuilder, DETECTOR_INDEX, DETECTOR_DOC_TYPE)

Improve this page

Add a description, image, and links to the anomaly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the anomaly topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.