if (currProjectIndexingInfo != null) {
builder.startArray("current_indexing");
for (ProjectIndexingInfo pi : currProjectIndexingInfo) {
pi.buildDocument(builder, true, false);
}
builder.endArray();
}
}
List<String> pkeys = getAllIndexedProjectsKeys();
if (pkeys != null) {
builder.startArray("indexed_jira_projects");