Skip to content
#

outlier-detection

Here are 259 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 outlier-detection 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 outlier-detection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.