Skip to content

Commit

Permalink
removed a line that was accidentally commited
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Chakravarthi <[email protected]>
  • Loading branch information
raj-chak committed Jan 11, 2023
1 parent 8d3d36d commit a9b0534
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,7 @@ void prepareDetectorIndexing() throws IOException {
void createDetector() {
Detector detector = request.getDetector();

//if (detectorIndices.detectorIndexExists()) {
if (false) {
if (detectorIndices.detectorIndexExists()) {
NestedQueryBuilder queryBuilder =
QueryBuilders.nestedQuery(
"detector",
Expand Down

0 comments on commit a9b0534

Please sign in to comment.