public class ParentLuceneBuilder extends BaseLuceneBuilder
| Constructor and Description |
|---|
ParentLuceneBuilder(DictionaryService dictionaryService)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
<Q,S,E extends Throwable> |
buildLuceneEquality(LuceneQueryParserAdaptor<Q,S,E> lqpa,
Serializable value,
PredicateMode mode,
LuceneFunction luceneFunction) |
<Q,S,E extends Throwable> |
buildLuceneExists(LuceneQueryParserAdaptor<Q,S,E> lqpa,
Boolean not) |
<Q,S,E extends Throwable> |
buildLuceneLike(LuceneQueryParserAdaptor<Q,S,E> lqpa,
Serializable value,
Boolean not) |
String |
getLuceneFieldName() |
<Q,S,E extends Throwable> |
getLuceneSortField(LuceneQueryParserAdaptor<Q,S,E> lqpa) |
buildLuceneGreaterThan, buildLuceneGreaterThanOrEquals, buildLuceneIn, buildLuceneInequality, buildLuceneLessThan, buildLuceneLessThanOrEqualspublic ParentLuceneBuilder(DictionaryService dictionaryService)
dictionaryService - DictionaryServicepublic String getLuceneFieldName()
getLuceneFieldName in interface CMISPropertyLuceneBuildergetLuceneFieldName in class BaseLuceneBuilderpublic <Q,S,E extends Throwable> Q buildLuceneEquality(LuceneQueryParserAdaptor<Q,S,E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) throws E extends Throwable
buildLuceneEquality in interface CMISPropertyLuceneBuilderbuildLuceneEquality in class BaseLuceneBuildervalue - Serializablemode - PredicateModeluceneFunction - LuceneFunctionEE extends Throwablepublic <Q,S,E extends Throwable> Q buildLuceneExists(LuceneQueryParserAdaptor<Q,S,E> lqpa, Boolean not) throws E extends Throwable
buildLuceneExists in interface CMISPropertyLuceneBuilderbuildLuceneExists in class BaseLuceneBuildernot - BooleanEE extends Throwablepublic <Q,S,E extends Throwable> Q buildLuceneLike(LuceneQueryParserAdaptor<Q,S,E> lqpa, Serializable value, Boolean not) throws E extends Throwable
buildLuceneLike in interface CMISPropertyLuceneBuilderbuildLuceneLike in class BaseLuceneBuildervalue - Serializablenot - BooleanEE extends Throwablepublic <Q,S,E extends Throwable> String getLuceneSortField(LuceneQueryParserAdaptor<Q,S,E> lqpa)
getLuceneSortField in interface CMISPropertyLuceneBuildergetLuceneSortField in class BaseLuceneBuilderlqpa - TODOCopyright © 2005–2019 Alfresco Software. All rights reserved.