- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 40 for Sample (0.06 sec)
-
protwords.txt
L1:sample...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 06 21:38:20 UTC 2017 7 bytes -
gsaconfig.xml
<prerequisite_results><![CDATA[ L28:20 L29: ]]></prerequisite_results> L30: <testwords><![CDATA[ L31: L32: ]]></testwords> L33: </collection> L34: <collection Name="smb"> L35: <bad_urls><![CDATA[ L36:smb://storage/sample/ L37: ]]></bad_urls> L38: <good_urls><![CDATA[ L39:smb://storage/ L40: ]]></good_urls> L41: <prerequisite_results><![CDATA[ L42:20 L43: ]]></prerequisite_results> L44: <testwords><![CDATA[ L45: L46:...github.com/codelibs/fess/src/test/resources/dat...Sun May 13 06:51:57 UTC 2018 1.7K bytes -
_readme.txt
tasks(e.g. Generate, Document task). L9: L10:manage.bat(sh) => 22 (doc): L11:A execution command of Document task L12:which creates documents, for example, SchemaHTML, HistoryHTML L13:to the "output/doc" directory. L14: L15:manage.bat(sh) => 23 (generate): L16:A execution command of Generate task L17:which generates classes corresponding your tables, L18:for example, entities, condition-beans to specified L19:directories by DBFlute properties on "dfprop" directory. L20: L21:Generated structures (directories...github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes -
README.md
Click **Saved Objects**. L19:1. Click **Import** and select "fess\_log.ndjson" to import example settings. L20:1. Click **Dashboard**. L21:1. Select "fess\_log" dashboard. L22:1. (Change the period from upper right if you want to do.) L23:## FAQ L24: L25:#### Q. Kibana can't connect Elasticsearch. L26: L27:A. Please check `${KIBANA_HOME}/config/kibana.yml` and set correct Elasticsearch URL. L28: L29:Example: L30:``` L31:# The Elasticsearch instance to use for all your queries. L32:elasticsearch.url:...github.com/codelibs/fess/src/main/assemblies/ex...Mon Aug 12 01:26:21 UTC 2019 1.2K bytes -
index.html
- - L57:<a href="fess-theme-codesearch/" title="fess-theme-codesearch/">fess-theme-codesearch/</a> - - L58:<a href="fess-theme-simple/" title="fess-theme-simple/">fess-theme-simple/</a> - - L59:<a href="fess-thumbnail-playwright/" title="fess-thumbnail-playwright/">fess-thumbnail-playwright/</a> - ...github.com/codelibs/fess/src/test/resources/plu...Mon Jun 17 13:30:41 UTC 2024 6.2K bytes -
commonColumnMap.dfprop
-------------- L2:# commonColumnMap: (Default map:{}) L3:# L4:# The definition of common column(contains auto set-up). L5:# For example, the date you registered the record, L6:# the user who updated the record and so on... L7:# The column names are treated as case insensitive. L8:# L9:# The variable '$$AccessContext$$' means allcommon.AccessContext. L10:# L11:# Example: L12:# map:{ L13:# ; commonColumnMap = map:{ L14:# ; REGISTER_DATETIME=TIMESTAMP ; REGISTER_USER=VARCHAR L15:# ...github.com/codelibs/fess/dbflute_fess/dfprop/co...Sat Jul 04 22:46:31 UTC 2015 1.9K bytes -
dbflute.xml
name="mydbflute.dir" value="${basedir}/mydbflute" /> L4: <property name="target.dir" value="${basedir}/target" /> L5: <property name="branch.name" value="fess-14.17" /> L6: <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> L7: L8: <target name="mydbflute.check"> L9: <condition property="mydbflute.exists"> L10: <available file="${mydbflute.dir}" type="dir" /> L11: </condition> L12: </target> L13: L14: <target name="download.dbflute"...github.com/codelibs/fess/dbflute.xmlSat Sep 21 05:37:26 UTC 2024 1000 bytes -
CrawlingInfoHelperTest.java
super.setUp(); L35: crawlingInfoHelper = new CrawlingInfoHelper(); L36: } L37: L38: public void test_generateId() { L39: final Map<String, Object> dataMap = new HashMap<String, Object>(); L40: dataMap.put("url", "http://example.com/"); L41: L42: assertEquals( L43: "6b2d3770573e53f9f2d743e0598fad397c34968566001329c436f041871fd8af950b32ce77da6cc4a5561a6ccf4d2d7741269209ac254c234a972029ec92110e", L44: crawlingInfoHelper.generateId(dataMap));...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 8.5K bytes -
classificationDefinitionMap.dfprop
that starts with '#' means comment-out. L38:# L39:map:{ L40: # example for implicit classification L41: #; Flg = list:{ L42: # ; map:{topComment=general boolean classification for every flg-column; codeType=Number} L43: # ; map:{code=1; name=True ; alias=Checked ; comment=means yes; sisterCode=true} L44: # ; map:{code=0; name=False; alias=Unchecked; comment=means no ; sisterCode=false} L45: #} L46: # example for table classification L47: #; MemberStatus = list:{ L48:...github.com/codelibs/fess/dbflute_fess/dfprop/cl...Sat Jul 04 22:46:31 UTC 2015 2.2K bytes -
packaging.properties
L13:packaging.fess.heap.max=1g L14: L15:# Specifies the maximum file descriptor number L16:packaging.os.max.open.files=65535 L17: L18:# Maximum number of VMA (Virtual Memory Areas) a process can own L19:packaging.os.max.map.count=262144 L20: L21:# Simple marker to check that properties are correctly overridden L22:packaging.type=tar.gz L23: L24:# Custom header for package scripts L25:packaging.scripts.header= L26:packaging.scripts.footer=...github.com/codelibs/fess/src/packaging/common/p...Thu Dec 10 01:24:02 UTC 2015 797 bytes