Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BsCrawlingInfoCA (0.19 sec)

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

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

        //                                                                         ===========
        public BsCrawlingInfoCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsCrawlingInfoCA 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.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/ca/CrawlingInfoCA.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.BsCrawlingInfoCA;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class CrawlingInfoCA extends BsCrawlingInfoCA {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 834 bytes
    - Viewed (0)
Back to top