if (Pattern.matches(".*" + quotedTerm + ".*", NOT_SPECIFIED.toLowerCase())) {
                    JSONObject notSpecifiedItemJson = new JSONObject();
                    notSpecifiedItemJson.put(ID_FIELD, -1);
                    notSpecifiedItemJson.put(TEXT_FIELD, NOT_SPECIFIED);
                    retArray.add(notSpecifiedItemJson);