Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for Sample (0.06 sec)

  1. SearchApiTests.java

    assertTrue(value <= to); L324: } L325: } L326: L327: @Test L328: public void searchTestWithBoost() throws Exception { L329: String field = "content"; L330: String query1 = "java"; L331: String query2 = "sample"; L332: Map<String, String> params = new HashMap<>(); L333: params.put("q", field + ":" + query1 + "^1000 OR " + field + ":" + query2); L334: params.put("num", "100"); L335: String response = checkMethodBase(new HashMa...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      18.6K bytes
  2. openapi-user.yaml

    type: integer L191: example: 20 L192: page_number: L193: type: integer L194: example: 1 L195: record_count: L196: type: integer L197: format: int64 L198: example: 31625 L199: page_count: L200: type: integer L201: example: 1 L202: highlight_params: L203: ...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  3. FessFileTransformerTest.java

    assertEquals(exp, transformer.decodeUrlAsName(url, true)); L45: L46: url = "http://example.com/"; L47: exp = "http://example.com/"; L48: assertEquals(exp, transformer.decodeUrlAsName(url, false)); L49: L50: url = "http://example.com/index.html"; L51: exp = "http://example.com/index.html"; L52: assertEquals(exp, transformer.decodeUrlAsName(url, false)); L53: L54: url = "http://example.com/" + encodeUrl("テスト ") + ".html"; L55: exp = "http://example.com/テスト...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 04 06:20:49 UTC 2024
      9.8K bytes
  4. fe.tld

    ignature> L141: <example> L142: ${fe:facetQuery()} L143: </example> L144: </function> L145: L146: <function> L147: <description> L148: Returns query parameters for More Like This. L149: </description> L150: <name>mltQuery</name> L151: <function-class>org.codelibs.fess.taglib.FessFunctions</function-class> L152: <function-signature>java.lang.String mltQuery()</function-signature> L153: <example> L154: ${fe:mltQuery()} L155: </example> L156: </function>...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Sat Dec 23 06:18:48 UTC 2023
      10K bytes
  5. FessXpathTransformerTest.java

    L883: L884: data = "<img src=\"http://example/foo.jpg\">" // L885: + "<img src=\"http://example/bar.jpg\">"; L886: expected = "http://example/foo.jpg"; L887: assertGetThumbnailUrl(data, expected); L888: L889: data = "<img src=\"http://example/foo.jpg\">" // L890: + "<img src=\"http://example/bar.jpg\" width=\"100\" height=\"100\">"; L891: expected = "http://example/bar.jpg"; L892: assertGetThumbnailUrl(data, expected); L893: L894:...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
  6. index.html

    - - L57:<a href="fess-theme-codesearch/" title="fess-theme-codesearch/">fess-theme-codesearch/</a> - - L58:<a href="fess-theme-simple/" title="fess-theme-simple/">fess-theme-simple/</a> - - L59:<a href="fess-thumbnail-playwright/" title="fess-thumbnail-playwright/">fess-thumbnail-playwright/</a> - ...
    github.com/codelibs/fess/src/test/resources/plu...
    Mon Jun 17 13:30:41 UTC 2024
      6.2K bytes
  7. dbflute.xml

    name="mydbflute.dir" value="${basedir}/mydbflute" /> L4: <property name="target.dir" value="${basedir}/target" /> L5: <property name="branch.name" value="fess-14.17" /> L6: <property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> L7: L8: <target name="mydbflute.check"> L9: <condition property="mydbflute.exists"> L10: <available file="${mydbflute.dir}" type="dir" /> L11: </condition> L12: </target> L13: L14: <target name="download.dbflute"...
    github.com/codelibs/fess/dbflute.xml
    Sat Sep 21 05:37:26 UTC 2024
      1000 bytes
  8. CrawlingInfoHelperTest.java

    super.setUp(); L35: crawlingInfoHelper = new CrawlingInfoHelper(); L36: } L37: L38: public void test_generateId() { L39: final Map<String, Object> dataMap = new HashMap<String, Object>(); L40: dataMap.put("url", "http://example.com/"); L41: L42: assertEquals( L43: "6b2d3770573e53f9f2d743e0598fad397c34968566001329c436f041871fd8af950b32ce77da6cc4a5561a6ccf4d2d7741269209ac254c234a972029ec92110e", L44: crawlingInfoHelper.generateId(dataMap));...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.5K bytes
  9. EsAbstractConditionAggregation.java

    ngeAggregationBuilder; L33:import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; L34:import org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder; L35:import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder; L36:import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder; L37:import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; L38:import org.opensearch.search.aggrega...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      12.4K bytes
  10. BsRoleCA.java

    ggregationBuilder; L25:import org.opensearch.search.aggregations.bucket.missing.MissingAggregationBuilder; L26:import org.opensearch.search.aggregations.bucket.range.IpRangeAggregationBuilder; L27:import org.opensearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder; L28:import org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder; L29:import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder; L30:import org.opensearch.search.aggrega...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.9K bytes
Back to top