IOHelper.log(authorMap.size() + " author elements and "+paperMap.size()+" paper elements in personalized search index for " + (String)n.getProperty(DBNodeProperties.AUTHOR_NAME));
break;
}
}
RequestLocalSearchSuggestionResult result = new RequestLocalSearchSuggestionResult(authorMap, paperMap);
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.