- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 33 for Teed (0.02 sec)
-
SearchApiManager.java
().isWebApiPopularWord()) { L548: writeJsonResponse(HttpServletResponse.SC_BAD_REQUEST, escapeJsonKeyValue(MESSAGE_FIELD, "Unsupported operation.")); L549: return; L550: } L551: L552: final String seed = request.getParameter("seed"); L553: String[] tags = SearchRequestParams.getParamValueArray(request, "label"); L554: final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey(); L555: if (StringUtil.isNotBlank(key)) { L556: ...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
replaceSchemaMap.dfprop
- - - - - - - - -/ L61: L62: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L63: # o sqlFileEncoding: (NotRequired - Default 'UTF-8') L64: # The encoding of SQL(DDL) file for Replace Schema. L65: # Basically you don't need this. L66: # L67: #; sqlFileEncoding = UTF-8 L68: # - - - - - - - - - -/ L69: L70: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L71: # o skipSheet: (NotRequired - Default '') L72: # You can specify the skip sheet...github.com/codelibs/fess/dbflute_fess/dfprop/re...Sat Oct 31 23:35:14 UTC 2015 9.3K bytes -
_readme.txt
Directory for ReplaceSchema task L67:schema : Directory for files of schema info L68:- - - - - - - - - -/ L69: L70:The files, _project.bat, _project.sh, build.properties L71:are for internal processes of DBFlute tasks so basically L72:you don't need to touch them....github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes -
FessMailDeliveryDepartmentCreator.java
#ext_point e.g. locale, database L85: final AsyncManager asyncManager = getAsyncManager(); L86: final MessageManager messageManager = getMessageManager(); L87: return new SMailDogmaticPostalPersonnel() { L88: L89: // *if you need user locale switching or templates from database, L90: // override createConventionReceptionist() (see the method for the details) L91: @Override L92: protected SMailConventionReceptionist createConventionReceptionist()...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7K bytes -
EsAbstractConditionBean.java
} L197: L198: @Override L199: public boolean isFetchNarrowingEffective() { L200: return getSqlClause().isFetchNarrowingEffective(); L201: } L202: L203: @Override L204: public void xdisableFetchNarrowing() { L205: // no need to disable in ConditionBean, basically for OutsideSql L206: String msg = "This method is unsupported on ConditionBean!"; L207: throw new UnsupportedOperationException(msg); L208: } L209: L210: @Override L211: public void xen...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 17.8K bytes -
SuggestHelper.java
L230: final List<FunctionScoreQueryBuilder.FilterFunctionBuilder> flist = new ArrayList<>(); L231: flist.add(new FunctionScoreQueryBuilder.FilterFunctionBuilder(ScoreFunctionBuilders.randomFunction() L232: .seed(ComponentUtil.getSystemHelper().getCurrentTimeAsLong()).setField(fessConfig.getIndexFieldDocId()))); L233: reader.setQuery(QueryBuilders L234: .functionScoreQuery(QueryBuilders.matchAllQuery(), L235: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 18.1K bytes -
FessBaseAction.java
Hook L107: // ====== L108: // to suppress unexpected override by sub-class L109: // you should remove the 'final' if you need to override this L110: @Override L111: public ActionResponse godHandPrologue(final ActionRuntime runtime) { L112: fessLoginAssist.getSavedUserBean().ifPresent(u -> { L113: final boolean result = u.getFessUser().refresh(); L114:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
openapi-user.yaml
L487: tags: L488: - popularword L489: summary: List popular words L490: description: Returns available labels L491: operationId: listPopularWords L492: parameters: L493: - name: seed L494: in: query L495: description: Random seed to return popular words L496: required: false L497: schema: L498: type: string L499: example: 123 L500: - name: label L501: in: query L502: description:...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes -
fess
fess L19:# Description: Starts fess using start-stop-daemon L20:### END INIT INFO L21: L22:PATH=/bin:/usr/bin:/sbin:/usr/sbin L23:NAME=fess L24:DESC="Fess Server" L25:DEFAULT=/etc/default/$NAME L26: L27:if [ `id -u` -ne 0 ]; then L28: echo "You need root privileges to run this script" L29: exit 1 L30:fi L31: L32: L33:. /lib/lsb/init-functions L34: L35:if [ -r /etc/default/rcS ]; then L36: . /etc/default/rcS L37:fi L38: L39:# The following variables can be overwritten in $DEFAULT L40: L41:# Run...github.com/codelibs/fess/src/packaging/deb/init...Sun Jan 15 06:32:15 UTC 2023 5.8K bytes -
CrawlerLogTests.java
L33:import org.junit.jupiter.api.BeforeEach; L34:import org.junit.jupiter.api.Tag; L35:import org.junit.jupiter.api.Test; L36: L37:import io.restassured.RestAssured; L38:import io.restassured.path.json.JsonPath; L39: L40:/** L41: * Integration Tests which need an execution of crawler L42: * - /api/admin/joblog L43: * - /api/admin/crawlinginfo L44: * - /api/admin/failureurl L45: * - /api/admin/searchlist L46: * */ L47:@Tag("it") L48:public class CrawlerLogTests extends CrawlTestBase { L49: private static...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.1K bytes