Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Varada (0.15 sec)

  1. go.sum

    github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
    github.com/IBM/sarama v1.43.1 h1:Z5uz65Px7f4DhI/jQqEm/tV9t8aU+JUdTyW/K/fCXpA=
    github.com/IBM/sarama v1.43.1/go.mod h1:GG5q1RURtDNPz8xxJs3mgX6Ytak8Z9eLhAkJPObe2xE=
    github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Apr 16 18:48:56 GMT 2024
    - 84.4K bytes
    - Viewed (0)
  2. docs/bucket/notifications/README.md

    Install Apache Kafka from [here](http://kafka.apache.org/).
    
    ### Step 1: Ensure minimum requirements are met
    
    MinIO requires Kafka version 0.10 or 0.9. Internally MinIO uses the [Shopify/sarama](https://github.com/Shopify/sarama/) library and so has the same version compatibility as provided by this library.
    
    ### Step 2: Add Kafka endpoint to MinIO
    
    Plain Text
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
  3. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Merhaba", "Dünya", "arama"]
          },
          "turkish_stemmer": {
            "type":       "stemmer",
            "language":   "turkish"
          },
          "thai_stop": {
            "type":       "stop",
            "stopwords":  "_thai_"
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type":       "lowercase",
            "language":   "turkish"
          },
          "turkish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Merhaba", "Dünya", "arama"]
          },
          "turkish_stemmer": {
            "type":       "stemmer",
            "language":   "turkish"
          },
          "thai_stop": {
            "type":       "stop",
            "stopwords":  "_thai_"
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
Back to top