Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for 10 (0.01 sec)

  1. EditForm.java

    @Size(max = 10) L53: public String userFavorite; L54: L55: @Size(max = 10) L56: public String webApiJson; L57: L58: @Size(max = 10000) L59: public String appValue; L60: L61: @Size(max = 1000) L62: public String defaultLabelValue; L63: L64: @Size(max = 1000) L65: public String defaultSortValue; L66: L67: @Size(max = 10000) L68: public String virtualHostValue; L69: L70: @Size(max = 10) L71: public String appendQueryParameter; L72: L73: @Size(max = 10) L74: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      3.7K bytes
  2. TermQueryCommandTest.java

    refix_length\":0,\"max_expansions\":10,\"transpositions\":true,\"boost\":0.01}}},{\"fuzzy\":{\"content\":{\"value\":\"xxx:aaa\",\"fuzziness\":\"AUTO\",\"prefix_length\":0,\"max_expansions\":10,\"transpositions\":true,\"boost\":0.005}}}],\"adjust_pure_negative\":true,\"boost\":1.0}}", L104: "xxx:aaa"); L105: assertQueryBuilder(WildcardQueryBuilder.class, // L106: "{\"wildcard\":{\"url\":{\"wildcard\":\"*aaa*\",\"boost\":1.0}}}", // L107: "inurl:aaa");...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      9.2K bytes
  3. DocBoostMatcherTest.java

    L62: } L63: }.register(); L64: } L65: L66: public void test_integer() { L67: final DocBoostMatcher docBoostMatcher = new DocBoostMatcher(); L68: docBoostMatcher.setBoostExpression("10"); L69: docBoostMatcher.setMatchExpression("data1 > 10"); L70: L71: final Map<String, Object> map = new HashMap<String, Object>(); L72: L73: assertTrue(0.0f == docBoostMatcher.getValue(map)); L74: L75: map.put("data1", 20); L76: assertTrue(docB...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.6K bytes
  4. JvmUtilTest.java

    System.setProperty("java.version", "10.0.1"); L35: assertEquals(10, JvmUtil.getJavaVersion()); L36: System.setProperty("java.version", "11.0.1"); L37: assertEquals(11, JvmUtil.getJavaVersion()); L38: } L39: L40: public void test_filterJvmOptions() { L41: final String[] args = new String[] { // L42: "-X111", // L43: "8:-X222", // L44: "10:-X333", // L45: "11:-X444", // L46: "8-:-X555",...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.6K bytes
  5. GeoInfoTest.java

    \"location\":[151.0,35.0],\"distance\":1000.0,\"distance_type\":\"arc\",\"validation_method\":\"STRICT\",\"ignore_unmapped\":false,\"boost\":1.0}},{\"geo_distance\":{\"location\":[150.0,34.0],\"distance\":10000.0,\"distance_type\":\"arc\",\"validation_method\":\"STRICT\",\"ignore_unmapped\":false,\"boost\":1.0}}],\"adjust_pure_negative\":true,\"boost\":1.0}}"; L55: assertEquals(result, geoInfo.toQueryBuilder().toString().replaceAll("[ \n]", "")); L56: } L57: L58:}...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.9K bytes
  6. fess_se.xml

    L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="scriptEngineFactory" L6: class="org.codelibs.fess.script.ScriptEngineFactory"> L7: </component> L8:</components>...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Oct 21 12:16:01 UTC 2024
      279 bytes
  7. ActionForm.java

    tUtil; L19: L20:import jakarta.validation.constraints.Size; L21: L22:public class ActionForm { L23: @Size(max = 10) L24: public String replaceAliases; L25: L26: @Size(max = 10) L27: public String resetDictionaries; L28: L29: @Size(max = 10) L30: public String numberOfShardsForDoc = ComponentUtil.getFessConfig().getIndexNumberOfShards(); L31: L32: @Size(max = 10) L33: public String autoExpandReplicasForDoc = ComponentUtil.getFessConfig().getIndexAutoExpandReplicas(); L34:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  8. FessFunctionsTest.java

    value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code); L85: assertEquals("<pre class=\"prettyprint linenums:10\">aaa</pre>", value); L86: L87: code = "L10:aaa\nL11:bbb"; L88: value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code); L89: assertEquals("<pre class=\"prettyprint linenums:10\">aaa\nbbb</pre>", value); L90: L91: code = "L10:aaa\nL11:bbb\nL12:ccc"; L92: value = FessFunctions.formatCode("L", "prettyprint",...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.9K bytes
  9. fess_se++.xml

    L1:<?xml version="1.0" encoding="UTF-8"?> L2:<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" L3: "http://dbflute.org/meta/lastadi10.dtd"> L4:<components> L5: <component name="groovyEngine" L6: class="org.codelibs.fess.script.groovy.GroovyEngine"> L7: <postConstruct name="register"></postConstruct> L8: </component> L9:</components>...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Oct 21 12:16:01 UTC 2024
      322 bytes
  10. maven-metadata.xml

    L1:<?xml version="1.0" encoding="UTF-8"?> L2:<metadata> L3: <groupId>org.codelibs.fess</groupId> L4: <artifactId>fess-crawler-db-h2</artifactId> L5: <versioning> L6: <latest>1.0.12</latest> L7: <release>1.0.12</release> L8: <versions> L9: <version>1.0.0</version> L10: <version>1.0.1</version> L11: <version>1.0.2</version> L12: <version>1.0.3</version> L13: <version>1.0.4</version> L14: <version>1.0.5</version> L15: <version>1.0.6</version> L16: ...
    github.com/codelibs/fess/src/test/resources/plu...
    Mon Jun 17 13:30:41 UTC 2024
      719 bytes
Back to top