Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 48 for toType (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_indices/fess_config.coordinator/coordinator.json

    {
        "properties": {
          "type": {
            "type": "keyword"
          },
          "instanceId": {
            "type": "keyword"
          },
          "hostname": {
            "type": "keyword"
          },
          "name": {
            "type": "keyword"
          },
          "status": {
            "type": "keyword"
          },
          "targetInstanceId": {
            "type": "keyword"
          },
          "data": {
            "type": "text",
            "index": false
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 541 bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        // Authentication Type Constants
        // ============================================================
    
        /** Basic authentication type identifier. */
        public static final String BASIC = "BASIC";
    
        /** Digest authentication type identifier. */
        public static final String DIGEST = "DIGEST";
    
        /** NTLM authentication type identifier. */
        public static final String NTLM = "NTLM";
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 35.8K bytes
    - Click Count (0)
  3. src/main/resources/fess_label_en.properties

    labels.user_internationaliSDNNumber=International ISDN Number
    labels.internationaliSDNNumber=International ISDN Number
    labels.user_state=State
    labels.state=State
    labels.user_employeeType=Employee Type
    labels.employeeType=Employee Type
    labels.user_facsimileTelephoneNumber=Facsimile Telephone Number
    labels.facsimileTelephoneNumber=Facsimile Telephone Number
    labels.user_postOfficeBox=Post Office Box
    labels.postOfficeBox=Post Office Box
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  4. src/main/resources/crawler/rule.xml

    		<postConstruct name="addRule">
    			<arg>"url"</arg>
    			<arg>"http[s]?:.*"</arg>
    		</postConstruct>
    		<postConstruct name="addRule">
    			<arg>"mimeType"</arg>
    			<!-- Supported MIME type -->
    			<arg>"text/html"</arg>
    		</postConstruct>
    	</component>
    
    	<component name="webFileRule" class="org.codelibs.fess.crawler.rule.impl.RegexRule" >
    		<property name="ruleId">"webFileRule"</property>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 29 08:21:02 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  5. src/main/resources/fess_config.properties

    index.dictionary.prefix=
    
    # doc management
    
    # Array-type fields for admin in the index.
    index.admin.array.fields=lang,role,label,anchor,virtual_host
    # Date-type fields for admin in the index.
    index.admin.date.fields=expires,created,timestamp,last_modified
    # Integer-type fields for admin in the index.
    index.admin.integer.fields=
    # Long-type fields for admin in the index.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  6. src/main/resources/fess_label.properties

    labels.user_internationaliSDNNumber=International ISDN Number
    labels.internationaliSDNNumber=International ISDN Number
    labels.user_state=State
    labels.state=State
    labels.user_employeeType=Employee Type
    labels.employeeType=Employee Type
    labels.user_facsimileTelephoneNumber=Facsimile Telephone Number
    labels.facsimileTelephoneNumber=Facsimile Telephone Number
    labels.user_postOfficeBox=Post Office Box
    labels.postOfficeBox=Post Office Box
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                    final String responseContentType = curlResponse.getHeaderValue("Content-Type");
                    if (StringUtil.isBlank(responseContentType)) {
                        response.setHeader("Content-Type", "application/json");
                    } else {
                        response.setHeader("Content-Type", responseContentType);
                    }
                    CopyUtil.copy(in, out);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:40 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                return FormatType.SEARCH;
            }
            if ("labels".equals(type)) {
                return FormatType.LABEL;
            }
            if ("popular-words".equals(type)) {
                return FormatType.POPULARWORD;
            }
            if ("favorites".equals(type)) {
                return FormatType.FAVORITES;
            }
            if ("health".equals(type)) {
                return FormatType.PING;
            }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
  9. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

                    + "\"targetInstanceId\":\"*\",\"createdTime\":5000}},"
                    + "{\"_source\":{\"type\":\"event\",\"name\":\"e2\",\"instanceId\":\"node3\","
                    + "\"targetInstanceId\":\"*\",\"createdTime\":7000}},"
                    + "{\"_source\":{\"type\":\"event\",\"name\":\"e3\",\"instanceId\":\"node4\","
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         * Gets the resource path for configuration files, checking type-specific variants first.
         *
         * @param basePath the base path for resources
         * @param type     the search engine type
         * @param path     the relative path to the resource
         * @return the full resource path
         */
        protected String getResourcePath(final String basePath, final String type, final String path) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
Back to Top