Uses of Class
fr.enedis.chutney.index.infra.LuceneIndexRepository
Packages that use LuceneIndexRepository
Package
Description
-
Uses of LuceneIndexRepository in fr.enedis.chutney
Methods in fr.enedis.chutney that return LuceneIndexRepositoryModifier and TypeMethodDescriptionServerConfiguration.campaignLuceneIndexRepository(IndexConfig campaignIndexConfig) ServerConfiguration.datasetLuceneIndexRepository(IndexConfig datasetIndexConfig) ServerConfiguration.reportLuceneIndexRepository(IndexConfig reportIndexConfig) ServerConfiguration.scenarioLuceneIndexRepository(IndexConfig scenarioIndexConfig) -
Uses of LuceneIndexRepository in fr.enedis.chutney.campaign.infra.index
Constructors in fr.enedis.chutney.campaign.infra.index with parameters of type LuceneIndexRepositoryModifierConstructorDescriptionCampaignIndexRepository(LuceneIndexRepository luceneIndexRepository) -
Uses of LuceneIndexRepository in fr.enedis.chutney.dataset.infra.index
Constructors in fr.enedis.chutney.dataset.infra.index with parameters of type LuceneIndexRepositoryModifierConstructorDescriptionDatasetIndexRepository(LuceneIndexRepository luceneIndexRepository) -
Uses of LuceneIndexRepository in fr.enedis.chutney.execution.infra.storage.index
Constructors in fr.enedis.chutney.execution.infra.storage.index with parameters of type LuceneIndexRepositoryModifierConstructorDescriptionExecutionReportIndexRepository(LuceneIndexRepository luceneIndexRepository) -
Uses of LuceneIndexRepository in fr.enedis.chutney.index.domain
Constructors in fr.enedis.chutney.index.domain with parameters of type LuceneIndexRepositoryModifierConstructorDescriptionprotectedAbstractIndexRepository(String whatValue, LuceneIndexRepository luceneIndexRepository) -
Uses of LuceneIndexRepository in fr.enedis.chutney.scenario.infra.index
Constructors in fr.enedis.chutney.scenario.infra.index with parameters of type LuceneIndexRepositoryModifierConstructorDescriptionScenarioIndexRepository(LuceneIndexRepository luceneIndexRepository)