Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for important_content (0.22 sec)

  1. src/main/resources/fess_indices/fess.json

            "important_content_it",
            "important_content_ja",
            "important_content_ko",
            "important_content_lt",
            "important_content_lv",
            "important_content_mk",
            "important_content_ml",
            "important_content_nl",
            "important_content_no",
            "important_content_pa",
            "important_content_pl",
            "important_content_pt",
            "important_content_pt-br",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
  2. src/main/resources/fess_indices/_aws/fess.json

            "important_content_it",
            "important_content_ja",
            "important_content_ko",
            "important_content_lt",
            "important_content_lv",
            "important_content_mk",
            "important_content_ml",
            "important_content_nl",
            "important_content_no",
            "important_content_pa",
            "important_content_pl",
            "important_content_pt",
            "important_content_pt-br",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Mar 23 12:38:28 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_cloud/fess.json

            "important_content_it",
            "important_content_ja",
            "important_content_ko",
            "important_content_lt",
            "important_content_lv",
            "important_content_mk",
            "important_content_ml",
            "important_content_nl",
            "important_content_no",
            "important_content_pa",
            "important_content_pl",
            "important_content_pt",
            "important_content_pt-br",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 117.3K bytes
    - Viewed (0)
  4. src/main/resources/crawler/transformer.xml

    		</property>
    		<!-- segment -->
    		<postConstruct name="addFieldRule">
    			<arg>"title"</arg>
    			<arg>"//TITLE"</arg>
    			<arg>true</arg>
    		</postConstruct>
    		<postConstruct name="addFieldRule">
    			<arg>"important_content"</arg>
    			<arg>"//*[self::H1 or self::H2 or self::H3]"</arg>
    			<arg>true</arg>
    		</postConstruct>
    	</component>
    
    XML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Jan 10 03:35:10 GMT 2019
    - 1.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_config.properties

    index.field.role=role
    index.field.boost=boost
    index.field.created=created
    index.field.timestamp=timestamp
    index.field.label=label
    index.field.mimetype=mimetype
    index.field.parent_id=parent_id
    index.field.important_content=important_content
    index.field.content=content
    index.field.content_minhash_bits=content_minhash_bits
    index.field.cache=cache
    index.field.digest=digest
    index.field.title=title
    index.field.host=host
    Properties
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  6. src/main/resources/fess_indices/_aws/fess/doc.json

          },
          "boost": {
            "type": "float"
          },
          "click_count": {
            "type": "long"
          },
          "config_id": {
            "type": "keyword"
          },
          "important_content": {
            "type": "text",
            "analyzer": "standard_analyzer",
            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets"
          },
          "content": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess/doc.json

          },
          "boost": {
            "type": "float"
          },
          "click_count": {
            "type": "long"
          },
          "config_id": {
            "type": "keyword"
          },
          "important_content": {
            "type": "text",
            "analyzer": "standard_analyzer",
            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets"
          },
          "content": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess/doc.json

          },
          "boost": {
            "type": "float"
          },
          "click_count": {
            "type": "long"
          },
          "config_id": {
            "type": "keyword"
          },
          "important_content": {
            "type": "text",
            "analyzer": "standard_analyzer",
            "search_analyzer": "standard_search_analyzer",
            "term_vector": "with_positions_offsets"
          },
          "content": {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. -1.0 */
        String QUERY_BOOST_important_content = "query.boost.important_content";
    
        /** The key of the configuration. e.g. -1.0 */
        String QUERY_BOOST_important_content_LANG = "query.boost.important_content.lang";
    
        /** The key of the configuration. e.g. 4 */
        String QUERY_BOOST_FUZZY_MIN_LENGTH = "query.boost.fuzzy.min.length";
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top