Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,002 for _version (0.05 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java

                        return "doc_id";
                    case FessConfig.INDEX_FIELD_ID:
                        return "id";
                    case FessConfig.INDEX_FIELD_VERSION:
                        return "_version";
                    case FessConfig.INDEX_FIELD_seq_no:
                        return "_seq_no";
                    case FessConfig.INDEX_FIELD_primary_term:
                        return "_primary_term";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 23.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/SearchHelperTest.java

            }
    
            @Override
            public String getIndexFieldId() {
                return "_id";
            }
    
            @Override
            public String getIndexFieldVersion() {
                return "_version";
            }
    
            @Override
            public String getIndexFieldSeqNo() {
                return "_seq_no";
            }
    
            @Override
            public String getIndexFieldPrimaryTerm() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    index.field.url=url
    # Field name for document ID in the index.
    index.field.doc_id=doc_id
    # Field name for internal ID in the index.
    index.field.id=_id
    # Field name for version in the index.
    index.field.version=_version
    # Field name for sequence number in the index.
    index.field.seq_no=_seq_no
    # Field name for primary term in the index.
    index.field.primary_term=_primary_term
    # Field name for language in the index.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getIndexFieldId();
    
        /**
         * Get the value for the key 'index.field.version'. <br>
         * The value is, e.g. _version <br>
         * comment: Field name for version in the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexFieldVersion();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  5. .go-version

    Carlos Panato <******@****.***> 1755157566 +0200
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 14 07:46:06 UTC 2025
    - 7 bytes
    - Viewed (0)
  6. gradle/libs.versions.toml

    junit5android-runner = { module = "de.mannodermaus.junit5:android-test-runner", version.ref = "de-mannodermaus-junit5" }
    kotlin-junit5 = { module = "org.jetbrains.kotlin:kotlin-test-junit5", version.ref = "org-jetbrains-kotlin" }
    kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "org-jetbrains-kotlin" }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 31 17:41:20 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttp.kt

       * The version string is configured in the root project's `build.gradle`.
       *
       * Note that OkHttp's runtime version may be different from the version specified in your
       * project's build file due to the dependency resolution features of your build tool.
       *
       * [semver]: https://semver.org
       */
      val VERSION: String
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 28 20:33:04 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  8. .github/workflows/build.yml

            with:
              distribution: 'zulu'
              java-version: 11
    
          - name: Configure JDK
            uses: actions/setup-java@v5
            with:
              distribution: 'zulu'
              java-version: 17
    
          - uses: graalvm/setup-graalvm@v1
            with:
              distribution: 'graalvm'
              java-version: 21
              github-token: ${{ secrets.GITHUB_TOKEN }}
              cache: 'gradle'
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Aug 21 07:15:58 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/base/StandardSystemProperty.java

      /** Java Virtual Machine implementation version. */
      JAVA_VM_VERSION("java.vm.version"),
    
      /** Java Virtual Machine implementation vendor. */
      JAVA_VM_VENDOR("java.vm.vendor"),
    
      /** Java Virtual Machine implementation name. */
      JAVA_VM_NAME("java.vm.name"),
    
      /** Java Runtime Environment specification version. */
      JAVA_SPECIFICATION_VERSION("java.specification.version"),
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 06 10:03:30 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  10. android/guava-testlib/src/com/google/common/collect/testing/testers/IgnoreJRERequirement.java

    /*
     * Copyright 2019 The Guava Authors
     *
     * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
     * in compliance with the License. You may obtain a copy of the License at
     *
     * http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software distributed under the License
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 02 18:21:28 UTC 2025
    - 1.2K bytes
    - Viewed (0)
Back to top