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

A

addField(HighlightField) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
addStopWords(String...) - Method in class com.eurodyn.qlack.fuse.search.request.CreateIndexRequest
Adds stopwords to the list
AdminService - Class in com.eurodyn.qlack.fuse.search.service
Provides index administration functionality
AdminService(ESClient, ElasticsearchOperations) - Constructor for class com.eurodyn.qlack.fuse.search.service.AdminService
 
Analysis() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest.Settings.Analysis
 

B

BaseRequest - Class in com.eurodyn.qlack.fuse.search.request
Generic abstract class for requests
BaseRequest() - Constructor for class com.eurodyn.qlack.fuse.search.request.BaseRequest
 

C

checkIsUp() - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if connection to Elasticsearch cluster is up.
client() - Method in class com.eurodyn.qlack.fuse.search.util.EsConfig
Bean that creates a configuration for elastic search using the properties acquired from the application.properties file
closeIndex(String) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Closes an Elasticsearch index.
com.eurodyn.qlack.fuse.search.dto - package com.eurodyn.qlack.fuse.search.dto
 
com.eurodyn.qlack.fuse.search.dto.queries - package com.eurodyn.qlack.fuse.search.dto.queries
 
com.eurodyn.qlack.fuse.search.exception - package com.eurodyn.qlack.fuse.search.exception
 
com.eurodyn.qlack.fuse.search.mapper - package com.eurodyn.qlack.fuse.search.mapper
 
com.eurodyn.qlack.fuse.search.mapper.request - package com.eurodyn.qlack.fuse.search.mapper.request
 
com.eurodyn.qlack.fuse.search.request - package com.eurodyn.qlack.fuse.search.request
 
com.eurodyn.qlack.fuse.search.service - package com.eurodyn.qlack.fuse.search.service
 
com.eurodyn.qlack.fuse.search.util - package com.eurodyn.qlack.fuse.search.util
 
