Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for labeltype (0.12 sec)

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

    {
        "properties": {
          "elevateWordId": {
            "type": "keyword"
          },
          "labelTypeId": {
            "type": "keyword"
          }
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 147 bytes
    - Viewed (0)
  2. src/main/config/es/fess_config_elevate_word_to_label.json

        "aliases" : { },
        "mappings" : {
          "elevate_word_to_label" : {
            "properties" : {
              "elevateWordId" : {
                "type" : "keyword"
              },
              "labelTypeId" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021052498",
            "number_of_shards" : "5",
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 653 bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        </tr>
                                        <tr<c:if test="${!labelSettingEnabled}"> style="display:none"</c:if>>
                                            <th><la:message key="labels.label_type"/></th>
                                            <td>${labelSettingEnabled}
                                                <c:forEach var="l" varStatus="s"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        </tr>
                                        <tr<c:if test="${!labelSettingEnabled}"> style="display:none"</c:if>>
                                            <th><la:message key="labels.label_type"/></th>
                                            <td><c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  5. dbflute_fess/dfprop/esfluteMap.dfprop

            }
            ; fess_config.key_match = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.label_type = map:{
                ; package = config
                ; esclientDiFile = esclient.xml
                ; esfluteDiFile = esflute_config.xml
            }
            ; fess_config.path_mapping = map:{
                ; package = config
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp

                                        <label for="labelTypeIds" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.label_type"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="labelTypeIds"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 9.2K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp

                                                    property="permissions"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.label_type"/></th>
                                            <td><c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordToLabelCB.java

                doColumn("_id");
            }
    
            public void columnElevateWordId() {
                doColumn("elevateWordId");
            }
    
            public void columnLabelTypeId() {
                doColumn("labelTypeId");
            }
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. tests/migrate_test.go

    	}
    
    	tableType, err := DB.Table("cities").Migrator().TableType(&City{})
    	if err != nil {
    		t.Fatalf("failed to get table type, got error %v", err)
    	}
    
    	if tableType.Schema() != tblSchema {
    		t.Fatalf("expected tblSchema to be %s but got %s", tblSchema, tableType.Schema())
    	}
    
    	if tableType.Name() != tblName {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  10. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.key_match/key_match"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.label_type/label_type"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.path_mapping/path_mapping"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Oct 21 12:20:52 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top