- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 738 for failed (0.04 sec)
-
replaceSchemaMap.dfprop
as no schema setting) L117: # o user: (Required) L118: # o password: password plainly or path to password file (with default password) L119: # e.g. foo or df:dfprop/system-password.txt|foo L120: # (NotRequired - Default '') L121: # o isSkipIfNotFoundPasswordFileAndDefault: Does it skip the user SQL statement L122: # when using password file but not found it and also default password? L123: # (NotRequired - Default false) L124: # L125: #; additionalUserMap...github.com/codelibs/fess/dbflute_fess/dfprop/re...Sat Oct 31 23:35:14 UTC 2015 9.3K bytes -
BsSearchLog.java
null) { L173: addFieldToSource(sourceMap, "virtualHost", virtualHost); L174: } L175: return sourceMap; L176: } L177: L178: protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { L179: sourceMap.put(field, value); L180: } L181: L182: // =================================================================================== L183: // Basic Override L184:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 12.2K bytes -
fess_config.properties
ied=last_modified L313:index.field.anchor=anchor L314:index.field.segment=segment L315:index.field.role=role L316:index.field.boost=boost L317:index.field.created=created L318:index.field.timestamp=timestamp L319:index.field.label=label L320:index.field.mimetype=mimetype L321:index.field.parent_id=parent_id L322:index.field.important_content=important_content L323:index.field.content=content L324:index.field.content_minhash_bits=content_minhash_bits L325:index.field.cache=cache L326:index.field.digest=digest...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
BsWebConfig.java
null) { L197: addFieldToSource(sourceMap, "virtualHosts", virtualHosts); L198: } L199: return sourceMap; L200: } L201: L202: protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { L203: sourceMap.put(field, value); L204: } L205: L206: // =================================================================================== L207: // Basic Override L208:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 14.1K bytes -
QueryHelperTest.java
queryParser.init(); L65: return queryParser; L66: } L67: }; L68: File file = File.createTempFile("test", ".properties"); L69: file.deleteOnExit(); L70: FileUtil.writeBytes(file.getAbsolutePath(), "ldap.security.principal=%s@fess.codelibs.local".getBytes("UTF-8")); L71: DynamicProperties systemProps = new DynamicProperties(file); L72: ComponentUtil.register(systemProps, "systemProperties"); L73: ComponentUtil.register(new...github.com/codelibs/fess/src/test/java/org/code...Thu Jul 11 08:26:36 UTC 2024 39.8K bytes -
PrefixQueryCommand.java
sConfig.getQueryPrefixSlopAsInteger())); L76: } L77: L78: context.addFieldLog(field, text + "*"); L79: context.addHighlightedQuery(text); L80: if (getQueryFieldConfig().notAnalyzedFieldSet.contains(field)) { L81: return QueryBuilders.prefixQuery(field, toLowercaseWildcard(text)).boost(boost); L82: } L83: return QueryBuilders.matchPhrasePrefixQuery(field, toLowercaseWildcard(text)).boost(boost) L84: .maxExpansions(fessConfig.getQ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.3K bytes -
WildcardQueryCommand.java
wildcardQuery, final float boost) { L57: final FessConfig fessConfig = ComponentUtil.getFessConfig(); L58: final String field = getSearchField(context.getDefaultField(), wildcardQuery.getField()); L59: if (Constants.DEFAULT_FIELD.equals(field)) { L60: final String text = wildcardQuery.getTerm().text(); L61: context.addFieldLog(field, text); L62: context.addHighlightedQuery(StringUtils.strip(text, "*")); L63: return buildDefaultQueryBuilder(fessConfig,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.1K bytes -
DictionaryManagerTest.java
throws Exception { L33: super.setUp(); L34: testDir = File.createTempFile("synonymtest", "_dir"); L35: testDir.delete(); L36: testDir.mkdirs(); L37: file1 = new File(testDir, "synonym.txt"); L38: FileUtil.writeBytes(file1.getAbsolutePath(), "abc=>123\nxyz,890".getBytes(Constants.UTF_8)); L39: } L40: L41: @Override L42: public void tearDown() throws Exception { L43: super.tearDown(); L44: FileUtils.deleteDirectory(testDir); L45: } L46:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes -
KuromojiFileTest.java
L25:public class KuromojiFileTest extends UnitFessTestCase { L26: private KuromojiFile kuromojiFile; L27: L28: /* L29: // TODO L30: private File file1; L31: L32: @Override L33: protected void setUp() throws Exception { L34: file1 = File.createTempFile("kuromoji_", ".txt"); L35: FileUtil.write( L36: file1.getAbsolutePath(), L37: "token1,seg1,reading1,pos1\ntoken2,seg2,reading2,pos2\ntoken3,seg3,reading3,pos3" L38: ...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.3K bytes -
style.css
display: none !important; L46:} L47: L48:input[type="file"].form-control:not([type="file"]) { L49: height: 0% !important; L50:} L51: L52:#result ol { L53: list-style: none !important; L54: padding-left: 0; L55:} L56: L57:#result ol li { L58: margin-bottom: 0; L59:} L60: L61:#result .title { L62: margin: 1.0em 0 0.5em 0; L63: font-size: 120%; L64: font-weight: 600; L65:} L66: L67:section.content table { L68: display: table; L69: table-layout: fixed; L70: width L71:} L72: L73:section.content table td...github.com/codelibs/fess/src/main/webapp/css/ad...Thu Feb 13 07:47:04 UTC 2020 1.1K bytes