Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl
Implements the
ExecutableQuery
interface. |
Modifier and Type | Field and Description |
---|---|
protected AbstractQueryImpl |
QueryResultImpl.queryImpl
The query instance which created this query result.
|
Modifier and Type | Method and Description |
---|---|
MultiColumnQueryHits |
SearchIndex.executeQuery(SessionImpl session,
AbstractQueryImpl queryImpl,
org.apache.lucene.search.Query query,
Path[] orderProps,
boolean[] orderSpecs,
String[] orderFuncs,
long resultFetchHint)
Executes the query on the search index.
|
Constructor and Description |
---|
MultiColumnQueryResult(SearchIndex index,
SessionContext sessionContext,
AbstractQueryImpl queryImpl,
MultiColumnQuery query,
org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion,
ColumnImpl[] columns,
OrderingImpl[] orderings,
boolean documentOrder,
long offset,
long limit) |
QueryResultImpl(SearchIndex index,
SessionContext sessionContext,
AbstractQueryImpl queryImpl,
org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion,
ColumnImpl[] columns,
boolean documentOrder,
long offset,
long limit)
Creates a new query result.
|
SingleColumnQueryResult(SearchIndex index,
SessionContext sessionContext,
AbstractQueryImpl queryImpl,
org.apache.lucene.search.Query query,
org.apache.jackrabbit.core.query.lucene.SpellSuggestion spellSuggestion,
ColumnImpl[] columns,
Path[] orderProps,
boolean[] orderSpecs,
String[] orderFuncs,
boolean documentOrder,
long offset,
long limit) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.