| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.searchengine |
| Modifier and Type | Method and Description |
|---|---|
static SearchQueryUtils.Conjunction |
SearchQueryUtils.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SearchQueryUtils.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.
|
Copyright © 2022. All rights reserved.