Package | Description |
---|---|
org.apache.jackrabbit.core.query | |
org.apache.jackrabbit.core.query.lucene |
Modifier and Type | Field and Description |
---|---|
protected ExecutableQuery |
QueryImpl.query
The actual query implementation that can be executed
|
Modifier and Type | Method and Description |
---|---|
ExecutableQuery |
QueryHandler.createExecutableQuery(SessionContext sessionContext,
String statement,
String language)
Creates a new query by specifying the query statement itself and the
language in which the query is stated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryImpl
AbstractQueryImpl provides a base class for executable queries
based on SearchIndex . |
class |
QueryImpl
Implements the
ExecutableQuery
interface. |
Modifier and Type | Method and Description |
---|---|
ExecutableQuery |
SearchIndex.createExecutableQuery(SessionContext sessionContext,
String statement,
String language)
Creates a new query by specifying the query statement itself and the
language in which the query is stated.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.