Interface SearchLanguageChecker

All Known Implementing Classes:
LuceneSearchLanguageChecker, OpenSearchSearchLanguageChecker

public interface SearchLanguageChecker
Interface which checks if a search language is supported by the current platform. This is only currently relevant to OpenSearch as some plugins may not be installed.
Since:
9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns ValidationResult which is valid if the search language is supported and invalid otherwise.
  • Method Details