A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages

A

address - Variable in class org.infinispan.query.clustered.NodeTopDocs
 
addToTotalCount(long) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
apply(EmbeddedCacheManager) - Method in class org.infinispan.query.impl.massindex.IndexWorker
 
applyingChangeListLocally(List<LuceneWork>) - Method in class org.infinispan.query.logging.Log_$logger
 
applyingChangeListLocally(List<LuceneWork>) - Method in interface org.infinispan.query.logging.Log
 
applyingChangeListLocally$str() - Method in class org.infinispan.query.logging.Log_$logger
 
applyingChangeListRemotely(List<LuceneWork>) - Method in class org.infinispan.query.logging.Log_$logger
 
applyingChangeListRemotely(List<LuceneWork>) - Method in interface org.infinispan.query.logging.Log
 
applyingChangeListRemotely$str() - Method in class org.infinispan.query.logging.Log_$logger
 
awaitAsyncProcessingCompletion() - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 

B

buildCacheQuery(String, IndexedQueryMode, KeyTransformationHandler, TimeoutExceptionFactory, ExecutorService) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
buildCacheQuery(Query, KeyTransformationHandler, TimeoutExceptionFactory, Class<?>) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
buildCacheQuery(QueryDefinition, IndexedQueryMode, KeyTransformationHandler, ExecutorService, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
buildQueryNoAggregations(QueryFactory, String, Map<String, Object>, long, int, IckleParsingResult<TypeMetadata>, IndexedQueryMode) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
buildQueryWithAggregations(QueryFactory, String, Map<String, Object>, long, int, IckleParsingResult<TypeMetadata>, IndexedQueryMode) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 

C

cache - Variable in class org.infinispan.query.impl.CacheQueryImpl
 
cacheIsStoppingNoCommandAllowed(String) - Method in class org.infinispan.query.logging.Log_$logger
 
cacheIsStoppingNoCommandAllowed(String) - Method in interface org.infinispan.query.logging.Log
 
cacheIsStoppingNoCommandAllowed$str() - Method in class org.infinispan.query.logging.Log_$logger
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.query.impl.LifecycleManager
 
CacheQuery<E> - Interface in org.infinispan.query
Deprecated.
Since 11.0, replaced by Query in the Query API and IndexedQuery internally.
CacheQueryImpl<E> - Class in org.infinispan.query.impl
Implementation class of the CacheQuery interface.
CacheQueryImpl(Query, SearchIntegrator, AdvancedCache<?, ?>, KeyTransformationHandler, TimeoutExceptionFactory, Class<?>) - Constructor for class org.infinispan.query.impl.CacheQueryImpl
Create a CacheQueryImpl based on a Lucene query.
CacheQueryImpl(HSQuery, AdvancedCache<?, ?>, KeyTransformationHandler) - Constructor for class org.infinispan.query.impl.CacheQueryImpl
Create a CacheQueryImpl based on a HSQuery.
CacheQueryImpl(QueryDefinition, AdvancedCache<?, ?>, KeyTransformationHandler) - Constructor for class org.infinispan.query.impl.CacheQueryImpl
 
cacheStarted(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
 
cacheStarting(ComponentRegistry, Configuration, String) - Method in class org.infinispan.query.impl.LifecycleManager
Registers the Search interceptor in the cache before it gets started
cacheStopped(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
 
cacheStopping(ComponentRegistry, String) - Method in class org.infinispan.query.impl.LifecycleManager
 
canBlock() - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
cannotHaveAggregationsInGroupByClause() - Method in class org.infinispan.query.logging.Log_$logger
 
cannotHaveAggregationsInGroupByClause$str() - Method in class org.infinispan.query.logging.Log_$logger
 
cannotRunLuceneQueriesIfNotIndexed(String) - Method in class org.infinispan.query.logging.Log_$logger
 
cannotRunLuceneQueriesIfNotIndexed(String) - Method in interface org.infinispan.query.logging.Log
 
cannotRunLuceneQueriesIfNotIndexed$str() - Method in class org.infinispan.query.logging.Log_$logger
 
classNotIndexable(String) - Method in class org.infinispan.query.logging.Log_$logger
 
classNotIndexable(String) - Method in interface org.infinispan.query.logging.Log
 
classNotIndexable$str() - Method in class org.infinispan.query.logging.Log_$logger
 
clear() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
CLUSTERED_QUERY_COMMAND_RESPONSE - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
CLUSTERED_QUERY_OPERATION - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
CLUSTERED_QUERY_TOPDOCS - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
ClusteredCacheQueryImpl<E> - Class in org.infinispan.query.clustered
An extension of CacheQueryImpl used for distributed queries.
ClusteredCacheQueryImpl(QueryDefinition, ExecutorService, AdvancedCache<?, ?>, KeyTransformationHandler, IndexedTypeMap<CustomTypeMetadata>) - Constructor for class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
ClusteredQueryOperation - Class in org.infinispan.query.clustered
 
ClusteredQueryOperation.Externalizer - Class in org.infinispan.query.clustered
 
COMMAND_ID - Static variable in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
commandsBackendInitialized(String) - Method in class org.infinispan.query.logging.Log_$logger
 
commandsBackendInitialized(String) - Method in interface org.infinispan.query.logging.Log
 
commandsBackendInitialized$str() - Method in class org.infinispan.query.logging.Log_$logger
 
ComponentRegistryUtils - Class in org.infinispan.query.impl
Lookup methods for various internal components of search module.
ConfigurableBufferSizeKeywordTokenizerFactory(Map<String, String>) - Constructor for class org.infinispan.query.impl.DefaultSearchMappingProvider.ConfigurableBufferSizeKeywordTokenizerFactory
 
CONTAINER - Static variable in interface org.infinispan.query.logging.Log
 
convertToPropertyType(Class<?>, String[], String) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
Returns the given value converted into the type of the given property as determined via the field bridge of the property.
couldNotInstantiaterTransformerClass(Class<?>, Exception) - Method in class org.infinispan.query.logging.Log_$logger
 
couldNotInstantiaterTransformerClass(Class<?>, Exception) - Method in interface org.infinispan.query.logging.Log
 
couldNotInstantiaterTransformerClass$str() - Method in class org.infinispan.query.logging.Log_$logger
 
CQCommandType - Enum in org.infinispan.query.clustered.commandworkers
Types of CQWorker.
create() - Method in class org.infinispan.query.impl.SegmentFilterFactory
 
create(AttributeFactory) - Method in class org.infinispan.query.impl.DefaultSearchMappingProvider.ConfigurableBufferSizeKeywordTokenizerFactory
 
create(EntityNameResolver<Class<?>>, SearchIntegrator) - Static method in class org.infinispan.query.dsl.embedded.impl.ObjectReflectionMatcher
 
CREATE_EAGER_ITERATOR - org.infinispan.query.clustered.commandworkers.CQCommandType
 
CREATE_LAZY_ITERATOR - org.infinispan.query.clustered.commandworkers.CQCommandType
 
createHsQuery(String, IndexedTypeMap<CustomTypeMetadata>, Map<String, Object>) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
createPerEntityTypeWork(IndexedTypeIdentifier, WorkType) - Method in interface org.infinispan.query.backend.SearchWorkCreator
Deprecated.
Creates a collection of Work instances that Hibernate-Search should perform for all the entities of the given entity type.
createPerEntityWork(Serializable, IndexedTypeIdentifier, WorkType) - Method in interface org.infinispan.query.backend.SearchWorkCreator
Deprecated.
Creates a Work instance for a given entity.
createPerEntityWork(Object, Serializable, WorkType) - Method in interface org.infinispan.query.backend.SearchWorkCreator
Deprecated.
Creates a collection of Work instances that Hibernate-Search should perform for the given entity

D

DEFAULT - Static variable in interface org.infinispan.query.backend.SearchWorkCreator
Deprecated.
 
DefaultMassIndexerProgressMonitor - Class in org.infinispan.query.impl.massindex
 
DefaultMassIndexerProgressMonitor(int, TimeService) - Constructor for class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
Logs progress of indexing job every logAfterNumberOfDocuments documents written.
DefaultMassIndexerProgressMonitor(TimeService) - Constructor for class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
Logs progress of indexing job every 50 documents written.
DefaultSearchMappingProvider - Class in org.infinispan.query.impl
Defines default analyzers.
DefaultSearchMappingProvider() - Constructor for class org.infinispan.query.impl.DefaultSearchMappingProvider
 
DefaultSearchMappingProvider.ConfigurableBufferSizeKeywordTokenizerFactory - Class in org.infinispan.query.impl
Similar to KeywordTokenizerFactory but with a configurable buffer size.
DefaultTransformer - Class in org.infinispan.query.impl
WARNING, slow as a senile dog, uses Java Serialization and base64 encoding to get a String representation of an Object.
DefaultTransformer() - Constructor for class org.infinispan.query.impl.DefaultTransformer
 
defineMappings(Cache, SearchMapping) - Method in class org.infinispan.query.impl.DefaultSearchMappingProvider
 
defineMappings(Cache, SearchMapping) - Method in interface org.infinispan.query.spi.ProgrammaticSearchMappingProvider
Supply some custom programmatic mappings to Hibernate Search.
DESTROY_LAZY_ITERATOR - org.infinispan.query.clustered.commandworkers.CQCommandType
 
disableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Disable a given filter by its name.
disableFullTextFilter(String) - Method in class org.infinispan.query.impl.CacheQueryImpl
Disable a given filter by its name.
disableFullTextFilter(String) - Method in class org.infinispan.query.impl.QueryDefinition
 
DistributedExecutorMassIndexer - Class in org.infinispan.query.impl.massindex
 
DistributedExecutorMassIndexer(AdvancedCache<?, ?>, SearchIntegrator, KeyTransformationHandler, TimeService) - Constructor for class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
documentsAdded(long) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
documentsBuilt(int) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
doWorkInSync(LuceneWork) - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 

E

EAGER - org.infinispan.query.FetchOptions.FetchMode
With eager mode all results are loaded as soon as the query is performed; this results in a larger initial transfer of entries but no remote operations during iteration of the resultset.
enableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Enable a given filter by its name.
enableFullTextFilter(String) - Method in class org.infinispan.query.impl.CacheQueryImpl
Enable a given filter by its name.
enableFullTextFilter(String) - Method in class org.infinispan.query.impl.QueryDefinition
 
enqueueAsyncWork(LuceneWork) - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 
entitiesLoaded(int) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
errorAcquiringMassIndexerLock(Throwable) - Method in class org.infinispan.query.logging.Log_$logger
 
errorAcquiringMassIndexerLock(Throwable) - Method in interface org.infinispan.query.logging.Log
 
errorAcquiringMassIndexerLock$str() - Method in class org.infinispan.query.logging.Log_$logger
 
errorOccurred(ErrorContext) - Method in class org.infinispan.query.backend.WrappingErrorHandler
 
errorReleasingMassIndexerLock(Throwable) - Method in class org.infinispan.query.logging.Log_$logger
 
errorReleasingMassIndexerLock(Throwable) - Method in interface org.infinispan.query.logging.Log
 
errorReleasingMassIndexerLock$str() - Method in class org.infinispan.query.logging.Log_$logger
 
explain(int) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Return the Lucene Explanation object describing the score computation for the matching object/document in the current query
explain(int) - Method in class org.infinispan.query.impl.CacheQueryImpl
 
expressionMustBePartOfAggregateFunctionOrShouldBeIncludedInGroupByClause(String) - Method in class org.infinispan.query.logging.Log_$logger
 
expressionMustBePartOfAggregateFunctionOrShouldBeIncludedInGroupByClause$str() - Method in class org.infinispan.query.logging.Log_$logger
 
ExtendedBatchBackend - Class in org.infinispan.query.impl.massindex
Decorates DefaultBatchBackend adding capacity of doing synchronous purges and flushes.
ExtendedBatchBackend(SearchIntegrator, MassIndexerProgressMonitor) - Constructor for class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 
Externalizer() - Constructor for class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
 
Externalizer() - Constructor for class org.infinispan.query.clustered.NodeTopDocs.Externalizer
 
Externalizer() - Constructor for class org.infinispan.query.clustered.QueryResponse.Externalizer
 
Externalizer() - Constructor for class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
 
Externalizer() - Constructor for class org.infinispan.query.impl.QueryDefinition.Externalizer
 
ExternalizerIds - Interface in org.infinispan.query.impl.externalizers
Identifiers used by the Marshaller to delegate to specialized Externalizers.

F

failedToParseSystemProperty(String, Exception) - Method in class org.infinispan.query.logging.Log_$logger
 
failedToParseSystemProperty(String, Exception) - Method in interface org.infinispan.query.logging.Log
 
failedToParseSystemProperty$str() - Method in class org.infinispan.query.logging.Log_$logger
 
fetchMode(FetchOptions.FetchMode) - Method in class org.infinispan.query.FetchOptions
Set the fetch mode to be used to fetch matching results
FetchOptions - Class in org.infinispan.query
 
FetchOptions() - Constructor for class org.infinispan.query.FetchOptions
 
FetchOptions.FetchMode - Enum in org.infinispan.query
Specifies the fetching strategy for query results.
fetchSize(int) - Method in class org.infinispan.query.FetchOptions
Set the fetch size for batch loading of matches
filter(Filter) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Allows lucene to filter the results.
filter(Filter) - Method in class org.infinispan.query.impl.CacheQueryImpl
Takes in a lucene filter and sets it to the filter field in the class.
filter(Filter) - Method in class org.infinispan.query.impl.QueryDefinition
 
filterNotSupportedWithQueryString() - Method in class org.infinispan.query.logging.Log_$logger
 
filterNotSupportedWithQueryString() - Method in interface org.infinispan.query.logging.Log
 
filterNotSupportedWithQueryString$str() - Method in class org.infinispan.query.logging.Log_$logger
 
firstResult(int) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Sets a result with a given index to the first result.
firstResult(int) - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
firstResult(int) - Method in class org.infinispan.query.impl.CacheQueryImpl
Sets the the result of the given integer value to the first result.
firstResult(int) - Method in interface org.infinispan.query.impl.IndexedQuery
Sets the index of the first result, skipping the previous ones.
flush(Collection<IndexedTypeIdentifier>) - Method in class org.infinispan.query.impl.massindex.IndexUpdater
 
flush(IndexedTypeSet) - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 
flushingIndex(String) - Method in class org.infinispan.query.logging.Log_$logger
 
flushingIndex(String) - Method in interface org.infinispan.query.logging.Log
 
flushingIndex$str() - Method in class org.infinispan.query.logging.Log_$logger
 
fromString(String) - Method in class org.infinispan.query.impl.DefaultTransformer
 
fromString(String) - Method in interface org.infinispan.query.Transformer
Transforms a String into an Object.
FULL_TEXT_FILTER - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
FullTextFilterExternalizer - Class in org.infinispan.query.impl.externalizers
 
FullTextFilterExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.FullTextFilterExternalizer
 

G

GET_RESULT_SIZE - org.infinispan.query.clustered.commandworkers.CQCommandType
 
GET_SOME_KEYS - org.infinispan.query.clustered.commandworkers.CQCommandType
 
getAnalyzer(Class<?>) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getAnalyzer(Class<?>) - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, with no replacement.
getAnalyzer(String) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getAnalyzer(String) - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, with no replacement.
getAnalyzer(SearchIntegrator, TypeMetadata, String[]) - Method in interface org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker.FieldBridgeAndAnalyzerProvider
Get the analyzer to be used for a property.
getAsyncExecutor() - Method in class org.infinispan.query.backend.QueryInterceptor
Use this executor for Async operations
getClassLoaderService() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getClassMapping(String) - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getClassMappings() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getCommandId() - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
getContinuousQuery(Cache<K, V>) - Static method in class org.infinispan.query.Search
Obtain the ContinuousQuery object for a cache.
getDefaultFieldBridgeProvider() - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
getEmbeddedQueryEngine(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getFacetManager() - Method in interface org.infinispan.query.CacheQuery
Deprecated.
 
getFacetManager() - Method in class org.infinispan.query.impl.CacheQueryImpl
 
getFetchedValue() - Method in class org.infinispan.query.clustered.QueryResponse
 
getFetchMode() - Method in class org.infinispan.query.FetchOptions
 
getFetchSize() - Method in class org.infinispan.query.FetchOptions
 
getFieldBridge(TypeMetadata, String[]) - Method in interface org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker.FieldBridgeAndAnalyzerProvider
Returns the field bridge to be applied when executing queries on the given property of the given entity type.
getFirstResult() - Method in class org.infinispan.query.impl.QueryDefinition
 
getHsQuery() - Method in class org.infinispan.query.dsl.embedded.impl.HsQueryRequest
 
getHsQuery() - Method in class org.infinispan.query.impl.QueryDefinition
 
getId() - Method in class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
 
getId() - Method in class org.infinispan.query.clustered.NodeTopDocs.Externalizer
 
getId() - Method in class org.infinispan.query.clustered.QueryResponse.Externalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.FullTextFilterExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
 
getId() - Method in class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
 
getId() - Method in class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
 
getId() - Method in class org.infinispan.query.impl.QueryDefinition.Externalizer
 
getIndexedClassNames() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getIndexedClassNames() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
getIndexedEntitiesCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
getIndexedFieldProvider() - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
getIndexedType() - Method in class org.infinispan.query.impl.QueryDefinition
 
getIndexer(AdvancedCache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getIndexer(Cache<K, V>) - Static method in class org.infinispan.query.Search
 
getIndexSize(String) - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getIndexSizes() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
getIndexStatistics() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getInvalidBooleanLiteralException(String) - Method in class org.infinispan.query.logging.Log_$logger
 
getInvalidBooleanLiteralException(String) - Method in interface org.infinispan.query.logging.Log
 
getInvalidBooleanLiteralException$str() - Method in class org.infinispan.query.logging.Log_$logger
 
getJavaClass() - Method in class org.infinispan.query.impl.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d
 
getKeyPartitioner(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getKeyTransformationHandler() - Method in class org.infinispan.query.backend.QueryInterceptor
 
getKeyTransformationHandler(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getLoggingLocale() - Method in class org.infinispan.query.logging.Log_$logger
 
getMassIndexer() - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getMassIndexer() - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, use Search.getIndexer(Cache) instead.
getMatcherClass() - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
getMaxResults() - Method in class org.infinispan.query.impl.QueryDefinition
 
getModuleCommandFactory() - Method in class org.infinispan.query.impl.QueryModuleCommandExtensions
 
getModuleName() - Method in class org.infinispan.query.impl.QueryModuleImpl
 
getNamedParameters() - Method in class org.infinispan.query.impl.QueryDefinition
 
getNodeTopDocs() - Method in class org.infinispan.query.clustered.QueryResponse
 
getNumberOfIndexedEntities(String) - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getNumberOfIndexedEntities(String) - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
getObjectLoadingExecutionAvgTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getObjectLoadingExecutionAvgTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getObjectLoadingExecutionMaxTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getObjectLoadingExecutionMaxTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getObjectLoadingTotalTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getObjectLoadingTotalTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getObjectsLoadedCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getObjectsLoadedCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getOptionalDependencies() - Method in class org.infinispan.query.impl.QueryModuleImpl
 
getPrefixWildcardOrRegexpQueriesCannotBeFuzzy(String) - Method in class org.infinispan.query.logging.Log_$logger
 
getPrefixWildcardOrRegexpQueriesCannotBeFuzzy(String) - Method in interface org.infinispan.query.logging.Log
 
getPrefixWildcardOrRegexpQueriesCannotBeFuzzy$str() - Method in class org.infinispan.query.logging.Log_$logger
 
getPrimitivePropertyType(Class<?>, String[]) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
getProgrammaticMapping() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getProjections() - Method in class org.infinispan.query.dsl.embedded.impl.HsQueryRequest
 
getProjections() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
Returns the projections of the parsed query, represented as dot-separated paths to fields of embedded entities.
getProperties() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getProperty(String) - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getProtoFile() - Method in class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
getProtoFileName() - Method in class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
getProtoFileReader() - Method in class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
getProvidedServices() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getQuery() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
Returns the created Lucene query.
getQuery(String) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getQuery(String) - Method in interface org.infinispan.query.SearchManager
Deprecated.
since 11.0, all search operations should be done with the Search entry point.
getQuery(String, IndexedQueryMode) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getQuery(String, IndexedQueryMode) - Method in interface org.infinispan.query.SearchManager
Deprecated.
since 11.0 with no replacement. To be removed in next major version.
getQuery(Query, IndexedQueryMode, Class<?>) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getQuery(Query, IndexedQueryMode, Class<?>) - Method in interface org.infinispan.query.spi.SearchManagerImplementor
Deprecated.
Since 11.0 without replacement. To be removed in next major version.
getQuery(QueryDefinition, IndexedQueryMode, IndexedTypeMap<CustomTypeMetadata>) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getQuery(QueryDefinition, IndexedQueryMode, IndexedTypeMap<CustomTypeMetadata>) - Method in interface org.infinispan.query.spi.SearchManagerImplementor
Deprecated.
Since 11.0, without replacement. To be removed in next major version.
getQueryCache(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
Returns the optional QueryCache.
getQueryDefinition() - Method in class org.infinispan.query.clustered.ClusteredQueryOperation
 
getQueryFactory(Cache<?, ?>) - Static method in class org.infinispan.query.Search
Obtain the query factory for building DSL based Ickle queries.
getQueryInterceptor(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getQueryStatistics() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getQueryStatistics(AdvancedCache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getQueryString() - Method in class org.infinispan.query.impl.QueryDefinition
 
getReflectionManager() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
getReindexing() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
getRequiredDependencies() - Method in class org.infinispan.query.impl.QueryModuleImpl
 
getResultSize() - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
getResultSize() - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
getResultSize() - Method in class org.infinispan.query.clustered.QueryResponse
 
getResultSize() - Method in class org.infinispan.query.impl.CacheQueryImpl
 
getSearchFactory() - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
getSearchIntegrator(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getSearchManager() - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
getSearchManager(Cache<?, ?>) - Static method in class org.infinispan.query.Search
Deprecated.
Since 11.0 with no replacement.
getSearchQueryExecutionAvgTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchQueryExecutionAvgTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getSearchQueryExecutionCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchQueryExecutionCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getSearchQueryExecutionMaxTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchQueryExecutionMaxTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getSearchQueryExecutionMaxTimeQueryString() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchQueryExecutionMaxTimeQueryString() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getSearchQueryTotalTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchQueryTotalTime() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 
getSearchVersion() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
getSearchWorkCreator() - Method in class org.infinispan.query.backend.QueryInterceptor
Get the search work creator.
getSegments() - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
getSort() - Method in class org.infinispan.query.dsl.embedded.impl.HsQueryRequest
 
getSort() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
Returns the optional Lucene sort specification.
getSort() - Method in class org.infinispan.query.impl.QueryDefinition
 
getSortableFields() - Method in class org.infinispan.query.impl.QueryDefinition
 
getStatistics() - Method in class org.infinispan.query.impl.SearchManagerImpl
 
getStatistics() - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, with no replacement.
getStatusMessagePeriod() - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
getTargetedClass(IckleParsingResult<?>) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
getTargetEntityMetadata() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
Returns the entity metadata (usually a Class) resolved from the original entity name.
getTargetEntityName() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
Returns the original entity name from the query.
getTimeService(Cache<?, ?>) - Static method in class org.infinispan.query.impl.ComponentRegistryUtils
 
getTypeClasses() - Method in class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
 
getTypeClasses() - Method in class org.infinispan.query.clustered.NodeTopDocs.Externalizer
 
getTypeClasses() - Method in class org.infinispan.query.clustered.QueryResponse.Externalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.FullTextFilterExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
 
getTypeClasses() - Method in class org.infinispan.query.impl.QueryDefinition.Externalizer
 
getTypeName() - Method in class org.infinispan.query.impl.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d
 
groupAggregationsNotSupported() - Method in class org.infinispan.query.logging.Log_$logger
 
groupAggregationsNotSupported() - Method in interface org.infinispan.query.logging.Log
 
groupAggregationsNotSupported$str() - Method in class org.infinispan.query.logging.Log_$logger
 
groupingAndAggregationQueriesMustUseProjections() - Method in class org.infinispan.query.logging.Log_$logger
 
groupingAndAggregationQueriesMustUseProjections$str() - Method in class org.infinispan.query.logging.Log_$logger
 

H

handle(ErrorContext) - Method in class org.infinispan.query.backend.WrappingErrorHandler
 
handleException(String, Throwable) - Method in class org.infinispan.query.backend.WrappingErrorHandler
 
hasEmbeddedProperty(Class<?>, String[]) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
Determines whether the given property path denotes an embedded entity (not a property of such entity).
hasProperty(Class<?>, String[]) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
HibernateSearchPropertyHelper - Class in org.infinispan.query.dsl.embedded.impl
Uses the Hibernate Search metadata to resolve property paths.
HibernateSearchPropertyHelper(SearchIntegrator, EntityNameResolver<Class<?>>) - Constructor for class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
HsQueryRequest - Class in org.infinispan.query.dsl.embedded.impl
Stores the definition of a HSQuery.

I

ID - Static variable in interface org.infinispan.query.ProjectionConstants
Deprecated.
 
ID_FIELD - Static variable in class org.infinispan.query.impl.SegmentFieldBridge
 
ignoreDirectoryProviderProperty(String, String) - Method in class org.infinispan.query.logging.Log_$logger
 
ignoreDirectoryProviderProperty(String, String) - Method in interface org.infinispan.query.logging.Log
 
ignoreDirectoryProviderProperty$str() - Method in class org.infinispan.query.logging.Log_$logger
 
ignoringBooleanQueryMaxClauseCount(String, int, int) - Method in class org.infinispan.query.logging.Log_$logger
 
ignoringBooleanQueryMaxClauseCount(String, int, int) - Method in interface org.infinispan.query.logging.Log
 
ignoringBooleanQueryMaxClauseCount$str() - Method in class org.infinispan.query.logging.Log_$logger
 
INDEX_WORKER - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
indexedEntities() - Method in class org.infinispan.query.backend.QueryInterceptor
Deprecated.
since 11
indexedEntitiesCount() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
IndexedQuery<E> - Interface in org.infinispan.query.impl
A distributed Lucene query.
Indexer - Interface in org.infinispan.query
The indexer is used to interact directly with a cache's index.
indexingCompleted() - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
indexingDocumentsCompleted(long, long) - Method in class org.infinispan.query.logging.Log_$logger
 
indexingDocumentsCompleted(long, long) - Method in interface org.infinispan.query.logging.Log
 
indexingDocumentsCompleted$str() - Method in class org.infinispan.query.logging.Log_$logger
 
indexingEntitiesCompleted(long) - Method in class org.infinispan.query.logging.Log_$logger
 
indexingEntitiesCompleted(long) - Method in interface org.infinispan.query.logging.Log
 
indexingEntitiesCompleted$str() - Method in class org.infinispan.query.logging.Log_$logger
 
indexSizes() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
IndexStatistics() - Constructor for class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.IndexStatistics
 
IndexUpdater - Class in org.infinispan.query.impl.massindex
Handle batch updates to an index.
IndexUpdater(SearchIntegrator, KeyTransformationHandler, TimeService) - Constructor for class org.infinispan.query.impl.massindex.IndexUpdater
 
IndexWorker - Class in org.infinispan.query.impl.massindex
Mass indexer task.
IndexWorker.Externalizer - Class in org.infinispan.query.impl.massindex
 
InfinispanQueryStatisticsInfo - Class in org.infinispan.query.impl
This MBean exposes the query statistics from the Hibernate Search's SearchIntegrator Statistics object via delegation.
InfinispanQueryStatisticsInfo.IndexStatistics - Class in org.infinispan.query.impl
 
InfinispanQueryStatisticsInfo.QueryStatistics - Class in org.infinispan.query.impl
 
initialize(AdvancedCache<?, ?>) - Method in class org.infinispan.query.impl.QueryDefinition
 
interruptedWhileBufferingWork(InterruptedException) - Method in class org.infinispan.query.logging.Log_$logger
 
interruptedWhileBufferingWork(InterruptedException) - Method in interface org.infinispan.query.logging.Log
 
interruptedWhileBufferingWork$str() - Method in class org.infinispan.query.logging.Log_$logger
 
invokeAsync(ComponentRegistry) - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
isDeleteByTermEnforced() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
isIdProvidedImplicit() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
isIndexed - Variable in class org.infinispan.query.dsl.embedded.impl.QueryEngine
Is the cache indexed?
isRepeatedProperty(Class<?>, String[]) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
isReturnValueExpected() - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
isRunning() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
isRunning() - Method in interface org.infinispan.query.Indexer
 
isRunning() - Method in interface org.infinispan.query.MassIndexer
Deprecated.
isStatisticsEnabled() - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
isStopping() - Method in class org.infinispan.query.backend.QueryInterceptor
 
isTransactionManagerExpected() - Method in class org.infinispan.query.backend.SearchableCacheConfiguration
 
iterator() - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Returns the results of a search as a ResultIterator.
iterator() - Method in class org.infinispan.query.impl.CacheQueryImpl
 
iterator(FetchOptions) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Returns the results of a search as a ResultIterator.
iterator(FetchOptions) - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
iterator(FetchOptions) - Method in class org.infinispan.query.impl.CacheQueryImpl
 

K

KEY - Static variable in interface org.infinispan.query.ProjectionConstants
Deprecated.
Just an alias for ProjectionConstants.ID //todo [anistor] really??
keyClassNotFound(String, Exception) - Method in class org.infinispan.query.logging.Log_$logger
 
keyClassNotFound(String, Exception) - Method in interface org.infinispan.query.logging.Log
 
keyClassNotFound$str() - Method in class org.infinispan.query.logging.Log_$logger
 
keyPartitioner - Variable in class org.infinispan.query.backend.QueryInterceptor
 
keys - Variable in class org.infinispan.query.clustered.NodeTopDocs
 
keyToString(Object, int) - Method in class org.infinispan.query.backend.KeyTransformationHandler
Stringify a key to encode the id and the infinispan segment field.
keyTransformationHandler - Variable in class org.infinispan.query.impl.CacheQueryImpl
 
KeyTransformationHandler - Class in org.infinispan.query.backend
This transforms arbitrary keys to a String which can be used by Lucene as a document identifier, and vice versa.
KeyTransformationHandler(ClassLoader) - Constructor for class org.infinispan.query.backend.KeyTransformationHandler
Constructs a KeyTransformationHandler for an indexed Cache.
KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d - Class in org.infinispan.query.impl
WARNING: Generated code! Do not edit!
KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d() - Constructor for class org.infinispan.query.impl.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d
 

L

LAZY - org.infinispan.query.FetchOptions.FetchMode
With lazy loading the entries are not loaded until each one is specifically requested.
LifecycleManager - Class in org.infinispan.query.impl
Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down at cache stop.
LifecycleManager() - Constructor for class org.infinispan.query.impl.LifecycleManager
 
list() - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Returns the results of a search as a list.
list() - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
list() - Method in class org.infinispan.query.impl.CacheQueryImpl
 
list() - Method in interface org.infinispan.query.impl.IndexedQuery
 
load(List<EntityInfo>) - Method in interface org.infinispan.query.impl.QueryResultLoader
 
load(EntityInfo) - Method in interface org.infinispan.query.impl.QueryResultLoader
 
Log - Interface in org.infinispan.query.logging
Log abstraction for the query module.
Log_$logger - Class in org.infinispan.query.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.query.logging.Log_$logger
 
LUCENE_BYTES_REF - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_FIELD_SCORE_DOC - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_SCORE_DOC - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_SORT - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_SORT_FIELD - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_TOPDOCS - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LUCENE_TOPFIELDDOCS - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
LuceneBytesRefExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneBytesRefExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
 
LuceneFieldDocExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneFieldDocExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
 
LuceneQueryMaker<TypeMetadata> - Class in org.infinispan.query.dsl.embedded.impl
An *Expr Visitor that transforms a IckleParsingResult into a LuceneQueryParsingResult.
LuceneQueryMaker.FieldBridgeAndAnalyzerProvider<TypeMetadata> - Interface in org.infinispan.query.dsl.embedded.impl
This provides some glue code for Hibernate Search.
LuceneQueryParsingResult<TypeMetadata> - Class in org.infinispan.query.dsl.embedded.impl
 
LuceneScoreDocExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneScoreDocExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
 
LuceneSortExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneSortExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
 
LuceneSortFieldExternalizer - Class in org.infinispan.query.impl.externalizers
WARNING: this Externalizer implementation drops some state associated to the SortField instance.
LuceneSortFieldExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
 
LuceneTopDocsExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneTopDocsExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
 
LuceneTopFieldDocsExternalizer - Class in org.infinispan.query.impl.externalizers
 
LuceneTopFieldDocsExternalizer() - Constructor for class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
 

M

makeCacheQuery(IckleParsingResult<TypeMetadata>, Query, IndexedQueryMode, Map<String, Object>) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
makeFilter(String) - Static method in class org.infinispan.query.Search
Create an event filter out of an Ickle query string.
makeFilter(String, Map<String, Object>) - Static method in class org.infinispan.query.Search
Create an event filter out of an Ickle query string.
makeFilter(Query<?>) - Static method in class org.infinispan.query.Search
Create an event filter out of an Ickle query.
makeProjectionProcessor(Class<?>[], Object[]) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
Apply some post-processing to the result when we have projections.
makeTypeQuery(Query, String) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
Enhances the give query with an extra condition to discriminate on entity type.
mapPropertyNamePathToFieldIdPath(Class<?>, String[]) - Method in class org.infinispan.query.dsl.embedded.impl.HibernateSearchPropertyHelper
 
MassIndexer - Interface in org.infinispan.query
Deprecated.
Since 11.0, replaced by Indexer, obtained from Search.getIndexer(Cache)
MassIndexerAlreadyStartedException - Exception in org.infinispan.query.impl.massindex
 
MassIndexerAlreadyStartedException() - Constructor for exception org.infinispan.query.impl.massindex.MassIndexerAlreadyStartedException
 
MAX_BOOLEAN_CLAUSES_SYS_PROP - Static variable in class org.infinispan.query.impl.LifecycleManager
Optional integer system property that sets value of BooleanQuery.setMaxClauseCount(int).
maxResults(int) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Sets the maximum number of results to the number passed in as a parameter.
maxResults(int) - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
maxResults(int) - Method in class org.infinispan.query.impl.CacheQueryImpl
 
maxResults(int) - Method in interface org.infinispan.query.impl.IndexedQuery
Sets the maximum number of results to return from the query.
ModuleCommandIds - Interface in org.infinispan.query.impl
The Query module is using custom RPC commands; to make sure the used command ids are unique all numbers are defined here, and should stay in the range 100-119 which is the reserved range for this module.
multivaluedPropertyCannotBeProjected(String) - Method in class org.infinispan.query.logging.Log_$logger
 
multivaluedPropertyCannotBeProjected$str() - Method in class org.infinispan.query.logging.Log_$logger
 
multivaluedPropertyCannotBeUsedInGroupBy(String) - Method in class org.infinispan.query.logging.Log_$logger
 
multivaluedPropertyCannotBeUsedInGroupBy$str() - Method in class org.infinispan.query.logging.Log_$logger
 
multivaluedPropertyCannotBeUsedInOrderBy(String) - Method in class org.infinispan.query.logging.Log_$logger
 
multivaluedPropertyCannotBeUsedInOrderBy$str() - Method in class org.infinispan.query.logging.Log_$logger
 

N

newModuleLifecycle() - Method in class org.infinispan.query.impl.QueryModuleImpl
 
NodeTopDocs - Class in org.infinispan.query.clustered
A TopDocs with an array with keys of each result.
NodeTopDocs(Address, TopDocs) - Constructor for class org.infinispan.query.clustered.NodeTopDocs
 
NodeTopDocs(Address, TopDocs, Object[], Object[]) - Constructor for class org.infinispan.query.clustered.NodeTopDocs
 
NodeTopDocs.Externalizer - Class in org.infinispan.query.clustered
 
notAnIndexedEntityException(String) - Method in class org.infinispan.query.logging.Log_$logger
 
notAnIndexedEntityException(String) - Method in interface org.infinispan.query.logging.Log
 
notAnIndexedEntityException$str() - Method in class org.infinispan.query.logging.Log_$logger
 
noTransformerForKey(String) - Method in class org.infinispan.query.logging.Log_$logger
 
noTransformerForKey(String) - Method in interface org.infinispan.query.logging.Log
 
noTransformerForKey$str() - Method in class org.infinispan.query.logging.Log_$logger
 

O

ObjectReflectionMatcher - Class in org.infinispan.query.dsl.embedded.impl
Like ReflectionMatcher but also able to use Hibernate Search metadata if available.
objectToString(Object) - Method in class org.infinispan.query.impl.SegmentFieldBridge
 
optimize(IndexedTypeSet) - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 
org.infinispan.query - package org.infinispan.query
Query API.
org.infinispan.query.backend - package org.infinispan.query.backend
Mostly internal search related classes.
org.infinispan.query.clustered - package org.infinispan.query.clustered
 
org.infinispan.query.clustered.commandworkers - package org.infinispan.query.clustered.commandworkers
 
org.infinispan.query.dsl.embedded.impl - package org.infinispan.query.dsl.embedded.impl
Query DSL implementation internals.
org.infinispan.query.impl - package org.infinispan.query.impl
Query module internals.
org.infinispan.query.impl.externalizers - package org.infinispan.query.impl.externalizers
Externalizers for several Lucene objects.
org.infinispan.query.impl.massindex - package org.infinispan.query.impl.massindex
 
org.infinispan.query.logging - package org.infinispan.query.logging
 
org.infinispan.query.spi - package org.infinispan.query.spi
 
overrideAnalyzers(IckleParsingResult<TypeMetadata>, EntityContext) - Method in interface org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker.FieldBridgeAndAnalyzerProvider
Populate the EntityContext with the analyzers that will be used for properties.
overridingBooleanQueryMaxClauseCount(int) - Method in class org.infinispan.query.logging.Log_$logger
 
overridingBooleanQueryMaxClauseCount(int) - Method in interface org.infinispan.query.logging.Log
 
overridingBooleanQueryMaxClauseCount$str() - Method in class org.infinispan.query.logging.Log_$logger
 

P

parse(String) - Method in class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
partitionDegraded() - Method in class org.infinispan.query.logging.Log_$logger
 
partitionDegraded$str() - Method in class org.infinispan.query.logging.Log_$logger
 
partitionHandlingSupport - Variable in class org.infinispan.query.impl.CacheQueryImpl
 
perform(AdvancedCache<?, ?>, QueryDefinition, UUID, int, BitSet) - Method in enum org.infinispan.query.clustered.commandworkers.CQCommandType
 
perform(Cache<?, ?>) - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
perform(Cache<?, ?>, BitSet) - Method in class org.infinispan.query.clustered.ClusteredQueryOperation
 
PersistenceContextInitializerImpl - Class in org.infinispan.query.impl
WARNING: Generated code! Do not edit!
PersistenceContextInitializerImpl() - Constructor for class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
prepareForStopping() - Method in class org.infinispan.query.backend.QueryInterceptor
 
printStatusMessage(long, long) - Method in class org.infinispan.query.impl.massindex.DefaultMassIndexerProgressMonitor
 
ProgrammaticSearchMappingProvider - Interface in org.infinispan.query.spi
An advanced SPI to be implemented by Infinispan modules that want to customize the SearchMapping object right before the bootstrap of the SearchIntegrator belonging to an indexed Cache.
projection(String...) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Defines the Lucene field names projected and returned in a query result Each field is converted back to it's object representation, an Object[] being returned for each "row"
projection(String...) - Method in class org.infinispan.query.impl.CacheQueryImpl
 
projection(String...) - Method in interface org.infinispan.query.impl.IndexedQuery
Defines the Lucene field names projected and returned in a query result Each field is converted back to it's object representation, an Object[] being returned for each "row"
ProjectionConstants - Interface in org.infinispan.query
Deprecated.
Since 11.0, with no replacement.
projections - Variable in class org.infinispan.query.clustered.NodeTopDocs
 
purge() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
purge() - Method in interface org.infinispan.query.MassIndexer
Deprecated.
purge(Class<?>) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
purge(Class<?>) - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, use Indexer.remove() obtained from Search.getIndexer(Cache).
purge(Collection<IndexedTypeIdentifier>) - Method in class org.infinispan.query.impl.massindex.IndexUpdater
 
purge(IndexedTypeSet) - Method in class org.infinispan.query.impl.massindex.ExtendedBatchBackend
 
purgeAllIndexes() - Method in class org.infinispan.query.backend.QueryInterceptor
Remove all entries from all known indexes
purgeIndex(Class<?>) - Method in class org.infinispan.query.backend.QueryInterceptor
 
purgingIndex(String) - Method in class org.infinispan.query.logging.Log_$logger
 
purgingIndex(String) - Method in interface org.infinispan.query.logging.Log
 
purgingIndex$str() - Method in class org.infinispan.query.logging.Log_$logger
 

Q

QUERY_DEFINITION - Static variable in interface org.infinispan.query.impl.externalizers.ExternalizerIds
 
QueryBox - Class in org.infinispan.query.clustered.commandworkers
Each indexed cache in the cluster has a QueryBox instance.
QueryBox() - Constructor for class org.infinispan.query.clustered.commandworkers.QueryBox
 
queryDefinition - Variable in class org.infinispan.query.impl.CacheQueryImpl
 
QueryDefinition - Class in org.infinispan.query.impl
Wraps the query to be executed in a cache represented either as a String or as a HSQuery form together with pagination and sort information.
QueryDefinition(String, SerializableFunction<AdvancedCache<?, ?>, QueryEngine<?>>) - Constructor for class org.infinispan.query.impl.QueryDefinition
 
QueryDefinition(HSQuery) - Constructor for class org.infinispan.query.impl.QueryDefinition
 
QueryDefinition.Externalizer - Class in org.infinispan.query.impl
 
QueryEngine<TypeMetadata> - Class in org.infinispan.query.dsl.embedded.impl
Adds indexing capability to the light (index-less) QueryEngine from query-core module.
QueryEngine(AdvancedCache<?, ?>, boolean) - Constructor for class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
QueryEngine(AdvancedCache<?, ?>, boolean, Class<? extends Matcher>, LuceneQueryMaker.FieldBridgeAndAnalyzerProvider<TypeMetadata>) - Constructor for class org.infinispan.query.dsl.embedded.impl.QueryEngine
 
QueryEngine.RowProcessor - Interface in org.infinispan.query.dsl.embedded.impl
A result processor that processes projections (rows).
QueryInterceptor - Class in org.infinispan.query.backend
This interceptor will be created when the System Property "infinispan.query.indexLocalOnly" is "false"
QueryInterceptor(SearchIntegrator, KeyTransformationHandler, ConcurrentMap<GlobalTransaction, Map<Object, Object>>, AdvancedCache<?, ?>, Map<String, Class<?>>) - Constructor for class org.infinispan.query.backend.QueryInterceptor
 
QueryModuleCommandExtensions - Class in org.infinispan.query.impl
 
QueryModuleCommandExtensions() - Constructor for class org.infinispan.query.impl.QueryModuleCommandExtensions
 
QueryModuleImpl - Class in org.infinispan.query.impl
 
QueryModuleImpl() - Constructor for class org.infinispan.query.impl.QueryModuleImpl
 
queryMustNotUseGroupingOrAggregation() - Method in class org.infinispan.query.logging.Log_$logger
 
queryMustNotUseGroupingOrAggregation$str() - Method in class org.infinispan.query.logging.Log_$logger
 
QueryPackageImpl - Class in org.infinispan.query.backend
 
QueryPackageImpl - Class in org.infinispan.query.impl.massindex
 
QueryPackageImpl - Class in org.infinispan.query.impl
 
QueryPackageImpl() - Constructor for class org.infinispan.query.backend.QueryPackageImpl
 
QueryPackageImpl() - Constructor for class org.infinispan.query.impl.massindex.QueryPackageImpl
 
QueryPackageImpl() - Constructor for class org.infinispan.query.impl.QueryPackageImpl
 
QueryResponse - Class in org.infinispan.query.clustered
The response for a ClusteredQueryOperation.
QueryResponse() - Constructor for class org.infinispan.query.clustered.QueryResponse
 
QueryResponse(int) - Constructor for class org.infinispan.query.clustered.QueryResponse
 
QueryResponse(Object) - Constructor for class org.infinispan.query.clustered.QueryResponse
 
QueryResponse(NodeTopDocs) - Constructor for class org.infinispan.query.clustered.QueryResponse
 
QueryResponse.Externalizer - Class in org.infinispan.query.clustered
 
QueryResultLoader - Interface in org.infinispan.query.impl
 
QueryStatistics() - Constructor for class org.infinispan.query.impl.InfinispanQueryStatisticsInfo.QueryStatistics
 

R

readFrom(ObjectInput) - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.infinispan.query.impl.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d
 
readObject(ObjectInput) - Method in class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.clustered.NodeTopDocs.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.clustered.QueryResponse.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.FullTextFilterExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.query.impl.QueryDefinition.Externalizer
 
registeringQueryInterceptor(String) - Method in class org.infinispan.query.logging.Log_$logger
 
registeringQueryInterceptor(String) - Method in interface org.infinispan.query.logging.Log
 
registeringQueryInterceptor$str() - Method in class org.infinispan.query.logging.Log_$logger
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.query.backend.QueryPackageImpl
 
registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.query.impl.massindex.QueryPackageImpl
 
registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Method in class org.infinispan.query.impl.QueryModuleImpl
 
registerMetadata(ModuleMetadataBuilder.ModuleBuilder) - Static method in class org.infinispan.query.impl.QueryPackageImpl
 
registerSchema(SerializationContext) - Method in class org.infinispan.query.impl.PersistenceContextInitializerImpl
 
registerTransformer(Class<?>, Class<? extends Transformer>) - Method in class org.infinispan.query.backend.KeyTransformationHandler
Registers a Transformer for the supplied key class.
reindex(Object...) - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
reindex(Object...) - Method in interface org.infinispan.query.MassIndexer
Deprecated.
remove() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
remove() - Method in interface org.infinispan.query.Indexer
Remove all the indexes from the cache.
remove(Class<?>...) - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
remove(Class<?>...) - Method in interface org.infinispan.query.Indexer
Remove all entities of particular class from the index of a cache.
ResultIterator<E> - Interface in org.infinispan.query
Deprecated.
Since 11.0 with no replacement.
resume(Transaction) - Method in class org.infinispan.query.backend.TransactionHelper
 
run() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
run() - Method in interface org.infinispan.query.Indexer
Deletes all the indexes from a cache and rebuilds them from the existing data.
run(Object...) - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
run(Object...) - Method in interface org.infinispan.query.Indexer
Re-indexes only the values associated with the provided keys.

S

Search - Class in org.infinispan.query
This is the entry point for the Infinispan query API.
SearchableCacheConfiguration - Class in org.infinispan.query.backend
Class that implements SearchConfiguration so that within Infinispan-Query, there is no need for a Hibernate Core configuration object.
SearchableCacheConfiguration(Collection<Class<?>>, Properties, Collection<ProgrammaticSearchMappingProvider>, Collection<LuceneAnalysisDefinitionProvider>, ComponentRegistry, ClassLoader) - Constructor for class org.infinispan.query.backend.SearchableCacheConfiguration
 
SearchManager - Interface in org.infinispan.query
Deprecated.
since 11.0, all search operations should be done with the Search entry point.
SearchManagerImpl - Class in org.infinispan.query.impl
Class that is used to build a CacheQuery based on a Lucene or an Ickle query, only for indexed caches.
SearchManagerImpl(AdvancedCache<?, ?>, QueryEngine<?>) - Constructor for class org.infinispan.query.impl.SearchManagerImpl
 
SearchManagerImplementor - Interface in org.infinispan.query.spi
Deprecated.
Since 11.0, without replacement. To be removed in next major version.
SearchWorkCreator - Interface in org.infinispan.query.backend
Deprecated.
since 10.1.1. To be removed in version 12.0 after migrating to Hibernate Search 6.
SEGMENT_CLUSTERED_QUERY - Static variable in interface org.infinispan.query.impl.ModuleCommandIds
 
SEGMENT_FIELD - Static variable in class org.infinispan.query.impl.SegmentFieldBridge
 
SEGMENT_FILTER_NAME - Static variable in class org.infinispan.query.impl.SegmentFilterFactory
 
SEGMENT_PARAMETERS_NAME - Static variable in class org.infinispan.query.impl.SegmentFilterFactory
 
SegmentFieldBridge - Class in org.infinispan.query.impl
FieldBridge to index the segment id of the key for each entry.
SegmentFieldBridge() - Constructor for class org.infinispan.query.impl.SegmentFieldBridge
 
SegmentFilterFactory - Class in org.infinispan.query.impl
Filter for infinispan segments.
SegmentFilterFactory() - Constructor for class org.infinispan.query.impl.SegmentFilterFactory
 
SegmentsClusteredQueryCommand - Class in org.infinispan.query.clustered
 
SegmentsClusteredQueryCommand(String, ClusteredQueryOperation, BitSet) - Constructor for class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
SegmentsClusteredQueryCommand(ByteString) - Constructor for class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
set(String, Object, Document, LuceneOptions) - Method in class org.infinispan.query.impl.SegmentFieldBridge
 
setFirstResult(int) - Method in class org.infinispan.query.impl.QueryDefinition
 
setIndexedType(Class<?>) - Method in class org.infinispan.query.impl.QueryDefinition
 
setMaxResults(int) - Method in class org.infinispan.query.impl.QueryDefinition
 
setNamedParameters(Map<String, Object>) - Method in class org.infinispan.query.impl.QueryDefinition
 
setSearchWorkCreator(SearchWorkCreator) - Method in class org.infinispan.query.backend.QueryInterceptor
Customize work creation during indexing
setSegments(BitSet) - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
setSegments(BitSet) - Method in class org.infinispan.query.impl.SegmentFilterFactory
 
setSort(Sort) - Method in class org.infinispan.query.impl.QueryDefinition
 
setSortableField(Set<String>) - Method in class org.infinispan.query.impl.QueryDefinition
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.query.impl.InfinispanQueryStatisticsInfo
 
setTimeout(long, TimeUnit) - Method in class org.infinispan.query.impl.QueryDefinition
 
setTimeoutExceptionFactory(TimeoutExceptionFactory) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
setTimeoutExceptionFactory(TimeoutExceptionFactory) - Method in interface org.infinispan.query.spi.SearchManagerImplementor
Deprecated.
Since 11.0, without replacement. To be removed in next major version.
settingBooleanQueryMaxClauseCount(String, int) - Method in class org.infinispan.query.logging.Log_$logger
 
settingBooleanQueryMaxClauseCount(String, int) - Method in interface org.infinispan.query.logging.Log
 
settingBooleanQueryMaxClauseCount$str() - Method in class org.infinispan.query.logging.Log_$logger
 
sort(Sort) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Allows lucene to sort the results.
sort(Sort) - Method in class org.infinispan.query.impl.CacheQueryImpl
 
sort(Sort) - Method in interface org.infinispan.query.impl.IndexedQuery
 
sortNotSupportedWithQueryString() - Method in class org.infinispan.query.logging.Log_$logger
 
sortNotSupportedWithQueryString() - Method in interface org.infinispan.query.logging.Log
 
sortNotSupportedWithQueryString$str() - Method in class org.infinispan.query.logging.Log_$logger
 
start() - Method in class org.infinispan.query.backend.QueryInterceptor
 
start() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
start() - Method in interface org.infinispan.query.MassIndexer
Deprecated.
Since 11.0, use Indexer.run() from Search.getIndexer(Cache) and wait for completion.
startAsync() - Method in class org.infinispan.query.impl.massindex.DistributedExecutorMassIndexer
 
startAsync() - Method in interface org.infinispan.query.MassIndexer
Deprecated.
stringToKey(String) - Method in class org.infinispan.query.backend.KeyTransformationHandler
Converts a Lucene document id from string form back to the original object.
suspendTxIfExists() - Method in class org.infinispan.query.backend.TransactionHelper
 

T

timeout(long, TimeUnit) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Set the timeout for this query.
timeout(long, TimeUnit) - Method in class org.infinispan.query.clustered.ClusteredCacheQueryImpl
 
timeout(long, TimeUnit) - Method in class org.infinispan.query.impl.CacheQueryImpl
 
timeout(long, TimeUnit) - Method in interface org.infinispan.query.impl.IndexedQuery
Set the timeout for this query.
topDocs - Variable in class org.infinispan.query.clustered.NodeTopDocs
 
toString() - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryParsingResult
 
toString(Object) - Method in class org.infinispan.query.impl.DefaultTransformer
 
toString(Object) - Method in interface org.infinispan.query.Transformer
Transforms an Object into a String.
TransactionHelper - Class in org.infinispan.query.backend
Transaction related helper.
TransactionHelper(TransactionManager) - Constructor for class org.infinispan.query.backend.TransactionHelper
 
transform(IckleParsingResult<TypeMetadata>, Map<String, Object>, Class<?>) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
Transformable - Annotation Type in org.infinispan.query
If you annotate your object with this, it can be used as a valid key for Infinispan to index (unless your key type is a boxed primitive, a String or a byte array in which case it can be used without a transformer).
transformer() - Method in annotation type org.infinispan.query.Transformable
The Transformer to use.
Transformer - Interface in org.infinispan.query
Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be used in a Lucene index) and vice versa.
TxQueryInterceptor - Class in org.infinispan.query.backend
 
TxQueryInterceptor(ConcurrentMap<GlobalTransaction, Map<Object, Object>>, QueryInterceptor) - Constructor for class org.infinispan.query.backend.TxQueryInterceptor
 
typeIsUsingDefaultTransformer(Class<?>) - Method in class org.infinispan.query.logging.Log_$logger
 
typeIsUsingDefaultTransformer(Class<?>) - Method in interface org.infinispan.query.logging.Log
 
typeIsUsingDefaultTransformer$str() - Method in class org.infinispan.query.logging.Log_$logger
 

U

unableToResumeSuspendedTx(Transaction, Throwable) - Method in class org.infinispan.query.logging.Log_$logger
 
unableToResumeSuspendedTx(Transaction, Throwable) - Method in interface org.infinispan.query.logging.Log
 
unableToResumeSuspendedTx$str() - Method in class org.infinispan.query.logging.Log_$logger
 
unableToSuspendTx(Throwable) - Method in class org.infinispan.query.logging.Log_$logger
 
unableToSuspendTx(Throwable) - Method in interface org.infinispan.query.logging.Log
 
unableToSuspendTx$str() - Method in class org.infinispan.query.logging.Log_$logger
 
unexpectedIOException(IOException) - Method in class org.infinispan.query.logging.Log_$logger
 
unexpectedIOException(IOException) - Method in interface org.infinispan.query.logging.Log
 
unexpectedIOException$str() - Method in class org.infinispan.query.logging.Log_$logger
 
unwrap() - Method in class org.infinispan.query.backend.WrappingErrorHandler
 
unwrap(Class<T>) - Method in class org.infinispan.query.impl.SearchManagerImpl
 
unwrap(Class<T>) - Method in interface org.infinispan.query.SearchManager
Deprecated.
Since 11.0, with no replacement.
UPDATE_INDEX - Static variable in interface org.infinispan.query.impl.ModuleCommandIds
 
UPDATE_INDEX_STREAM - Static variable in interface org.infinispan.query.impl.ModuleCommandIds
 
updateIndex(Object, Object, int) - Method in class org.infinispan.query.impl.massindex.IndexUpdater
 

V

VALUE - Static variable in interface org.infinispan.query.ProjectionConstants
Deprecated.
 
valueOf(int) - Static method in enum org.infinispan.query.clustered.commandworkers.CQCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.query.clustered.commandworkers.CQCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.query.FetchOptions.FetchMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.query.clustered.commandworkers.CQCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.query.FetchOptions.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
visit(AggregationExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(AndExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(BetweenExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(ComparisonExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(ConstantBooleanExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(ConstantValueExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(FullTextBoostExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(FullTextOccurExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(FullTextRangeExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(FullTextRegexpExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(FullTextTermExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(IsNullExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(LikeExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(NotExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(OrExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visit(PropertyValueExpr) - Method in class org.infinispan.query.dsl.embedded.impl.LuceneQueryMaker
 
visitClearCommand(InvocationContext, ClearCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitCommitCommand(TxInvocationContext, CommitCommand) - Method in class org.infinispan.query.backend.TxQueryInterceptor
 
visitComputeCommand(InvocationContext, ComputeCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitComputeIfAbsentCommand(InvocationContext, ComputeIfAbsentCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitPrepareCommand(TxInvocationContext, PrepareCommand) - Method in class org.infinispan.query.backend.TxQueryInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitPutMapCommand(InvocationContext, PutMapCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitReadWriteKeyCommand(InvocationContext, ReadWriteKeyCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitReadWriteKeyValueCommand(InvocationContext, ReadWriteKeyValueCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitReadWriteManyCommand(InvocationContext, ReadWriteManyCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitReadWriteManyEntriesCommand(InvocationContext, ReadWriteManyEntriesCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitRemoveCommand(InvocationContext, RemoveCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitReplaceCommand(InvocationContext, ReplaceCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitWriteOnlyKeyCommand(InvocationContext, WriteOnlyKeyCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitWriteOnlyKeyValueCommand(InvocationContext, WriteOnlyKeyValueCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitWriteOnlyManyCommand(InvocationContext, WriteOnlyManyCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 
visitWriteOnlyManyEntriesCommand(InvocationContext, WriteOnlyManyEntriesCommand) - Method in class org.infinispan.query.backend.QueryInterceptor
 

W

waitForAsyncCompletion() - Method in class org.infinispan.query.impl.massindex.IndexUpdater
 
waitingForLockAcquired(boolean) - Method in class org.infinispan.query.logging.Log_$logger
 
waitingForLockAcquired(boolean) - Method in interface org.infinispan.query.logging.Log
 
waitingForLockAcquired$str() - Method in class org.infinispan.query.logging.Log_$logger
 
workListRemotedTo(Object, Address) - Method in class org.infinispan.query.logging.Log_$logger
 
workListRemotedTo(Object, Address) - Method in interface org.infinispan.query.logging.Log
 
workListRemotedTo$str() - Method in class org.infinispan.query.logging.Log_$logger
 
WrappingErrorHandler - Class in org.infinispan.query.backend
Wraps another Hibernate Search ErrorHandler allowing extra processing of the backend error.
WrappingErrorHandler(ErrorHandler) - Constructor for class org.infinispan.query.backend.WrappingErrorHandler
 
writeObject(ObjectOutput, FieldDoc) - Method in class org.infinispan.query.impl.externalizers.LuceneFieldDocExternalizer
 
writeObject(ObjectOutput, ScoreDoc) - Method in class org.infinispan.query.impl.externalizers.LuceneScoreDocExternalizer
 
writeObject(ObjectOutput, Sort) - Method in class org.infinispan.query.impl.externalizers.LuceneSortExternalizer
 
writeObject(ObjectOutput, SortField) - Method in class org.infinispan.query.impl.externalizers.LuceneSortFieldExternalizer
 
writeObject(ObjectOutput, TopDocs) - Method in class org.infinispan.query.impl.externalizers.LuceneTopDocsExternalizer
 
writeObject(ObjectOutput, TopFieldDocs) - Method in class org.infinispan.query.impl.externalizers.LuceneTopFieldDocsExternalizer
 
writeObject(ObjectOutput, BytesRef) - Method in class org.infinispan.query.impl.externalizers.LuceneBytesRefExternalizer
 
writeObject(ObjectOutput, FullTextFilterImpl) - Method in class org.infinispan.query.impl.externalizers.FullTextFilterExternalizer
 
writeObject(ObjectOutput, ClusteredQueryOperation) - Method in class org.infinispan.query.clustered.ClusteredQueryOperation.Externalizer
 
writeObject(ObjectOutput, NodeTopDocs) - Method in class org.infinispan.query.clustered.NodeTopDocs.Externalizer
 
writeObject(ObjectOutput, QueryResponse) - Method in class org.infinispan.query.clustered.QueryResponse.Externalizer
 
writeObject(ObjectOutput, IndexWorker) - Method in class org.infinispan.query.impl.massindex.IndexWorker.Externalizer
 
writeObject(ObjectOutput, QueryDefinition) - Method in class org.infinispan.query.impl.QueryDefinition.Externalizer
 
writeTo(ObjectOutput) - Method in class org.infinispan.query.clustered.SegmentsClusteredQueryCommand
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, PersistenceContextInitializer.KnownClassKey) - Method in class org.infinispan.query.impl.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages