134135136137138139140141142143144
} } } if ("_index".equals(field)) { return new IndexNameFacetCollector(facetName, context.shardTarget().index(), comparatorType, size); } Pattern pattern = null; if (regex != null) { pattern = Regex.compile(regex, regexFlags);