Uses of Class
fr.enedis.chutney.index.infra.LuceneIndexRepository
Packages that use LuceneIndexRepository
Package
Description
-
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
Methods in fr.enedis.chutney.index that return LuceneIndexRepositoryModifier and TypeMethodDescriptionIndexConfiguration.campaignLuceneIndexRepository(IndexConfig campaignIndexConfig) IndexConfiguration.datasetLuceneIndexRepository(IndexConfig datasetIndexConfig) IndexConfiguration.reportLuceneIndexRepository(IndexConfig reportIndexConfig) IndexConfiguration.scenarioLuceneIndexRepository(IndexConfig scenarioIndexConfig) -
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)