Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for lobster (0.1 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'page.score.booster.max.fetch.size'. <br>
         * The value is, e.g. 1000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageScoreBoosterMaxFetchSize();
    
        /**
         * Get the value for the key 'page.score.booster.max.fetch.size' as {@link Integer}. <br>
         * The value is, e.g. 1000 <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.13.md

    * Reduced excessive logging from fluentd-gcp-scaler. ([#68837](https://github.com/kubernetes/kubernetes/pull/68837), [@x13n](https://github.com/x13n))
    * adds dynamic lister ([#68748](https://github.com/kubernetes/kubernetes/pull/68748), [@p0lyn0mial](https://github.com/p0lyn0mial))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.20.md

    - [kubectl] Fail when local source file doesn't exist ([#90333](https://github.com/kubernetes/kubernetes/pull/90333), [@bamarni](https://github.com/bamarni)) [SIG CLI]
    
    ### Other (Cleanup or Flake)
    
    - Handle slow CronJob lister in CronJob controller v2 and improve memory footprint. ([#96443](https://github.com/kubernetes/kubernetes/pull/96443), [@alaypatel07](https://github.com/alaypatel07)) [SIG Apps]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <sub-class-of type="text/plain"/>
      </mime-type>
      <mime-type type="text/x-robots">
        <!-- robots.txt file -->
        <!-- draft: https://datatracker.ietf.org/doc/html/draft-koster-rep -->
        <!-- should have a higher priority than rfc822 - TIKA-3489 -->
        <magic priority="55">
          <match minShouldMatch="2">
            <match value="user-agent:" type="stringignorecase" offset="0"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

    * Allows HorizontalPodAutoscaler to use global metrics not associated with any Kubernetes object (for example metrics from a hoster service running outside of Kubernetes cluster). ([#60096](https://github.com/kubernetes/kubernetes/pull/60096), [@MaciekPytel](https://github.com/MaciekPytel))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top