Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Teed (0.03 sec)

  1. PopularWordHelper.java

    reAsInteger().longValue(), TimeUnit.MINUTES).build(); L57: } L58: L59: public List<String> getWordList(final SearchRequestType searchRequestType, final String seed, final String[] tags, final String[] roles, L60: final String[] fields, final String[] excludes) { L61: final String baseSeed = seed != null ? seed : fessConfig.getSuggestPopularWordSeed(); L62: final String[] baseTags = tags != null ? tags : fessConfig.getSuggestPopularWordTagsAsArray(); L63: final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      5.6K bytes
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. FessConfig.java

    getForumSupportedLangs(); L7064: L7065: /** L7066: * Get the value for the key 'suggest.popular.word.seed'. <br> L7067: * The value is, e.g. 0 <br> L7068: * @return The value of found property. (NotNull: if not found, exception but basically no way) L7069: */ L7070: String getSuggestPopularWordSeed(); L7071: L7072: /** L7073: * Get the value for the key 'suggest.popular.word.seed' as {@link Integer}. <br> L7074: * The value is, e.g. 0 <br> L7075: * @return The value of...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  10. 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
Back to top