Class SearchProperties.Server

java.lang.Object
io.jmix.search.SearchProperties.Server
Enclosing class:
SearchProperties

public static class SearchProperties.Server extends Object
  • Field Details

    • url

      protected final String url
      URL.
    • login

      protected final String login
      Login for basic authentication.
    • password

      protected final String password
      Password for basic authentication.
    • ssl

      protected final SearchProperties.SSL ssl
    • bulkRequestRefreshPolicy

      protected final RefreshPolicy bulkRequestRefreshPolicy
      RefreshPolicy policy that should be used with bulk requests to search platform: FALSE (default), TRUE, WAIT_FOR
  • Constructor Details

  • Method Details