indexer-core/src/main/java/org/apache/maven/index/context/DefaultIndexingContext.java [176:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String repositoryUrl,
            String indexUpdateUrl,
            List<? extends IndexCreator> indexCreators,
            boolean reclaimIndex)
            throws IOException, ExistingLuceneIndexMismatchException {
        this(
                id,
                repositoryId,
                repository,
                repositoryUrl,
                indexUpdateUrl,
                indexCreators,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



indexer-core/src/main/java/org/apache/maven/index/context/DefaultIndexingContext.java [222:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String repositoryUrl,
            String indexUpdateUrl,
            List<? extends IndexCreator> indexCreators,
            boolean reclaimIndex)
            throws IOException, ExistingLuceneIndexMismatchException {
        this(
                id,
                repositoryId,
                repository,
                repositoryUrl,
                indexUpdateUrl,
                indexCreators,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



