Add your string to a Set, then pass that object as a parameter:

Set<String> set = new HashSet<String>();
set.add(myString);
Searcher.searchAnd(set);