Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 401 for DBFlute (0.03 seconds)

  1. src/main/webapp/WEB-INF/env/crawler/resources/app.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="convention.xml" />
    	<include path="lastaflute_core.xml"/>
    	<include path="fess.xml" />
    
    	<include path="crawler_opensearch.xml" />
    	<include path="fess_thumbnail.xml" />
    	<include path="fess_ingest.xml" />
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 07 06:19:20 GMT 2024
    - 1.8K bytes
    - Click Count (0)
  2. dbflute_fess/_project.sh

    #!/bin/bash
    
    export ANT_OPTS=-Xmx512m
    
    export DBFLUTE_HOME=../mydbflute/dbflute-1.x
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jun 09 03:32:24 GMT 2016
    - 128 bytes
    - Click Count (0)
  3. src/main/config/es/fess_config_related_query.json

                "type" : "long"
              },
              "virtualHost" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "dbflute" : {
              "related_query" : {
                "properties" : {
                  "queries" : {
                    "array" : "true"
                  }
                }
              }
            },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  4. src/main/resources/crawler/contentlength.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<include path="crawler/container.xml" />
    
    	<component name="contentLengthHelper"
    		class="org.codelibs.fess.crawler.helper.ContentLengthHelper" instance="singleton">
    		<property name="defaultMaxLength">10485760</property><!-- 10M -->
    		<postConstruct name="addMaxLength">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Oct 11 06:51:14 GMT 2015
    - 561 bytes
    - Click Count (0)
  5. src/main/config/es/fess_user_user.json

                "type" : "long"
              },
              "x121Address" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "dbflute" : {
              "user" : {
                "properties" : {
                  "groups" : {
                    "array" : "true"
                  },
                  "roles" : {
                    "array" : "true"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 3.5K bytes
    - Click Count (0)
  6. dbflute_fess/extlib/_readme.txt

    Directory for library extension
    
    If you use a database that DBFlute does not have its JDBC driver,
    put your own JDBC driver for the database here.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jul 04 22:46:31 GMT 2015
    - 177 bytes
    - Click Count (0)
  7. src/main/config/es/fess_config_access_token.json

                "type" : "keyword"
              },
              "updatedTime" : {
                "type" : "long"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "dbflute" : {
              "access_token" : {
                "properties" : {
                  "permissions" : {
                    "array" : "true"
                  }
                }
              }
            },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  8. src/main/config/es/fess_log_search_log.json

                "type" : "keyword"
              },
              "virtualHost" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "dbflute" : {
              "search_log" : {
                "properties" : {
                  "roles" : {
                    "array" : "true"
                  }
                }
              }
            },
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Apr 12 15:00:27 GMT 2019
    - 2K bytes
    - Click Count (0)
  9. dbflute_fess/dfprop/sourceCopyright.dfprop

    # sourceCopyright: (NotRequired - Default '')
    #
    # The copyright for all class sources.
    # This property is NOT map style.
    # You should specify before your first generating.
    #
    #/*
    # * Copyright(c) DBFlute TestCo.,TestLtd. All Rights Reserved.
    # */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 344 bytes
    - Click Count (0)
  10. src/main/resources/fess_llm.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<!-- Chat session manager and client -->
    	<component name="chatSessionManager" class="org.codelibs.fess.chat.ChatSessionManager">
    	</component>
    
    	<component name="chatClient" class="org.codelibs.fess.chat.ChatClient">
    	</component>
    
    	<!-- Markdown renderer -->
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Mar 04 15:19:41 GMT 2026
    - 779 bytes
    - Click Count (0)
Back to Top