if ((!commonWords.contains(str)) && (str.trim().length() > 0)) {
// increment word count;
// ingest word
// sdao.updateSearch ()
try {
sdao.updateSearch(new SearchBO(projectID, elementId,
wordCount++, metadataId, str, contentType));
} catch (SQLException e) {
break;
}
}