Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 4,202 for _version (0.68 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. okcurl/src/main/resources-templates/okcurl-version.properties

    version=${projectVersion}...
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 26 bytes
    - Viewed (0)
  7. 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)
  8. src/test/resources/plugin/repo3/fess-crawler-webdriver/maven-metadata.xml

          <version>2.4.0</version>
          <version>2.4.1</version>
          <version>2.4.2</version>
          <version>2.4.3</version>
          <version>2.4.4</version>
          <version>2.4.5</version>
          <version>2.5.0</version>
          <version>2.5.1</version>
          <version>2.5.2</version>
          <version>2.5.3</version>
          <version>2.6.0</version>
          <version>2.6.1</version>
          <version>2.6.2</version>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. docs/features/https.md

        .build();
    ```
    
    ### Debugging TLS Handshake Failures
    
    The TLS handshake requires clients and servers to share a common TLS version and cipher suite. This
    depends on the JVM or Android version, OkHttp version, and web server configuration. If there is no
    common cipher suite and TLS version, your call will fail like this:
    
    ```
    Caused by: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7f2719a89e80:
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Dec 24 00:16:30 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  10. 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)
Back to top