| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.query |
| Modifier and Type | Method and Description |
|---|---|
static QueryLanguage |
QueryLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryLanguage[] |
QueryLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexQueryFactory.getIndexQuery(QueryLanguage lang,
String query,
IndexClient client,
MetadataReference mdRef)
Gets the index query.
|
protected abstract IndexQuery |
IndexQueryFactory.newInstance(eu.dnetlib.functionality.cql.lucene.TranslatedQuery cql,
eu.dnetlib.functionality.index.query.Pruner.Result res,
QueryLanguage queryLanguage)
New instance.
|
protected IndexQuery |
SolrIndexQueryFactory.newInstance(eu.dnetlib.functionality.cql.lucene.TranslatedQuery cql,
eu.dnetlib.functionality.index.query.Pruner.Result res,
QueryLanguage lang) |
Copyright © 2019. All rights reserved.