Uses of Class
ch.rswk.meta.engine.LuceneService.LuceneContext
Packages that use LuceneService.LuceneContext
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of LuceneService.LuceneContext in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as LuceneService.LuceneContextModifier and TypeFieldDescriptionprivate final LuceneService.LuceneContext
LuceneService.luceneContext
Fields in ch.rswk.meta.engine with type parameters of type LuceneService.LuceneContextModifier and TypeFieldDescriptionprivate final Function
<LuceneService.LuceneContext, T> LuceneService.WorkUnit.func
The field for thefunc
record component.Methods in ch.rswk.meta.engine that return types with arguments of type LuceneService.LuceneContextModifier and TypeMethodDescriptionLuceneService.WorkUnit.func()
Returns the value of thefunc
record component.Methods in ch.rswk.meta.engine with parameters of type LuceneService.LuceneContextModifier and TypeMethodDescriptionprivate LuceneService.SearchResult
UserService.executeLuceneGroupSearch
(LuceneService.LuceneContext context, UserGroupSearchRequest request) private LuceneService.SearchResult
MetaService.executeLuceneSearch
(LuceneService.LuceneContext context, @Nullable Function<LuceneService.LuceneContext, MetaService.MetaServiceSearchContext> queryProducer, SearchRequest request) private LuceneService.SearchResult
UserService.executeLuceneUserSearch
(LuceneService.LuceneContext context, UserSearchRequest request) Method parameters in ch.rswk.meta.engine with type arguments of type LuceneService.LuceneContextModifier and TypeMethodDescriptionprivate LuceneService.SearchResult
MetaService.executeLuceneSearch
(LuceneService.LuceneContext context, @Nullable Function<LuceneService.LuceneContext, MetaService.MetaServiceSearchContext> queryProducer, SearchRequest request) <T> com.google.common.util.concurrent.ListenableFuture
<T> LuceneService.process
(Function<LuceneService.LuceneContext, T> func) private com.google.common.util.concurrent.ListenableFuture
<SearchReply> MetaService.searchInternal
(@Nullable Function<LuceneService.LuceneContext, MetaService.MetaServiceSearchContext> queryProducer, SearchRequest request) Constructor parameters in ch.rswk.meta.engine with type arguments of type LuceneService.LuceneContextModifierConstructorDescriptionCreates an instance of aWorkUnit
record class. -
Uses of LuceneService.LuceneContext in ch.rswk.meta.engine.test
Methods in ch.rswk.meta.engine.test with parameters of type LuceneService.LuceneContextModifier and TypeMethodDescriptionprivate static LuceneService.SearchResult
LuceneServiceTest.searchTestDocuments2
(LuceneService.LuceneContext context, int limit)