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, buildLuceneLessThanOrEquals
public ParentLuceneBuilder(DictionaryService dictionaryService)
dictionaryService
- DictionaryServicepublic String getLuceneFieldName()
getLuceneFieldName
in interface CMISPropertyLuceneBuilder
getLuceneFieldName
in class BaseLuceneBuilder
public <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 CMISPropertyLuceneBuilder
buildLuceneEquality
in class BaseLuceneBuilder
value
- Serializablemode
- PredicateModeluceneFunction
- LuceneFunctionE
E extends Throwable
public <Q,S,E extends Throwable> Q buildLuceneExists(LuceneQueryParserAdaptor<Q,S,E> lqpa, Boolean not) throws E extends Throwable
buildLuceneExists
in interface CMISPropertyLuceneBuilder
buildLuceneExists
in class BaseLuceneBuilder
not
- BooleanE
E extends Throwable
public <Q,S,E extends Throwable> Q buildLuceneLike(LuceneQueryParserAdaptor<Q,S,E> lqpa, Serializable value, Boolean not) throws E extends Throwable
buildLuceneLike
in interface CMISPropertyLuceneBuilder
buildLuceneLike
in class BaseLuceneBuilder
value
- Serializablenot
- BooleanE
E extends Throwable
public <Q,S,E extends Throwable> String getLuceneSortField(LuceneQueryParserAdaptor<Q,S,E> lqpa)
getLuceneSortField
in interface CMISPropertyLuceneBuilder
getLuceneSortField
in class BaseLuceneBuilder
lqpa
- TODOCopyright © 2005–2019 Alfresco Software. All rights reserved.