LOG.warn("search includes non-indexed attribute '{}'; might cause poor performance",qualifiedName);
LOG.warn("not using index-search for attribute '{}' - its either non-indexed or a string attribute used with NEQ operator; might cause poor performance",structType.getQualifiedAttributeName(attributeName));
graphFiltered.add(attributeName);
graphFiltered.add(attributeName);
}
}
...
@@ -222,9 +220,7 @@ public abstract class SearchProcessor {
...
@@ -222,9 +220,7 @@ public abstract class SearchProcessor {