public interface LuceneQueryParserExpressionAdaptor<Q,E extends Throwable>
Modifier and Type | Method and Description |
---|---|
void |
addExcluded(Q q) |
void |
addExcluded(Q q,
float boost) |
void |
addOptional(Q q) |
void |
addOptional(Q q,
float boost) |
void |
addRequired(Q q) |
void |
addRequired(Q q,
float boost) |
Q |
getNegatedQuery() |
Q |
getQuery() |
Copyright © 2005–2020 Alfresco Software. All rights reserved.