| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.query.lucene | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FilterMultiColumnQuery
FilterMultiColumnQuery wraps a multi column query and filters
 out rows that do not satisfy a given constraint. | 
class  | 
JoinQuery
JoinQuery implements a query that performs a join. | 
class  | 
MultiColumnQueryAdapter
MultiColumnQueryAdapter adapts a lucene query to act like a
 MultiColumnQuery. | 
| Modifier and Type | Method and Description | 
|---|---|
static MultiColumnQuery | 
MultiColumnQueryAdapter.adapt(org.apache.lucene.search.Query query,
     Name selectorName)
Adapts the given  
query. | 
| Modifier and Type | Method and Description | 
|---|---|
MultiColumnQueryHits | 
SearchIndex.executeQuery(SessionImpl session,
            MultiColumnQuery query,
            Ordering[] orderings,
            long resultFetchHint)
Executes the query on the search index. 
 | 
| Constructor and Description | 
|---|
FilterMultiColumnQuery(MultiColumnQuery query,
                      Constraint constraint)
Creates a new filter multi column query for the given  
query
 and constraint. | 
JoinQuery(MultiColumnQuery left,
         MultiColumnQuery right,
         JoinType joinType,
         JoinConditionImpl joinCondition,
         NamespaceMappings nsMappings,
         HierarchyManager hmgr)
Creates a new join query. 
 | 
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)  | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.