- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for Codec (0.12 sec)
-
plugin.xml
</patternset> L62: <cutdirsmapper dirs="1" /> L63: </unzip> L64: </target> L65: L66: <target name="remove.jars" if="with.fess"> L67: <delete> L68: <fileset dir="${plugins.dir}"> L69: <include name="configsync/commons-codec-*" /> L70: <include name="dataformat/commons-codec-*" /> L71: <include name="dataformat/commons-collections4-*" /> L72: <include name="dataformat/commons-compress-*" /> L73: <include name="dataformat/commons-math3-*" /> L74: <include name="dataformat/curvesapi-*"...github.com/codelibs/fess/plugin.xmlFri Oct 25 23:33:43 UTC 2024 3.5K bytes -
module.xml
</target> L94: L95: <target name="remove.jars" if="with.fess"> L96: <delete> L97: <fileset dir="${modules.dir}"> L98: <include name="lang-expression/asm-*" /> L99: <include name="lang-painless/asm-*" /> L100: <include name="reindex/commons-codec-*" /> L101: <include name="reindex/commons-logging-*" /> L102: <include name="reindex/httpclient-*" /> L103: <include name="reindex/httpcore-4*" /> L104: </fileset> L105: </delete> L106: </target> L107:</project>...github.com/codelibs/fess/module.xmlFri Oct 25 12:43:59 UTC 2024 4.5K bytes -
fess.json
L1:{ L2: "settings": { L3: "index": { L4: "codec": "${fess.index.codec}", L5: "refresh_interval": "1s", L6: "number_of_shards": "${fess.index.number_of_shards}", L7: "number_of_replicas": 0, L8: "auto_expand_replicas": "${fess.index.auto_expand_replicas}" L9: }, L10: "analysis": { L11: "char_filter": { L12: "mapping_fa_filter": { L13: "type": "mapping", L14: "mappings_path": "${fess.dictionary.path}fa/mapping.txt" L15: }, L16:...github.com/codelibs/fess/src/main/resources/fes...Thu Aug 11 01:26:55 UTC 2022 39.9K bytes -
EncodingFilter.java
java.util.ArrayList; L20:import java.util.Collections; L21:import java.util.HashMap; L22:import java.util.List; L23:import java.util.Map; L24:import java.util.concurrent.ConcurrentHashMap; L25: L26:import org.apache.commons.codec.DecoderException; L27:import org.apache.commons.codec.net.URLCodec; L28:import org.codelibs.core.lang.StringUtil; L29:import org.lastaflute.web.servlet.filter.LastaPrepareFilter; L30: L31:import jakarta.servlet.Filter; L32:import jakarta.servlet.FilterChain; L33:import jaka...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 6.9K bytes -
pom.xml
<dependency> L1243: <groupId>org.codelibs</groupId> L1244: <artifactId>spnego</artifactId> L1245: <version>${spnego.version}</version> L1246: </dependency> L1247: <dependency> L1248: <groupId>commons-codec</groupId> L1249: <artifactId>commons-codec</artifactId> L1250: <version>${commons.codec.version}</version> L1251: </dependency> L1252: <dependency> L1253: <groupId>commons-io</groupId> L1254: <artifactId>commons-io</artifactId> L1255: <version>${commons.io.version}</version> L1256:...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
fess_config.properties
L286:indexer.data.max.redirect.count=10 L287:indexer.language.fields=content,important_content,title L288:indexer.language.detect.length=1000 L289:indexer.max.result.window.size=10000 L290:indexer.max.search.doc.size=50000 L291: L292:# index setting L293:index.codec=default L294:index.number_of_shards=5 L295:index.auto_expand_replicas=0-1 L296:index.id.digest.algorithm=SHA-512 L297:index.user.initial_password=admin L298: L299:# field names L300:index.field.favorite_count=favorite_count L301:index.field.click_count=click_count...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
fess.json
L1:{ L2: "settings": { L3: "index": { L4: "codec": "${fess.index.codec}", L5: "refresh_interval": "1s", L6: "number_of_shards": "${fess.index.number_of_shards}", L7: "number_of_replicas": 0, L8: "auto_expand_replicas": "${fess.index.auto_expand_replicas}" L9: }, L10: "analysis": { L11: "char_filter": { L12: "mapping_fa_filter": { L13: "type": "mapping", L14: "mappings": ["\u0009,\u000A,\u000B,\u000C,\u000D,\u001C,\u001D,\u001E,\u00...github.com/codelibs/fess/src/main/resources/fes...Tue Mar 23 12:38:28 UTC 2021 117.3K bytes -
fess.json
L1:{ L2: "settings": { L3: "index": { L4: "codec": "${fess.index.codec}", L5: "refresh_interval": "1s", L6: "number_of_shards": "${fess.index.number_of_shards}", L7: "number_of_replicas": 0, L8: "auto_expand_replicas": "${fess.index.auto_expand_replicas}" L9: }, L10: "analysis": { L11: "char_filter": { L12: "mapping_fa_filter": { L13: "type": "mapping", L14: "mappings": ["\u0009,\u000A,\u000B,\u000C,\u000D,\u001C,\u001D,\u001E,\u00...github.com/codelibs/fess/src/main/resources/fes...Sat Feb 27 09:26:16 UTC 2021 117.3K bytes -
SearchEngineClient.java
!dictionaryPath.endsWith("/")) { L535: dictionaryPath = dictionaryPath + "/"; L536: } L537: source = source.replaceAll(Pattern.quote("${fess.dictionary.path}"), dictionaryPath)// L538: .replaceAll(Pattern.quote("${fess.index.codec}"), fessConfig.getIndexCodec())// L539: .replaceAll(Pattern.quote("${fess.index.number_of_shards}"), numberOfShards)// L540: .replaceAll(Pattern.quote("${fess.index.auto_expand_replicas}"), autoExpandReplicas); L541: ...github.com/codelibs/fess/src/main/java/org/code...Sun Oct 20 02:08:03 UTC 2024 86.1K bytes -
FessConfig.java
ze"; L537: L538: /** The key of the configuration. e.g. 50000 */ L539: String INDEXER_MAX_SEARCH_DOC_SIZE = "indexer.max.search.doc.size"; L540: L541: /** The key of the configuration. e.g. default */ L542: String INDEX_CODEC = "index.codec"; L543: L544: /** The key of the configuration. e.g. 5 */ L545: String INDEX_number_of_shards = "index.number_of_shards"; L546: L547: /** The key of the configuration. e.g. 0-1 */ L548: String INDEX_auto_expand_replicas = "index.auto_expand_replicas";...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes