Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 14 for _don (0.53 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/length/ReplaceValueInLength.java

    import org.gradle.api.tasks.Internal;
    
    /**
     * A transformation to replace the key in a length assertion, must be a numeric type
     * For example, change from "length":{"index._doc": 1} to "length":{"index._doc": 2}
     */
    public class ReplaceValueInLength extends ReplaceByKey {
    
        public ReplaceValueInLength(String replaceKey, NumericNode replacementNode) {
            this(replaceKey, replacementNode, null);
        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 14:44:05 GMT 2021
    - 1.5K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java

                    "createdTime", now, //
                    "expiredTime", now + ttl));
    
            try (CurlResponse response = ComponentUtil.getCurlHelper() //
                    .put("/" + getIndexName() + "/_doc/" + instanceId + "?refresh=true") //
                    .body(body)
                    .execute()) {
                if (response.getHttpStatusCode() != 200 && response.getHttpStatusCode() != 201) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 33.3K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/length/ReplaceKeyInLength.java

    import org.gradle.api.tasks.Internal;
    
    /**
     * A transformation to replace the key in a length assertion.
     * For example, change from "length":{"index._type": 1} to "length":{"index._doc": 1}
     */
    public class ReplaceKeyInLength extends ReplaceByKey {
    
        public ReplaceKeyInLength(String replaceKey, String newKeyName, String testName) {
            super(replaceKey, newKeyName, null, testName);
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/match/ReplaceKeyInMatch.java

    import org.gradle.api.tasks.Internal;
    
    /**
     * A transformation to replace the key in a match. For example, change from "match":{"index._type": "foo"} to "match":{"index._doc": "foo"}
     */
    public class ReplaceKeyInMatch extends ReplaceByKey {
    
        public ReplaceKeyInMatch(String replaceKey, String newKeyName, String testName) {
            super(replaceKey, newKeyName, null, testName);
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  5. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy

                tasks.named("yamlRestTestV${compatibleVersion}CompatTransform").configure({ task ->
                  task.skipTest("test/test/two", "This is a test to skip test two")
                  task.replaceValueInMatch("_type", "_doc")
                  task.replaceValueInMatch("_source.values", ["z", "x", "y"], "one")
                  task.removeMatch("_source.blah")
                  task.removeMatch("_source.junk", "two")
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 16.4K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/it/ITBase.java

            final String testToken = System.getProperty(TEST_TOKEN);
            if (testToken != null) {
                return;
            }
            given().contentType("application/json").delete(getEsUrl() + "/fess_config.access_token/_doc/" + DEFAULT_TEST_TOKEN_ID);
        }
    
        public static void refresh() {
            given().contentType("application/json").post(getEsUrl() + "/_refresh");
        }
    
        public static String getFessUrl() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  7. src/main/resources/fess_indices/fess/en-ie/stopwords.txt

    ar
    arna
    as
    b'
    ba
    beirt
    bhúr
    caoga
    ceathair
    ceathrar
    chomh
    chtó
    chuig
    chun
    cois
    céad
    cúig
    cúigear
    d'
    daichead
    dar
    de
    deich
    deichniúr
    den
    dhá
    do
    don
    dtí
    dá
    dár
    dó
    faoi
    faoin
    faoina
    faoinár
    fara
    fiche
    gach
    gan
    go
    gur
    haon
    hocht
    i
    iad
    idir
    in
    ina
    ins
    inár
    is
    le
    leis
    lena
    lenár
    m'
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 19 06:31:02 GMT 2018
    - 685 bytes
    - Click Count (0)
  8. docs/distributed/README.md

    ```sh
    export MINIO_ROOT_USER=<ACCESS_KEY>
    export MINIO_ROOT_PASSWORD=<SECRET_KEY>
    minio server http://host{1...n}/export{1...m}
    ```
    
    > **NOTE:** In above example `n` and `m` represent positive integers, _do not copy paste and expect it work make the changes according to local deployment and setup_.
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  9. src/main/webapp/js/admin/moment-with-locales.min.js

    it("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 360.5K bytes
    - Click Count (2)
  10. src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java

            assertEquals("active", body.get("status"));
            assertNotNull(body.get("createdTime"));
            assertNotNull(body.get("expiredTime"));
            assertTrue(capturedPath.get().contains("/_doc/node1@host1"));
        }
    
        @Test
        public void test_tryStartOperation_documentBody() {
            setupMockFessConfig();
            final AtomicReference<String> capturedBody = new AtomicReference<>();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 58.6K bytes
    - Click Count (0)
Back to Top