Interface MappingsHelper
public interface MappingsHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
putMappings
(String source) Adds mappings to the underlying search engine based on the provided JSON source.
-
Method Details
-
putMappings
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.
-