Skip to content

Commit

Permalink
PLT-191: flag based search
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 14, 2023
1 parent 7bbb93f commit f9e0869
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.apache.atlas.model.discovery;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;

Expand All @@ -18,6 +19,7 @@ public class SearchParams {
boolean suppressLogs;
boolean excludeMeanings;
boolean excludeClassifications;
@JsonIgnore
boolean parallelSearch;

RequestMetadata requestMetadata = new RequestMetadata();
Expand Down

0 comments on commit f9e0869

Please sign in to comment.