Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BsCrawlingInfoParamCA (0.33 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsCrawlingInfoParamCA.java

                OperatorCall<BsCrawlingInfoParamCA> aggsLambda) {
            setCrawlingInfoId_Terms("crawlingInfoId", opLambda, aggsLambda);
        }
    
        public void setCrawlingInfoId_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda,
                OperatorCall<BsCrawlingInfoParamCA> aggsLambda) {
            TermsAggregationBuilder builder = regTermsA(name, "crawlingInfoId");
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 28.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java

        //                                                                         ===========
        public BsCrawlingInfoParamCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsCrawlingInfoParamCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoParamCA.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.ca;
    
    import org.codelibs.fess.es.config.cbean.ca.bs.BsCrawlingInfoParamCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class CrawlingInfoParamCA extends BsCrawlingInfoParamCA {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 849 bytes
    - Viewed (0)
Back to top