Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 001 (0.01 sec)

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

         * The value is, e.g. 0.01 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryBoostFuzzyTitle();
    
        /**
         * Get the value for the key 'query.boost.fuzzy.title' as {@link java.math.BigDecimal}. <br>
         * The value is, e.g. 0.01 <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. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
      <mime-type type="application/x-netcdf">
        <glob pattern="*.nc"/>
        <glob pattern="*.cdf"/>
        <magic priority="50">
          <match value="CDF\001" type="string" offset="0" />
          <match value="CDF\002" type="string" offset="0" />
          <match value="0x43444601" type="string" offset="0"/>
        </magic>
      </mime-type>
      <mime-type type="application/x-parquet">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top