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.LuceneContextLuceneService.luceneContextFields in ch.rswk.meta.engine with type parameters of type LuceneService.LuceneContextModifier and TypeFieldDescriptionprivate final Function<LuceneService.LuceneContext, T> LuceneService.WorkUnit.funcThe field for thefuncrecord component.Methods in ch.rswk.meta.engine that return types with arguments of type LuceneService.LuceneContextModifier and TypeMethodDescriptionLuceneService.WorkUnit.func()Returns the value of thefuncrecord component.Methods in ch.rswk.meta.engine with parameters of type LuceneService.LuceneContextModifier and TypeMethodDescriptionprivate LuceneService.SearchResultUserService.executeLuceneGroupSearch(LuceneService.LuceneContext context, UserGroupSearchRequest request) private LuceneService.SearchResultMetaService.executeLuceneSearch(LuceneService.LuceneContext context, @Nullable Function<LuceneService.LuceneContext, MetaService.MetaServiceSearchContext> queryProducer, SearchRequest request) private LuceneService.SearchResultUserService.executeLuceneUserSearch(LuceneService.LuceneContext context, UserSearchRequest request) Method parameters in ch.rswk.meta.engine with type arguments of type LuceneService.LuceneContextModifier and TypeMethodDescriptionprivate LuceneService.SearchResultMetaService.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 aWorkUnitrecord 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.SearchResultLuceneServiceTest.searchTestDocuments2(LuceneService.LuceneContext context, int limit)