Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.searchengine.SearchQueryUtils.Conjunction
-
Packages that use SearchQueryUtils.Conjunction Package Description edu.cornell.mannlib.vitro.webapp.utils.searchengine -
-
Uses of SearchQueryUtils.Conjunction in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine that return SearchQueryUtils.Conjunction Modifier and Type Method Description static SearchQueryUtils.ConjunctionSearchQueryUtils.Conjunction. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchQueryUtils.Conjunction[]SearchQueryUtils.Conjunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchQueryUtils.Conjunction Modifier and Type Method Description static StringSearchQueryUtils. assembleConjunctiveQuery(String fieldName, Collection<String> words, SearchQueryUtils.Conjunction c)Glue these words together into a query on a given field, joined by either AND or OR.
-