Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for func (0.01 sec)

  1. fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java

         *
         * @param <T> The response type.
         * @param func The function to execute.
         * @return The response from the operation.
         */
        public <T> T get(final Function<FesenClient, ActionFuture<T>> func) {
            int retryCount = 0;
            while (true) {
                try {
                    return func.apply(this).actionGet(connTimeout, TimeUnit.MILLISECONDS);
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Aug 31 05:32:52 UTC 2025
    - 25.3K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.fints",
    				"application/vnd.flographit",
    				"application/vnd.fluxtime.clip",
    				"application/vnd.font-fontforge-sfd",
    				"application/vnd.framemaker",
    				"application/vnd.frogans.fnc",
    				"application/vnd.frogans.ltf",
    				"application/vnd.fsc.weblaunch",
    				"application/vnd.fujitsu.oasys",
    				"application/vnd.fujitsu.oasys2",
    				"application/vnd.fujitsu.oasys3",
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.fm"/>
        <glob pattern="*.frame"/>
        <glob pattern="*.maker"/>
        <glob pattern="*.book"/>
      </mime-type>
      <mime-type type="application/vnd.frogans.fnc">
        <glob pattern="*.fnc"/>
      </mime-type>
      <mime-type type="application/vnd.frogans.ltf">
        <glob pattern="*.ltf"/>
      </mime-type>
      <mime-type type="application/vnd.fsc.weblaunch">
        <glob pattern="*.fsc"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top