Commit c9becac2 by Sarath Subramanian

ATLAS-3345: AggregationMetrics on quick search is empty

parent 74bfe947
......@@ -400,6 +400,8 @@ public class GraphBackedSearchIndexer implements SearchIndexer, ActiveStateChang
baseInstance.setIndexFieldName(indexFieldName);
}
typeRegistry.addIndexFieldName(attribute.getVertexPropertyName(), indexFieldName);
LOG.info("Property {} is mapped to index field name {}", attribute.getQualifiedName(), attribute.getIndexFieldName());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment