| Package | Description |
|---|---|
| eu.europeana.corelib.search.queryextractor |
| Modifier and Type | Method and Description |
|---|---|
QueryType |
QueryToken.getType() |
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Stack<QueryType> |
QueryToken.getTypeStack() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryExtractor.deconstructQuery(org.apache.lucene.search.Query query,
Stack<QueryType> queryTypeStack) |
| Constructor and Description |
|---|
QueryToken(String normalizedQueryTerm,
Stack<QueryType> typeStack,
int group) |
Copyright © 2018 Europeana Foundation. All rights reserved.