Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fvh (1.86 sec)

  1. src/main/resources/fess_config.properties

    # Fragment size for query highlighting.
    query.highlight.fragment.size=60
    # Number of fragments for query highlighting.
    query.highlight.number.of.fragments=2
    # Type of query highlighting.
    query.highlight.type=fvh
    # Tag to use before highlighted text.
    query.highlight.tag.pre=<strong>
    # Tag to use after highlighted text.
    query.highlight.tag.post=</strong>
    # Boundary characters for query highlighting.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 2 */
        String QUERY_HIGHLIGHT_NUMBER_OF_FRAGMENTS = "query.highlight.number.of.fragments";
    
        /** The key of the configuration. e.g. fvh */
        String QUERY_HIGHLIGHT_TYPE = "query.highlight.type";
    
        /** The key of the configuration. e.g. &lt;strong&gt; */
        String QUERY_HIGHLIGHT_TAG_PRE = "query.highlight.tag.pre";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top