Skip navigation links
A B C D E F G H I J L M O P Q R S T U V W 

A

analyzer(String) - Method in class com.github.wz2cool.elasticsearch.operator.MatchOperator
see also MatchQueryBuilder.analyzer(String)
analyzer(String) - Method in class com.github.wz2cool.elasticsearch.operator.MatchPhraseOperator
see also MatchPhraseQueryBuilder.analyzer(String)
analyzer(String) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.analyzer(String analyzer)
and(UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(FilterMode, UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, FilterMode, UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(FilterMode, FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, FilterMode, FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(FilterMode, QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
and(boolean, FilterMode, QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
ArrayFilterOperators<R extends Comparable> - Class in com.github.wz2cool.elasticsearch.operator
 
ArrayFilterOperators() - Constructor for class com.github.wz2cool.elasticsearch.operator.ArrayFilterOperators
 
asc() - Static method in class com.github.wz2cool.elasticsearch.helper.BuilderHelper
 

B

BaseFilterGroup<T,S extends BaseFilterGroup<T,S>> - Class in com.github.wz2cool.elasticsearch.query
 
BaseFilterGroup() - Constructor for class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
BuilderHelper - Class in com.github.wz2cool.elasticsearch.helper
 
buildNativeSearch() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
buildNativeSearch() - Method in interface com.github.wz2cool.elasticsearch.query.IElasticsearchQuery
 
buildNativeSearch() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.FuzzyOperator
 
buildQuery(String) - Method in interface com.github.wz2cool.elasticsearch.operator.IFilterOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.MatchOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.MatchPhraseOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.PrefixOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.RegexpOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.TermOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.TermsOperator
 
buildQuery(String) - Method in class com.github.wz2cool.elasticsearch.operator.WildcardOperator
 
buildQueryJson(NativeSearchQuery) - Method in interface com.github.wz2cool.elasticsearch.query.IElasticsearchQuery
 

C

ColumnInfo - Class in com.github.wz2cool.elasticsearch.model
 
ColumnInfo() - Constructor for class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
com.github.wz2cool.elasticsearch.cache - package com.github.wz2cool.elasticsearch.cache
 
com.github.wz2cool.elasticsearch.core - package com.github.wz2cool.elasticsearch.core
 
com.github.wz2cool.elasticsearch.helper - package com.github.wz2cool.elasticsearch.helper
 
com.github.wz2cool.elasticsearch.lambda - package com.github.wz2cool.elasticsearch.lambda
 
com.github.wz2cool.elasticsearch.model - package com.github.wz2cool.elasticsearch.model
 
com.github.wz2cool.elasticsearch.operator - package com.github.wz2cool.elasticsearch.operator
 
com.github.wz2cool.elasticsearch.query - package com.github.wz2cool.elasticsearch.query
 
com.github.wz2cool.elasticsearch.repository - package com.github.wz2cool.elasticsearch.repository
 
com.github.wz2cool.elasticsearch.repository.support - package com.github.wz2cool.elasticsearch.repository.support
 
com.github.wz2cool.exception - package com.github.wz2cool.exception
 
CommonsHelper - Class in com.github.wz2cool.elasticsearch.helper
 
convert(Function<? super T, ? extends R>) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
转化对象
createQuery(Class<T>) - Static method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
createQuery(Class<T>, QueryMode) - Static method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
createQuery(Class<T>, GetLongPropertyFunction<T>, SortOrder, UpDown) - Static method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
createQuery(Class<T>, QueryMode, GetLongPropertyFunction<T>, SortOrder, UpDown) - Static method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
createRepositoryFactory() - Method in class com.github.wz2cool.elasticsearch.repository.support.ElasticsearchExtRepositoryFactoryBean
 
cutoffFrequency(Float) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.cutoffFrequency(float cutoff)

D

deleteByDynamicQuery(DynamicQuery<T>) - Method in interface com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository
delete by dynamic query
deleteByDynamicQuery(DynamicQuery<T>) - Method in class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
desc() - Static method in class com.github.wz2cool.elasticsearch.helper.BuilderHelper
 
DynamicQuery<T> - Class in com.github.wz2cool.elasticsearch.query
 

E

ElasticsearchExtRepository<T,I> - Interface in com.github.wz2cool.elasticsearch.repository
Abstract Elasticsearch Repository
ElasticsearchExtRepositoryFactory - Class in com.github.wz2cool.elasticsearch.repository.support
 
ElasticsearchExtRepositoryFactory(ElasticsearchOperations) - Constructor for class com.github.wz2cool.elasticsearch.repository.support.ElasticsearchExtRepositoryFactory
 
ElasticsearchExtRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> - Class in com.github.wz2cool.elasticsearch.repository.support
 
ElasticsearchExtRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.github.wz2cool.elasticsearch.repository.support.ElasticsearchExtRepositoryFactoryBean
Creates a new RepositoryFactoryBeanSupport for the given repository interface.
EncryptRuntimeException - Exception in com.github.wz2cool.exception
加密时异常
EncryptRuntimeException(String) - Constructor for exception com.github.wz2cool.exception.EncryptRuntimeException
构造
EncryptRuntimeException(String, Throwable) - Constructor for exception com.github.wz2cool.exception.EncryptRuntimeException
构造
EncryptRuntimeException(Throwable) - Constructor for exception com.github.wz2cool.exception.EncryptRuntimeException
构造
EntityCache - Class in com.github.wz2cool.elasticsearch.cache
 

F

field(GetStringPropertyFunction<T>) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.field(String field)
field(GetPropertyFunction<T, P1>, GetStringPropertyFunction<P1>) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.field(String field)
field(GetPropertyFunction<T, P1>, GetStringPropertyFunction<P1>, float) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.field(String field, float boost)
filter() - Static method in class com.github.wz2cool.elasticsearch.helper.BuilderHelper
 
FilterGroup<T> - Class in com.github.wz2cool.elasticsearch.query
 
FilterGroup() - Constructor for class com.github.wz2cool.elasticsearch.query.FilterGroup
 
FilterGroupFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
FilterMode - Enum in com.github.wz2cool.elasticsearch.model
 
fuzziness(String) - Method in class com.github.wz2cool.elasticsearch.operator.MatchOperator
see also MatchQueryBuilder.fuzziness(Object) )}
fuzziness(String) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.fuzziness(Object fuzziness)
fuzzy(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
FuzzyOperator - Class in com.github.wz2cool.elasticsearch.operator
 
fuzzyTranspositions(Boolean) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.fuzzyTranspositions(boolean fuzzyTranspositions)

G

GetArrayPropertyFunction<T,R extends Comparable> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetBigDecimalArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetBigDecimalPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetBooleanArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetBooleanPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetByteArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetBytePropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getClazz() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
getClazz() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getCollectionValues(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
getColumnInfo(Class, String) - Method in class com.github.wz2cool.elasticsearch.cache.EntityCache
 
getColumnName() - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
getColumnNameByProperty(Field) - Method in class com.github.wz2cool.elasticsearch.cache.EntityCache
 
GetCommonPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetDateArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetDatePropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.FuzzyOperator
 
getDefaultFilterMode() - Method in interface com.github.wz2cool.elasticsearch.operator.IFilterOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.MatchOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.MatchPhraseOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.PrefixOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.RegexpOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.TermOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.TermsOperator
 
getDefaultFilterMode() - Method in class com.github.wz2cool.elasticsearch.operator.WildcardOperator
 
GetDoubleArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetDoublePropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getEndPageId() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
getField() - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
getFilterQuery() - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
getFilterValue(Object) - Method in interface com.github.wz2cool.elasticsearch.operator.IFilterOperator
 
GetFloatArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetFloatPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getHighlightBuilder() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
getHighlightBuilder() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getHighlightResultMapper() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
getHighlightResultMapper() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getInstance() - Static method in class com.github.wz2cool.elasticsearch.cache.EntityCache
 
GetIntegerArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetIntegerPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getLastEndPageId() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getLastStartPageId() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getList() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
GetLongArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetLongPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getOwnerClass() - Method in class com.github.wz2cool.elasticsearch.model.PropertyInfo
 
getPageSize() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
getPageSize() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getPagingPropertyFunc() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getPagingResult(GetLongPropertyFunction<T>, List<T>, int, UpDown) - Static method in class com.github.wz2cool.elasticsearch.helper.LogicPagingHelper
 
getPagingSortFilterMap(GetLongPropertyFunction<T>, SortOrder, Long, Long, UpDown) - Static method in class com.github.wz2cool.elasticsearch.helper.LogicPagingHelper
 
getProperties(Class) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 
getPropertiesForCurrentClass(Class) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 
GetPropertyFunction<T,R> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getPropertyInfo(GetPropertyFunction<T, R>) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
getPropertyMapping(Class) - Method in class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
 
getPropertyName(GetPropertyFunction<T, R>) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
getPropertyName() - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
getPropertyName() - Method in class com.github.wz2cool.elasticsearch.model.PropertyInfo
 
getPropertyName() - Method in class com.github.wz2cool.elasticsearch.model.SortDescriptor
 
getQueryBuilder() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getQueryMode() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
getQueryMode() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class com.github.wz2cool.elasticsearch.repository.support.ElasticsearchExtRepositoryFactory
 
GetShortArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetShortPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getSortBuilders() - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
getSortOrder() - Method in class com.github.wz2cool.elasticsearch.model.SortDescriptor
 
getSortOrder() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
getStartPageId() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
GetStringArrayPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
GetStringPropertyFunction<T> - Interface in com.github.wz2cool.elasticsearch.lambda
 
getUpDown() - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
gt(boolean, R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
gt(R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
gt(R) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
gte(boolean, R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
gte(R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
gte(R) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 

H

hasParent(Class, Class) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 
hasParentClass(Class, Class) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 
hasParentInterface(Class, Class) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 
highlightMapping(GetPropertyFunction<T, String>, BiConsumer<T, String>) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
highlightMapping(GetPropertyFunction<T, String>, BiConsumer<T, String>) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
HighlightResultMapper - Class in com.github.wz2cool.elasticsearch.core
elasticsearch 高亮结果映射
HighlightResultMapper() - Constructor for class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
 

I

IArrayFilterOperator<R extends Comparable> - Interface in com.github.wz2cool.elasticsearch.operator
 
IElasticsearchQuery - Interface in com.github.wz2cool.elasticsearch.query
 
IFilterOperator<R> - Interface in com.github.wz2cool.elasticsearch.operator
 
IORuntimeException - Exception in com.github.wz2cool.exception
IO运行时异常
IORuntimeException(String) - Constructor for exception com.github.wz2cool.exception.IORuntimeException
构造
IORuntimeException(String, Throwable) - Constructor for exception com.github.wz2cool.exception.IORuntimeException
构造
IORuntimeException(Throwable) - Constructor for exception com.github.wz2cool.exception.IORuntimeException
构造
isArray(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
isArrayOrCollection(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
isCollection(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
isHasNextPage() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
isHasPreviousPage() - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
isNumeric(Class) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
isProperty(Field, Method[]) - Static method in class com.github.wz2cool.elasticsearch.helper.ReflectHelper
 

J

JSON - Class in com.github.wz2cool.elasticsearch.helper
JSON 工具对象
JsonRuntimeException - Exception in com.github.wz2cool.exception
json 运行异常
JsonRuntimeException(String) - Constructor for exception com.github.wz2cool.exception.JsonRuntimeException
构造
JsonRuntimeException(String, Throwable) - Constructor for exception com.github.wz2cool.exception.JsonRuntimeException
构造
JsonRuntimeException(Throwable) - Constructor for exception com.github.wz2cool.exception.JsonRuntimeException
构造

L

lenient(Boolean) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.lenient(boolean)
LogicPagingHelper - Class in com.github.wz2cool.elasticsearch.helper
 
LogicPagingQuery<T> - Class in com.github.wz2cool.elasticsearch.query
 
LogicPagingResult<T> - Class in com.github.wz2cool.elasticsearch.model
 
LogicPagingResult() - Constructor for class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
lt(boolean, R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
lt(R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
lt(R) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
lte(boolean, R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
lte(R) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
lte(R) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 

M

mapResults(SearchResponse, Class<T>, Pageable) - Method in class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
 
mapSearchHit(SearchHit, Class<T>) - Method in class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
 
match(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
MatchOperator - Class in com.github.wz2cool.elasticsearch.operator
 
matchPhrase(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
MatchPhraseOperator - Class in com.github.wz2cool.elasticsearch.operator
 
maxExpansions(Integer) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.maxExpansions(int)
minimumShouldMatch(String) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.minimumShouldMatch(String minimumShouldMatch)
multiMatch(GetStringPropertyFunction<T>...) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperators
 
MultiMatchOperator<T> - Class in com.github.wz2cool.elasticsearch.operator
 
MultiMatchOperator(GetStringPropertyFunction<T>[]) - Constructor for class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
 
MultiMatchOperators<T> - Class in com.github.wz2cool.elasticsearch.operator
 
MultiMatchOperators() - Constructor for class com.github.wz2cool.elasticsearch.operator.MultiMatchOperators
 
must() - Static method in class com.github.wz2cool.elasticsearch.helper.BuilderHelper
 
mustNot() - Static method in class com.github.wz2cool.elasticsearch.helper.BuilderHelper
 

O

or(UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
or(boolean, UnaryOperator<FilterGroup<T>>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
or(FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
or(boolean, FilterGroup<T>) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
or(QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
or(boolean, QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.BaseFilterGroup
 
orderBy(GetCommonPropertyFunction<T>, SortOrder) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
orderBy(boolean, GetCommonPropertyFunction<T>, SortOrder) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
orderByScore(SortOrder) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
orderByScore(boolean, SortOrder) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 

P

parseArray(String, Class<T>) - Static method in class com.github.wz2cool.elasticsearch.helper.JSON
转化json 编程数组
parseObject(String, Class<T>) - Static method in class com.github.wz2cool.elasticsearch.helper.JSON
转换json 变成对象
parseObject(String, TypeReference<T>) - Static method in class com.github.wz2cool.elasticsearch.helper.JSON
转换json 变成复杂泛型对象
parseObject(byte[], Charset, TypeReference<T>) - Static method in class com.github.wz2cool.elasticsearch.helper.JSON
转换字节数组为复杂对象
prefix(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
prefixLength(Integer) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.prefixLength(int prefixLength)
PrefixOperator - Class in com.github.wz2cool.elasticsearch.operator
 
PrefixOperator(String) - Constructor for class com.github.wz2cool.elasticsearch.operator.PrefixOperator
 
PropertyInfo - Class in com.github.wz2cool.elasticsearch.model
 
PropertyInfo() - Constructor for class com.github.wz2cool.elasticsearch.model.PropertyInfo
 
PropertyNotFoundInternalException - Exception in com.github.wz2cool.exception
 
PropertyNotFoundInternalException(String) - Constructor for exception com.github.wz2cool.exception.PropertyNotFoundInternalException
 

Q

QueryMode - Enum in com.github.wz2cool.elasticsearch.model
 

R

RangeOperator<R> - Class in com.github.wz2cool.elasticsearch.operator
 
RangeOperator() - Constructor for class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
ReflectHelper - Class in com.github.wz2cool.elasticsearch.helper
 
regexp(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
RegexpOperator - Class in com.github.wz2cool.elasticsearch.operator
 
RegexpOperator(String) - Constructor for class com.github.wz2cool.elasticsearch.operator.RegexpOperator
 
registerHitMapping(Class<T>, GetPropertyFunction<T, String>, BiConsumer<T, String>) - Method in class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
注册高亮映射
registerScoreMapping(Class<T>, BiConsumer<T, Float>) - Method in class com.github.wz2cool.elasticsearch.core.HighlightResultMapper
注册分数映射
relation(String) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 

S

scoreMapping(BiConsumer<T, Float>) - Method in class com.github.wz2cool.elasticsearch.query.DynamicQuery
 
scoreMapping(BiConsumer<T, Float>) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
selectByDynamicQuery(DynamicQuery<T>) - Method in interface com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository
 
selectByDynamicQuery(DynamicQuery<T>, int, int) - Method in interface com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository
 
selectByDynamicQuery(DynamicQuery<T>) - Method in class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
selectByDynamicQuery(DynamicQuery<T>, int, int) - Method in class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
selectByLogicPaging(LogicPagingQuery<T>) - Method in interface com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository
select by logic paging
selectByLogicPaging(LogicPagingQuery<T>) - Method in class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
selectFirstByDynamicQuery(DynamicQuery<T>) - Method in interface com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository
 
selectFirstByDynamicQuery(DynamicQuery<T>) - Method in class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
setColumnName(String) - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
setElasticsearchOperations(ElasticsearchOperations) - Method in class com.github.wz2cool.elasticsearch.repository.support.ElasticsearchExtRepositoryFactoryBean
 
setEndPageId(long) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
setField(Field) - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
setHasNextPage(boolean) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
setHasPreviousPage(boolean) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
setHighlightBuilder(HighlightBuilder) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setHighlightResultMapper(HighlightResultMapper) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setLastEndPageId(Long) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setLastStartPageId(Long) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setList(List<T>) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
setOwnerClass(Class) - Method in class com.github.wz2cool.elasticsearch.model.PropertyInfo
 
setPageSize(int) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
setPageSize(int) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setPropertyName(String) - Method in class com.github.wz2cool.elasticsearch.model.ColumnInfo
 
setPropertyName(String) - Method in class com.github.wz2cool.elasticsearch.model.PropertyInfo
 
setPropertyName(String) - Method in class com.github.wz2cool.elasticsearch.model.SortDescriptor
 
setQueryBuilder(QueryBuilder) - Method in class com.github.wz2cool.elasticsearch.query.LogicPagingQuery
 
setSortOrder(SortOrder) - Method in class com.github.wz2cool.elasticsearch.model.SortDescriptor
 
setStartPageId(long) - Method in class com.github.wz2cool.elasticsearch.model.LogicPagingResult
 
SimpleElasticsearchExtRepository<T,I> - Class in com.github.wz2cool.elasticsearch.repository.support
 
SimpleElasticsearchExtRepository() - Constructor for class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
SimpleElasticsearchExtRepository(ElasticsearchEntityInformation<T, I>, ElasticsearchOperations) - Constructor for class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
SimpleElasticsearchExtRepository(ElasticsearchOperations) - Constructor for class com.github.wz2cool.elasticsearch.repository.support.SimpleElasticsearchExtRepository
 
SingleFilterOperators<R extends Comparable> - Class in com.github.wz2cool.elasticsearch.operator
 
SingleFilterOperators() - Constructor for class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
slop(Integer) - Method in class com.github.wz2cool.elasticsearch.operator.MatchPhraseOperator
see also MatchPhraseQueryBuilder.slop(int)
slop(int) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.slop(int slop)
SortDescriptor - Class in com.github.wz2cool.elasticsearch.model
 
SortDescriptor() - Constructor for class com.github.wz2cool.elasticsearch.model.SortDescriptor
 

T

term(R) - Method in class com.github.wz2cool.elasticsearch.operator.ArrayFilterOperators
 
term(R) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
TermOperator<R extends Comparable> - Class in com.github.wz2cool.elasticsearch.operator
 
terms(Collection<R>) - Method in class com.github.wz2cool.elasticsearch.operator.ArrayFilterOperators
 
terms(Collection<R>) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
terms(R...) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
TermsOperator<R extends Comparable> - Class in com.github.wz2cool.elasticsearch.operator
 
ThreadRuntimeException - Exception in com.github.wz2cool.exception
线程运行时异常
ThreadRuntimeException(String) - Constructor for exception com.github.wz2cool.exception.ThreadRuntimeException
构造
ThreadRuntimeException(String, Throwable) - Constructor for exception com.github.wz2cool.exception.ThreadRuntimeException
构造
ThreadRuntimeException(Throwable) - Constructor for exception com.github.wz2cool.exception.ThreadRuntimeException
构造
tieBreaker(Float) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
See also MultiMatchQueryBuilder.tieBreaker(float tieBreaker)
timezone(String) - Method in class com.github.wz2cool.elasticsearch.operator.RangeOperator
 
toJSONString(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.JSON
序列化对象编程json 字符串
toStringSafe(Object) - Static method in class com.github.wz2cool.elasticsearch.helper.CommonsHelper
 
type(MultiMatchQueryBuilder.Type) - Method in class com.github.wz2cool.elasticsearch.operator.MultiMatchOperator
 

U

UpDown - Enum in com.github.wz2cool.elasticsearch.model
 

V

valueOf(String) - Static method in enum com.github.wz2cool.elasticsearch.model.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.wz2cool.elasticsearch.model.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.wz2cool.elasticsearch.model.UpDown
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.wz2cool.elasticsearch.model.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.wz2cool.elasticsearch.model.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.wz2cool.elasticsearch.model.UpDown
Returns an array containing the constants of this enum type, in the order they are declared.

W

wildcard(String) - Method in class com.github.wz2cool.elasticsearch.operator.SingleFilterOperators
 
WildcardOperator - Class in com.github.wz2cool.elasticsearch.operator
 
WildcardOperator(String) - Constructor for class com.github.wz2cool.elasticsearch.operator.WildcardOperator
 
A B C D E F G H I J L M O P Q R S T U V W 
Skip navigation links

Copyright © 2021 wz2cool. All rights reserved.