| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.query.fulltext |
| Modifier and Type | Class and Description |
|---|---|
static class |
FullTextVisitor.FullTextVisitorBase
The base implementation of a full-text visitor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FullTextTerm.accept(FullTextVisitor v) |
boolean |
FullTextOr.accept(FullTextVisitor v) |
abstract boolean |
FullTextExpression.accept(FullTextVisitor v)
Let the expression call the applicable visit method of the visitor.
|
boolean |
FullTextContains.accept(FullTextVisitor v) |
boolean |
FullTextAnd.accept(FullTextVisitor v) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.