Package | Description |
---|---|
org.openmrs.api.db.hibernate.search |
Modifier and Type | Method and Description |
---|---|
static LuceneQuery.MatchType |
LuceneQuery.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LuceneQuery.MatchType[] |
LuceneQuery.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.queryparser.classic.MultiFieldQueryParser |
LuceneQuery.newMultipleFieldQueryParser(Collection<String> fields,
LuceneQuery.MatchType matchType) |
static <T> LuceneQuery<T> |
LuceneQuery.newQuery(Class<T> type,
org.hibernate.Session session,
String query,
Collection<String> fields,
LuceneQuery.MatchType matchType) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.