|
@@ -45,7 +45,6 @@ import java.util.LinkedHashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
import java.util.Objects;
|
|
|
-import java.util.Set;
|
|
|
import java.util.function.BooleanSupplier;
|
|
|
import java.util.function.Function;
|
|
|
import java.util.function.Supplier;
|
|
@@ -365,14 +364,6 @@ public class MapperService extends AbstractIndexComponent implements Closeable {
|
|
|
return mappingLookup().fieldTypesLookup().get(fullName);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Returns all the fields that match the given pattern. If the pattern is prefixed with a type
|
|
|
- * then the fields will be returned with a type prefix.
|
|
|
- */
|
|
|
- public Set<String> simpleMatchToFullName(String pattern) {
|
|
|
- return mappingLookup().simpleMatchToFullName(pattern);
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* {@code volatile} read a (mostly) immutable snapshot current mapping.
|
|
|
*/
|