org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder Java Examples

The following examples show how to use org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: BsWebConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setBoost_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setBoost_Percentiles("boost", opLambda);
}
 
Example #2
Source File: BsAccessTokenCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setUpdatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setUpdatedTime_Percentiles("updatedTime", opLambda);
}
 
Example #3
Source File: BsWebConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #4
Source File: BsFileConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setAvailable_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setAvailable_Percentiles("available", opLambda);
}
 
Example #5
Source File: BsRelatedQueryCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setUpdatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setUpdatedTime_Percentiles("updatedTime", opLambda);
}
 
Example #6
Source File: BsAccessTokenCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setUpdatedTime_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "updatedTime");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #7
Source File: BsAccessTokenCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setExpiredTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setExpiredTime_Percentiles("expiredTime", opLambda);
}
 
Example #8
Source File: BsWebAuthenticationCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setPort_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "port");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #9
Source File: BsAccessTokenCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #10
Source File: BsScheduledJobCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setAvailable_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setAvailable_Percentiles("available", opLambda);
}
 
Example #11
Source File: BsKeyMatchCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #12
Source File: BsWebConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setAvailable_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "available");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #13
Source File: BsLabelTypeCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setUpdatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setUpdatedTime_Percentiles("updatedTime", opLambda);
}
 
Example #14
Source File: BsRoleTypeCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #15
Source File: BsDataConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setSortOrder_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setSortOrder_Percentiles("sortOrder", opLambda);
}
 
Example #16
Source File: BsElevateWordCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setBoost_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setBoost_Percentiles("boost", opLambda);
}
 
Example #17
Source File: BsScheduledJobCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #18
Source File: BsDataConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setBoost_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "boost");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #19
Source File: BsDataConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setBoost_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setBoost_Percentiles("boost", opLambda);
}
 
Example #20
Source File: BsFileConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #21
Source File: BsLabelTypeCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setSortOrder_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setSortOrder_Percentiles("sortOrder", opLambda);
}
 
Example #22
Source File: BsLabelTypeCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "createdTime");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #23
Source File: BsBadWordCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setUpdatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setUpdatedTime_Percentiles("updatedTime", opLambda);
}
 
Example #24
Source File: BsBadWordCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "createdTime");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #25
Source File: BsBadWordCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setCreatedTime_Percentiles("createdTime", opLambda);
}
 
Example #26
Source File: BsFileConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setDepth_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setDepth_Percentiles("depth", opLambda);
}
 
Example #27
Source File: BsWebConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setSortOrder_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "sortOrder");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}
 
Example #28
Source File: BsWebConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setAvailable_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setAvailable_Percentiles("available", opLambda);
}
 
Example #29
Source File: BsPathMappingCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setSortOrder_Percentiles(ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    setSortOrder_Percentiles("sortOrder", opLambda);
}
 
Example #30
Source File: BsFileConfigCA.java    From fess with Apache License 2.0 4 votes vote down vote up
public void setCreatedTime_Percentiles(String name, ConditionOptionCall<PercentilesAggregationBuilder> opLambda) {
    PercentilesAggregationBuilder builder = regPercentilesA(name, "createdTime");
    if (opLambda != null) {
        opLambda.callback(builder);
    }
}