Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Tosatto (0.04 sec)

  1. src/test/java/org/codelibs/opensearch/extension/analysis/PosConcatenationFilterFactory.java

            }
        }
    
        @Override
        public TokenStream create(final TokenStream tokenStream) {
            final PartOfSpeechAttribute posAtt = tokenStream.addAttribute(PartOfSpeechAttribute.class);
            return new PosConcatenationFilter(tokenStream, posTags, () -> posAtt.getPartOfSpeech());
        }
    Registered: 2025-06-06 09:08
    - Last Modified: 2025-03-15 06:51
    - 1.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - Decoupled `TaintManager` from `NodeLifeCycleController` (KEP-3902). ([#119208](https://github.com/kubernetes/kubernetes/pull/119208), [@atosatto](https://github.com/atosatto))
    - Enabled traces for KMSv2 encrypt/decrypt operations. ([#121095](https://github.com/kubernetes/kubernetes/pull/121095), [@aramase](https://github.com/aramase))
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-03-12 00:36
    - 429.6K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Remove deprecated `--enable-taint-manager` and `--pod-eviction-timeout` CLI ([#115840](https://github.com/kubernetes/kubernetes/pull/115840), [@atosatto](https://github.com/atosatto))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-07-17 07:48
    - 466.3K bytes
    - Viewed (2)
  4. CHANGELOG/CHANGELOG-1.21.md

    - Export `NewDebuggingRoundTripper` function and `DebugLevel` options in the k8s.io/client-go/transport package. ([#98324](https://github.com/kubernetes/kubernetes/pull/98324), [@atosatto](https://github.com/atosatto))
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-10-14 07:03
    - 367.3K bytes
    - Viewed (0)
Back to top