public interface MappingsHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds mappings to the underlying search engine based on the provided JSON source.
  • Method Details

    • putMappings

      void putMappings(String source)
      Adds mappings to the underlying search engine based on the provided JSON source.
      Parameters:
      source - The JSON string representing the search engine mappings to add.