Skip to content

Commit

Permalink
Merge branch 'janusoptimisation' into dev/janusoptimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Nov 21, 2024
2 parents afe1a35 + 7feef65 commit a57c81b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,9 @@ private void prepareSearchResult(AtlasSearchResult ret, DirectIndexQueryResult i
if (AtlasConfiguration.ENABLE_JANUS_GRAPH_OPTIMISATION.getBoolean()) {
LOG.debug("enabled janusGraphOptimisation");
prepareSearchResultAsync(ret, indexQueryResult, resultAttributes, fetchCollapsedResults);
}else {
prepareSearchResultSync(ret, indexQueryResult, resultAttributes, fetchCollapsedResults);
}
prepareSearchResultSync(ret, indexQueryResult, resultAttributes, fetchCollapsedResults);
}
// Non-recursive collapse processing
private Map<String, AtlasSearchResult> processCollapseResults(Result result, SearchParams searchParams, Set<String> resultAttributes) throws AtlasBaseException {
Expand Down

0 comments on commit a57c81b

Please sign in to comment.