createIndex(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Creates an Elasticsearch index from given index request.
createIndex(Class) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Creating an Elasticsearch index from given class.
CreateIndexRequest - Class in com.eurodyn.qlack.fuse.search.request
Request for creating indexes
CreateIndexRequest() - Constructor for class com.eurodyn.qlack.fuse.search.request.CreateIndexRequest
 
CreateIndexRequestMapper - Class in com.eurodyn.qlack.fuse.search.mapper
 
CreateIndexRequestMapper() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapper
 
CreateIndexRequestMapperImpl - Class in com.eurodyn.qlack.fuse.search.mapper
 
CreateIndexRequestMapperImpl() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 
createIndexRequestToAnalysis(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 
createIndexRequestToFilter(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 
createIndexRequestToIndex(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 
createIndexRequestToMyStop(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 
createIndexRequestToSettings(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapperImpl
 

D

deleteIndex(String) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Deletes an Elasticsearch index by given name.
deleteIndex(Class) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Deletes an Elasticsearch index from given class.
documentExists(String, String, String) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if a document exists.
documentExists(ESDocumentIdentifierDTO) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if a document exists.

E

elasticsearchTemplate() - Method in class com.eurodyn.qlack.fuse.search.util.EsConfig
Creates an Elastic search template by creating and using an Elastic search client
ESClient - Class in com.eurodyn.qlack.fuse.search.util
A client to communicate with ES.
ESClient(Properties) - Constructor for class com.eurodyn.qlack.fuse.search.util.ESClient
 
EsConfig - Class in com.eurodyn.qlack.fuse.search.util
Elastic search configuration class
EsConfig() - Constructor for class com.eurodyn.qlack.fuse.search.util.EsConfig
 
ESDocumentIdentifierDTO - Class in com.eurodyn.qlack.fuse.search.dto
Holds the minimum necessary information to uniquely identify a document in ES.
ESDocumentIdentifierDTO(String, String, String) - Constructor for class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
 
ESDocumentIdentifierDTO(String, String, String, boolean) - Constructor for class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
 
exclude(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
Exclude the given field from the inner hits source.
exclude(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
excludeResults() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method to exclude search hitList from the results.

F

Filter() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest.Settings.Analysis.Filter
 
findById(String, String, String) - Method in class com.eurodyn.qlack.fuse.search.service.SearchService
Searches for a document matching the given arguments.

G

getClient() - Method in class com.eurodyn.qlack.fuse.search.util.ESClient
Returns the RestHighLevelClient.
getExcludes() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
getField() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
getField() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryExists
 
getField() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryExistsNested
 
getFields() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
getFragmentSize() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
getHighlight() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
getHighlightQuery() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
getNoMatchSize() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
getNumberOfFragments() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
getPath() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryExistsNested
 
getPostTag() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
getPreTag() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
getSize() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
getTerms() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean
 
getType() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 

H

HighlightField - Class in com.eurodyn.qlack.fuse.search.dto.queries
 
HighlightField() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 

I

id - Variable in class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
The unique ID of this document.
include(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
includeAllSources() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method to include the complete query output in the results.
index - Variable in class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
the index at which this document resides.
Index() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest.Settings.Index
 
indexDocument(IndexingDTO) - Method in class com.eurodyn.qlack.fuse.search.service.IndexingService
Creates index for given document.
indexExists(String) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if an Elasticsearch index with the given name, exists.
indexExists(Class) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if an Elasticsearch index from given class exists.
IndexingDTO - Class in com.eurodyn.qlack.fuse.search.dto
Holds a document to be indexed.
IndexingDTO(String, String, String, Object) - Constructor for class com.eurodyn.qlack.fuse.search.dto.IndexingDTO
 
IndexingDTO(String, String, String, Object, boolean) - Constructor for class com.eurodyn.qlack.fuse.search.dto.IndexingDTO
 
IndexingService - Class in com.eurodyn.qlack.fuse.search.service
Provides indexing functionality
IndexingService(ESClient) - Constructor for class com.eurodyn.qlack.fuse.search.service.IndexingService
 
init() - Method in class com.eurodyn.qlack.fuse.search.util.ESClient
Post-construct client initialization method.
InnerHits - Class in com.eurodyn.qlack.fuse.search.dto.queries
This class requests information about inner hits.
InnerHits() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
InternalCreateIndexRequest - Class in com.eurodyn.qlack.fuse.search.mapper.request
Internal request for creating indexes
InternalCreateIndexRequest() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest
 
InternalCreateIndexRequest.Settings - Class in com.eurodyn.qlack.fuse.search.mapper.request
Settings class
InternalCreateIndexRequest.Settings.Analysis - Class in com.eurodyn.qlack.fuse.search.mapper.request
Analysis class
InternalCreateIndexRequest.Settings.Analysis.Filter - Class in com.eurodyn.qlack.fuse.search.mapper.request
Filter class
InternalCreateIndexRequest.Settings.Analysis.Filter.MyStop - Class in com.eurodyn.qlack.fuse.search.mapper.request
MyStop class
InternalCreateIndexRequest.Settings.Index - Class in com.eurodyn.qlack.fuse.search.mapper.request
Index class
InternalUpdateMappingRequest - Class in com.eurodyn.qlack.fuse.search.mapper.request
Internal mapping update request
InternalUpdateMappingRequest() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalUpdateMappingRequest
 
isClassValid(Class) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Checks if the provided class is annotated with @Document
isForceSource() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
isRequireFieldMatch() - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 

M

mapToNStringEntity(CreateIndexRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapper
 
mapToNStringEntity(UpdateMappingRequest) - Method in class com.eurodyn.qlack.fuse.search.mapper.CreateIndexRequestMapper
 
MyStop() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest.Settings.Analysis.Filter.MyStop
 

O

openIndex(String) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Opens an Elasticsearch index.

P

prepareScroll(String, QueryMatch, int) - Method in class com.eurodyn.qlack.fuse.search.service.SearchService
Creates a ScrollRequest that can be used for searches with large results ("page" type results).
Properties - Class in com.eurodyn.qlack.fuse.search.util
Properties class for qlack-fuse-search module.
Properties() - Constructor for class com.eurodyn.qlack.fuse.search.util.Properties
 

Q

QueryBoolean - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query applying boolean logic on its terms.
QueryBoolean() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean
 
QueryBoolean.BooleanType - Enum in com.eurodyn.qlack.fuse.search.dto.queries
The available boolean operators.
QueryExists - Class in com.eurodyn.qlack.fuse.search.dto.queries
The term query exists finds documents that have a value specified in the inverted index.
QueryExists() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryExists
 
QueryExistsNested - Class in com.eurodyn.qlack.fuse.search.dto.queries
The term nested query exists finds documents that have a value specified in the inverted index.
QueryExistsNested() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryExistsNested
 
QueryHighlight - Class in com.eurodyn.qlack.fuse.search.dto.queries
 
QueryHighlight() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
QueryMatch - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query performing a match against ES.
QueryMatch() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryMatch
 
QueryMultiMatch - Class in com.eurodyn.qlack.fuse.search.dto.queries
Similar to QueryMatch, a query performing a match against ES but on multiple fields.
QueryMultiMatch() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryMultiMatch
 
QueryRange - Class in com.eurodyn.qlack.fuse.search.dto.queries
The term query finds documents that contain the exact terms specified in the inverted index.
QueryRange() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryRange
 
QuerySort - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query performing a match against ES.
QuerySort() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QuerySort
 
querySort - Variable in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
QuerySpec - Class in com.eurodyn.qlack.fuse.search.dto.queries
The superclass of all different types of queries supported by this module.
QuerySpec() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
QueryString - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query that uses a query parser in order to parse its content.
QueryString() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryString
 
QueryStringSpecField - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query performing a query string against ES.
QueryStringSpecField() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryStringSpecField
 
QueryStringSpecFieldNested - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query performing a query string against ES.
QueryStringSpecFieldNested() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryStringSpecFieldNested
 
QueryTerm - Class in com.eurodyn.qlack.fuse.search.dto.queries
The term query finds documents that contain the exact term specified in the inverted index.
QueryTerm() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryTerm
 
QueryTermNested - Class in com.eurodyn.qlack.fuse.search.dto.queries
22/01/2018 : The term query finds documents that contain the exact term specified in the inverted index.
QueryTermNested() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryTermNested
 
QueryTerms - Class in com.eurodyn.qlack.fuse.search.dto.queries
The term query finds documents that contain the exact terms specified in the inverted index.
QueryTerms() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryTerms
 
QueryTermsNested - Class in com.eurodyn.qlack.fuse.search.dto.queries
22/01/2018 : The term query finds documents that contain the exact terms specified in the inverted index.
QueryTermsNested() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryTermsNested
 
QueryWildcard - Class in com.eurodyn.qlack.fuse.search.dto.queries
Matches documents that have fields matching a wildcard expression (not analyzed).
QueryWildcard() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryWildcard
 
QueryWildcardNested - Class in com.eurodyn.qlack.fuse.search.dto.queries
23/01/2018 : Matches documents that have fields matching a wildcard expression (not analyzed).
QueryWildcardNested() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.QueryWildcardNested
 

R

refresh - Variable in class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
If set to true then wait for the changes made by the request to be made visible by a refresh before replying.

S

scroll(ScrollRequest) - Method in class com.eurodyn.qlack.fuse.search.service.SearchService
Performs a search that may have more than one results
ScrollRequest - Class in com.eurodyn.qlack.fuse.search.request
Request for scrolls
ScrollRequest() - Constructor for class com.eurodyn.qlack.fuse.search.request.ScrollRequest
 
search(QuerySpec) - Method in class com.eurodyn.qlack.fuse.search.service.SearchService
Searches for documents matching the given Query.
SearchException - Exception in com.eurodyn.qlack.fuse.search.exception
A generic wrapping-exception for qlack-fuse-search module.
SearchException() - Constructor for exception com.eurodyn.qlack.fuse.search.exception.SearchException
Default empty constructor.
SearchException(String) - Constructor for exception com.eurodyn.qlack.fuse.search.exception.SearchException
A constructor with a specific message.
SearchException(String, Throwable) - Constructor for exception com.eurodyn.qlack.fuse.search.exception.SearchException
A constructor with a specific message and an underlying exception cause (root exception).
SearchHitDTO - Class in com.eurodyn.qlack.fuse.search.dto
Represents a specific hit within a set of hitList held by SearchResultDTO
SearchHitDTO() - Constructor for class com.eurodyn.qlack.fuse.search.dto.SearchHitDTO
 
SearchHitsDTO - Class in com.eurodyn.qlack.fuse.search.dto
 
SearchHitsDTO() - Constructor for class com.eurodyn.qlack.fuse.search.dto.SearchHitsDTO
 
SearchResultDTO - Class in com.eurodyn.qlack.fuse.search.dto
The search results obtained after having executed a search
SearchResultDTO() - Constructor for class com.eurodyn.qlack.fuse.search.dto.SearchResultDTO
 
SearchService - Class in com.eurodyn.qlack.fuse.search.service
Provides Elastic search related functionality
SearchService(ESClient) - Constructor for class com.eurodyn.qlack.fuse.search.service.SearchService
 
setAggregate(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method that sets the current aggregate
setAggregateSize(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method that sets the aggregate size
setCountOnly(boolean) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method that sets a flag to include only result count
setExplain(boolean) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Sets whether ES explain info is included in the results.
setField(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setField(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryExists
 
setFields(List<HighlightField>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
setForceSource(boolean) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setFragmentSize(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setHighlight(QueryHighlight) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
setHighlight(QueryHighlight) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
setHighlightQuery(QuerySpec) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
setIndex(String...) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Sets the indices against which the query is executed.
setInnerHits(InnerHits) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
 
setNoMatchSize(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setNumberOfFragments(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setPageSize(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Sets the number of search results returned.
setPostTag(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
setPreTag(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
setQuerySort(QuerySort) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method to include a query sort object
setQueryStringValue(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryString
 
setRequireFieldMatch(boolean) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryHighlight
 
setScroll(Integer) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Convenience method that sets the current scroll
setScroll(Integer) - Method in class com.eurodyn.qlack.fuse.search.request.ScrollRequest
Sets the scroll size
setScrollId(String) - Method in class com.eurodyn.qlack.fuse.search.request.ScrollRequest
Sets the Scroll Id
setSize(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.InnerHits
 
setSort(String, SortOrder) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySort
A convenience method to set the term of this query.
setStartRecord(int) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Sets the first record from which search results are paginated.
setTerm(QuerySpec, QueryBoolean.BooleanType) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean
Appends a new search term to the boolean query.
setTerm(String, String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryExistsNested
 
setTerm(String, Object) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryMatch
A convenience method to set the term of this query.
setTerm(Object, String...) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryMultiMatch
A convenience method to set the search term of this query.
setTerm(String, Object, Object) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryRange
 
setTerm(String, Object, String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryStringSpecField
A convenience method to set the term of this query.
setTerm(String, Object, String, String, List<String>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryStringSpecFieldNested
A convenience method to set the term of this query.
setTerm(String, Object) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryTerm
 
setTerm(String, Object, String, List<String>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryTermNested
 
setTerm(String, List<String>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryTerms
 
setTerm(String, List<String>, String, List<String>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryTermsNested
 
setTerm(String, String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryWildcard
 
setTerm(String, String, String, List<String>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryWildcardNested
 
setTerm(String, Object, String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.SimpleQueryString
A convenience method to set the term of this query.
setTerms(Map<QuerySpec, QueryBoolean.BooleanType>) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean
 
Settings() - Constructor for class com.eurodyn.qlack.fuse.search.mapper.request.InternalCreateIndexRequest.Settings
 
setType(String) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.HighlightField
 
setType(String...) - Method in class com.eurodyn.qlack.fuse.search.dto.queries.QuerySpec
Sets the document types against which the query is executed.
shutdown() - Method in class com.eurodyn.qlack.fuse.search.util.ESClient
Default shutdown hook.
SimpleQueryString - Class in com.eurodyn.qlack.fuse.search.dto.queries
A query performing a query string against ES.
SimpleQueryString() - Constructor for class com.eurodyn.qlack.fuse.search.dto.queries.SimpleQueryString
 

T

toString() - Method in class com.eurodyn.qlack.fuse.search.dto.SearchHitDTO
 
toString() - Method in class com.eurodyn.qlack.fuse.search.dto.SearchResultDTO
 
type - Variable in class com.eurodyn.qlack.fuse.search.dto.ESDocumentIdentifierDTO
the type of this document

U

unindexDocument(ESDocumentIdentifierDTO) - Method in class com.eurodyn.qlack.fuse.search.service.IndexingService
Deletes index for given document.
updateIndexSettings(String, Map<String, String>, boolean) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Updates the settings of given Elasticsearch index.
UpdateMappingRequest - Class in com.eurodyn.qlack.fuse.search.request
Request for mapping update
UpdateMappingRequest() - Constructor for class com.eurodyn.qlack.fuse.search.request.UpdateMappingRequest
 
updateTypeMapping(UpdateMappingRequest) - Method in class com.eurodyn.qlack.fuse.search.service.AdminService
Updates the type mapping of an Elasticsearch index.

V

valueOf(String) - Static method in enum com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean.BooleanType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.eurodyn.qlack.fuse.search.dto.queries.QueryBoolean.BooleanType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M O P Q R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.