Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Reed (0.02 sec)

  1. 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
  2. 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
  3. 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
  4. 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
  5. FessXpathTransformerTest.java

    L584: protected PathMappingHelper getPathMappingHelper() { L585: return new PathMappingHelper(); L586: } L587: }; L588: fessXpathTransformer.init(); L589: fessXpathTransformer.convertUrlMap.put("feed:", "http:"); L590: L591: List<RequestData> urlList = new ArrayList<>(); L592: L593: urlList = fessXpathTransformer.convertChildUrlList(urlList); L594: assertEquals(0, urlList.size()); L595: L596: urlList.clear(); L597: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
  6. 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
  7. fess_config.properties

    langs=en,ja L822: L823:# ---------------------------------------------------------- L824:# Suggest L825:# ------ L826: L827:suggest.popular.word.seed=0 L828:suggest.popular.word.tags= L829:suggest.popular.word.fields= L830:suggest.popular.word.excludes= L831:suggest.popular.word.size=10 L832:suggest.popular.word.window.size=30 L833:suggest.popular.word.query.freq=10 L834:suggest.min.hit.count=1...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  8. SearchApiTests.java

    L33:import org.junit.jupiter.api.Tag; L34:import org.junit.jupiter.api.Test; L35: L36:import io.restassured.RestAssured; L37:import io.restassured.path.json.JsonPath; L38:import io.restassured.response.Response; L39: L40:/** L41: * Integration Tests which need an execution of crawler L42: * - /api/v1/documents L43: * */ L44:@Tag("it") L45:public class SearchApiTests extends CrawlTestBase { L46: private static final Logger logger = LogManager.getLogger(SearchApiTests.class); L47: private static final...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      18.6K bytes
Back to top