- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 318 for failed (0.05 sec)
-
CrawlingInfoHelper.java
queryRequestBuilder -> { L184: queryRequestBuilder.setQuery(QueryBuilders.matchAllQuery()); L185: final TermsAggregationBuilder termsBuilder = AggregationBuilders.terms(fessConfig.getIndexFieldSegment()) L186: .field(fessConfig.getIndexFieldSegment()).size(maxSessionIdsInList).order(BucketOrder.key(false)); L187: queryRequestBuilder.addAggregation(termsBuilder); L188: queryRequestBuilder.setPreference(Constants.SEARCH_PREFERENCE_LOCAL); L189:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.6K bytes -
packaging.properties
like in rpm/packaging.properties and deb/packaging.properties. L5: L6:# Environment file L7:packaging.env.file= L8: L9:# Default configuration directory and file to use in bin/plugin script L10: L11:# Default values for min/max heap memory allocated to fess java process L12:packaging.fess.heap.min=256m 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 ...github.com/codelibs/fess/src/packaging/common/p...Thu Dec 10 01:24:02 UTC 2015 797 bytes -
outsideSqlMap.dfprop
sqlPackage: (NotRequired - Default all packages) L163: # The package of SQL file for outsideSql. L164: # This is basically for narrowing SQL-searching target, L165: # for example, when the project has SQL files for other framework. L166: # So basically you don't need this. L167: # L168: # You can use variable '$$PACKAGE_BASE$$' that means 'packageBase'. L169: # But you need to make SQL files at 'exbhv' under the set package L170: # if you use BehaviorQueryPath (Memb...github.com/codelibs/fess/dbflute_fess/dfprop/ou...Sat Jul 25 06:04:16 UTC 2015 8K bytes -
.generated_files
leaf filename (no path) L14:# paths-from-repo - read a file from the repo and load file paths L15:# L16: L17:file-prefix zz_generated. L18: L19:file-name types.generated.go L20:file-name generated.pb.go L21:file-name generated.proto L22:file-name types_swagger_doc_generated.go L23: L24:path-prefix vendor/ L25:path-prefix pkg/generated/...github.com/kubernetes/kubernetes/.generated_filesTue Oct 04 23:47:25 UTC 2022 750 bytes -
BsFileConfig.java
null) { L191: addFieldToSource(sourceMap, "virtualHosts", virtualHosts); L192: } L193: return sourceMap; L194: } L195: L196: protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) { L197: sourceMap.put(field, value); L198: } L199: L200: // =================================================================================== L201: // Basic Override L202:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 13.7K bytes -
additionalForeignKeyMap.dfprop
------------ L2:# additionalForeignKeyMap: (NotRequired - Default map:{}) L3:# L4:# If foreign key does not exist in your database, L5:# you can set up here as virtual foreign key for DBFlute. L6:# L7:# And it's one-to-one relation if you add one fixed condition to referrer table, L8:# you can set virtual foreign key with fixedCondition and fixedSuffix. L9:# And you can use it to view objects too. L10:# L11:# If local column name is same as foreign column name, L12:# you can omit the setting of...github.com/codelibs/fess/dbflute_fess/dfprop/ad...Sat Jul 04 22:46:31 UTC 2015 1.7K bytes -
LICENSE
L1:The MIT License (MIT) L2: L3:Copyright (c) 2015-2018 gimme contributors L4: L5:Permission is hereby granted, free of charge, to any person obtaining a copy L6:of this software and associated documentation files (the "Software"), to deal L7:in the Software without restriction, including without limitation the rights L8:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L9:copies of the Software, and to permit persons to whom the Software is L10:furnished to do so, subject...github.com/kubernetes/kubernetes/LICENSES/third...Wed Feb 01 21:34:23 UTC 2023 1.1K bytes -
LICENSE
L1:The MIT License (MIT) L2: L3:Copyright (c) 2015-2016 Manfred Touron L4: L5:Permission is hereby granted, free of charge, to any person obtaining a copy L6:of this software and associated documentation files (the "Software"), to deal L7:in the Software without restriction, including without limitation the rights L8:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L9:copies of the Software, and to permit persons to whom the Software is L10:furnished to do so, subject to...github.com/kubernetes/kubernetes/LICENSES/third...Thu Jul 08 11:48:19 UTC 2021 1.1K bytes -
no.js
nok",badTelephone:"Du har ikke oppgitt et korrekt telefonnummer",badTime:"Du har ikke oppgitt en korrekt tid",badUrl:"Inntastingsverdien er ikke en korrekt URL",badreCaptcha:"Vennligst bekreft at du ikke er en robot",errorTitle:"Innsending av skjemaet feilet!",groupCheckedEnd:" ting",groupCheckedRangeStart:"Vennligst velg mellom ",groupCheckedTooFewStart:"Vennligst velg minst ",groupCheckedTooManyStart:"Vennligst velg maksimum ",imageRatioNotAccepted:"Bildestørrelse ikke akseptert",imageTooSmall:"bildet...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.4K bytes -
_readme.txt
(outside-sql-test): L56:A execution command of OutsideSqlTest task L57:which executes outside-SQL files and you can check L58:whether the SQLs have correct formats. L59: L60:The directories are for DBFlute tasks: L61:/- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L62:dfprop : Directory for DBFlute properties L63:extlib : Directory for Directory for library extension L64:log : Directory for log files of DBFlute tasks L65:output/doc : Directory for auto-generated documents L66:playsql...github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes