Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for langFieldName (0.58 seconds)

  1. src/main/java/org/codelibs/fess/suggest/index/operations/ContentIndexingContext.java

                final String roleFieldName, final String langFieldName, final String[] badWords) {
            this.index = index;
            this.supportedFields = supportedFields;
            this.tagFieldNames = tagFieldNames;
            this.roleFieldName = roleFieldName;
            this.langFieldName = langFieldName;
            this.badWords = badWords;
        }
    
        /**
         * Returns the index name.
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 2.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/suggest/index/contents/ContentsParser.java

         * @param fields The fields to extract from the document.
         * @param tagFieldNames The names of the fields that contain tags.
         * @param roleFieldName The name of the field that contains role information.
         * @param langFieldName The name of the field that contains language information.
         * @param readingConverter The converter to use for reading fields.
         * @param contentsReadingConverter The converter to use for reading content fields.
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 15 06:51:20 GMT 2025
    - 4.1K bytes
    - Click Count (0)
Back to Top