|
Change Parameter Type partition : IndexPartition to partition : AbstractIndexPartition in method private maybeRefreshPartition(partition AbstractIndexPartition) : void in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Parameter Type index : LuceneSchemaIndex to index : SchemaIndex in method public UniqueLuceneIndexPopulator(index SchemaIndex, descriptor IndexDescriptor) in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type partition : IndexPartition to partition : WritableIndexPartition in method private buildLuceneIndex(partition WritableIndexPartition) : WritableLuceneLabelScanIndex in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Parameter Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method private createWriter(index WritableLuceneLabelScanIndex) : PartitionedLuceneLabelScanWriter in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Parameter Type index : LuceneSchemaIndex to index : SchemaIndex in method private newUpdater(index SchemaIndex) : UniqueLuceneIndexPopulatingUpdater in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdaterTest |
From |
To |
|
Change Parameter Type writerConfigFactory : Factory<IndexWriterConfig> to partitionFactory : IndexPartitionFactory in method public AbstractLuceneIndex(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory) in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Parameter Type index : LuceneSchemaIndex to index : SchemaIndex in method private newUpdater(index SchemaIndex, writer LuceneIndexWriter, sampler UniqueIndexSampler) : UniqueLuceneIndexPopulatingUpdater in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdaterTest |
From |
To |
|
Change Parameter Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method public NonUniqueLuceneIndexPopulator(luceneIndex SchemaIndex, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.api.impl.schema.populator.NonUniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type partition : IndexPartition to partition : AbstractIndexPartition in method private writablePartition(partition AbstractIndexPartition) : boolean in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Parameter Type index : LuceneSchemaIndex to index : SchemaIndex in method private addDocumentToIndex(index SchemaIndex, documents int) : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createPartitionedUniquenessVerifier(partitions List<AbstractIndexPartition>) : UniquenessVerifier in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createSimpleReader(partitions List<AbstractIndexPartition>) : SimpleIndexReader in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type luceneIndex : LuceneLabelScanIndex to luceneIndex : LabelScanIndex in method public LuceneLabelScanStore(luceneIndex LabelScanIndex, fullStoreStream FullStoreChangeStream, logProvider LogProvider, monitor Monitor) in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStore |
From |
To |
|
Change Parameter Type partition : IndexPartition to partition : WritableIndexPartition in method private insertDocument(partition WritableIndexPartition, nodeId long, propertyValue Object) : void in class org.neo4j.kernel.api.impl.schema.sampler.NonUniqueLuceneIndexSamplerTest |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createPartitionedReader(partitions List<AbstractIndexPartition>) : LabelScanReader in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndex |
From |
To |
|
Change Parameter Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method package LuceneIndexPopulator(luceneIndex SchemaIndex) in class org.neo4j.kernel.api.impl.schema.populator.LuceneIndexPopulator |
From |
To |
|
Change Parameter Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method public UniqueLuceneIndexPopulatingUpdater(writer LuceneIndexWriter, propertyKeyId int, luceneIndex SchemaIndex, propertyAccessor PropertyAccessor, sampler UniqueIndexSampler) in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdater |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public hasSinglePartition(partitions List<AbstractIndexPartition>) : boolean in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Parameter Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public PartitionedLuceneLabelScanWriter(index WritableLuceneLabelScanIndex, format BitmapDocumentFormat) in class org.neo4j.kernel.api.impl.labelscan.writer.PartitionedLuceneLabelScanWriter |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createSimpleUniquenessVerifier(partitions List<AbstractIndexPartition>) : UniquenessVerifier in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type writerConfigFactory : Factory<IndexWriterConfig> to partitionFactory : IndexPartitionFactory in method package LuceneSchemaIndex(indexStorage PartitionedIndexStorage, config IndexConfiguration, samplingConfig IndexSamplingConfig, partitionFactory IndexPartitionFactory) in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public getFirstPartition(partitions List<AbstractIndexPartition>) : AbstractIndexPartition in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method protected acquireSearchers(partitions List<AbstractIndexPartition>) : List<PartitionSearcher> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Parameter Type index : LuceneSchemaIndex to index : WritableLuceneSchemaIndex in method public PartitionedIndexWriter(index WritableLuceneSchemaIndex) in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Parameter Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method public LuceneIndexAccessor(luceneIndex SchemaIndex) in class org.neo4j.kernel.api.impl.schema.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createPartitionedReader(partitions List<AbstractIndexPartition>) : PartitionedIndexReader in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Parameter Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createSimpleReader(partitions List<AbstractIndexPartition>) : LabelScanReader in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndex |
From |
To |
|
Change Parameter Type labelScanIndex : LuceneLabelScanIndex to labelScanIndex : LabelScanIndex in method private generateLabelChanges(labelScanIndex LabelScanIndex, numberOfUpdates int) : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndexIT |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public snapshot() : ResourceIterator<File> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldUpdateExistingDocumentWithNodesInTheSameRange() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public allDocumentsReader() : LuceneAllDocumentsReader in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public deleteDocuments(query Query) : void in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type singlePartition : IndexPartition to singlePartition : AbstractIndexPartition in method private createSimpleUniquenessVerifier(partitions List<AbstractIndexPartition>) : UniquenessVerifier in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public flush() : void in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : LabelScanIndex in method public newInstance(context KernelContext, dependencies Dependencies) : LabelScanStoreProvider in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreExtension |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : LabelScanIndex in method public build() : LabelScanStore in class org.neo4j.index.lucene.LuceneLabelScanStoreBuilder |
From |
To |
|
Change Variable Type indexPartition : IndexPartition to indexPartition : AbstractIndexPartition in method private getIndexWriter() : IndexWriter in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method public closeVerifiesUniquenessOfAddedValues() : void in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdaterTest |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldStoreAnyNodeIdInRange() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private createUniquenessVerifier() : UniquenessVerifier in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldStoreDocumentWithNodeIdsInADifferentRange() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method public getPopulator(indexId long, descriptor IndexDescriptor, indexConfiguration IndexConfiguration, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method private prepareIndex(partitions List<AbstractIndexPartition>) : WritableLuceneLabelScanIndex in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public getLabelScanReader() : LabelScanReader in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndex |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldStoreDocumentWithNodeIdsAndLabelsInIt() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public deleteDocuments(term Term) : void in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private firstPartitionWriter() : IndexWriter in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexIntegrationTest |
From |
To |
|
Change Variable Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method private createAccessor(indexStorage PartitionedIndexStorage) : LuceneIndexAccessor in class org.neo4j.kernel.api.impl.schema.AccessUniqueLuceneIndexTest |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method public closeVerifiesUniquenessOfChangedValues() : void in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdaterTest |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldRemoveLabelFieldsThatDoesNotRepresentAnyNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type indexPartition : IndexPartition to indexPartition : WritableIndexPartition in method public samplingOfLargeNumericValues() : void in class org.neo4j.kernel.api.impl.schema.sampler.NonUniqueLuceneIndexSamplerTest |
From |
To |
|
Change Variable Type schemaIndex : LuceneSchemaIndex to schemaIndex : SchemaIndex in method private openIndex() : SchemaIndex in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public isOnline() : boolean in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public getIndexReader() : IndexReader in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldCreateNewDocumentsForNewlyLabeledNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public deleteDocuments(term Term) : void in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method protected acquireSearchers(partitions List<AbstractIndexPartition>) : List<PartitionSearcher> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method public updateDocument(term Term, doc Document) : void in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldRemoveLabelFieldsThatDoesNotRepresentAnyNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldCreateNewDocumentsForNewlyLabeledNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method private indexIsOnline(indexStorage PartitionedIndexStorage) : boolean in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method public closeVerifiesUniquenessOfAddedAndChangedValues() : void in class org.neo4j.kernel.api.impl.schema.populator.UniqueLuceneIndexPopulatingUpdaterTest |
From |
To |
|
Change Variable Type singlePartition : IndexPartition to singlePartition : AbstractIndexPartition in method private createSimpleReader(partitions List<AbstractIndexPartition>) : SimpleIndexReader in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type luceneIndex : LuceneSchemaIndex to luceneIndex : SchemaIndex in method public getOnlineAccessor(indexId long, indexConfiguration IndexConfiguration, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method private flush() : void in class org.neo4j.kernel.api.impl.labelscan.writer.PartitionedLuceneLabelScanWriter |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method private buildLuceneIndex(partition WritableIndexPartition) : WritableLuceneLabelScanIndex in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method public updateMultiplePartitionedIndex() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldUpdateDocumentsForReLabeledNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type reopenIndex : LuceneSchemaIndex to reopenIndex : SchemaIndex in method public openClosePartitionedIndex() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldStoreDocumentWithNodeIdsInTheSameRange() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type failedIndex : LuceneSchemaIndex to failedIndex : SchemaIndex in method public createFailPartitionedIndex() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldDeleteEmptyDocuments() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldUpdateDocumentToReflectLabelsAfterRegardlessOfPreviousContent() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldDeleteEmptyDocuments() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldStoreAnyNodeIdInRange() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type crudIndex : LuceneSchemaIndex to crudIndex : SchemaIndex in method public createPopulateDropIndex() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : LabelScanIndex in method private startLabelScanStore(existingData List<NodeLabelUpdate>, config Config) : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreTest |
From |
To |
|
Change Variable Type index : LuceneSchemaIndex to index : SchemaIndex in method private createDefaultIndexAccessor() : LuceneIndexAccessor in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexIT |
From |
To |
|
Change Variable Type partitions : List<IndexPartition> to partitions : List<AbstractIndexPartition> in method private buildLabelScanIndex(partition StubIndexPartition) : WritableLuceneLabelScanIndex in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method public shouldUpdateDocumentToReflectLabelsAfterRegardlessOfPreviousContent() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type schemaIndex : LuceneSchemaIndex to schemaIndex : SchemaIndex in method private createIndex() : SchemaIndex in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public deleteDocuments(query Query) : void in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type indexPartitions : List<IndexPartition> to indexPartitions : List<AbstractIndexPartition> in method private getIndexWriter() : IndexWriter in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type writablePartition : Optional<IndexPartition> to writablePartition : Optional<AbstractIndexPartition> in method private getIndexWriter() : IndexWriter in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public markAsOnline() : void in class org.neo4j.kernel.api.impl.schema.LuceneSchemaIndex |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public flush() : void in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : WritableIndexPartition in method private newIndexPartitionMock(indexWriter IndexWriter, documents Document...) : WritableIndexPartition in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type index : TestLuceneIndex to index : WritableTestLuceneIndex in method private createTestLuceneIndex(dirFactory DirectoryFactory, folder File) : WritableTestLuceneIndex in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexIntegrationTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method public snapshot() : ResourceIterator<File> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method private firstPartitionWriter() : IndexWriter in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndexIntegrationTest |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public shouldUpdateDocumentsForReLabeledNodes() : void in class org.neo4j.kernel.api.impl.labelscan.storestrategy.NodeRangeDocumentLabelScanStorageStrategyTest |
From |
To |
|
Change Variable Type partition : IndexPartition to partition : AbstractIndexPartition in method private createSimpleReader(partitions List<AbstractIndexPartition>) : LabelScanReader in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndex |
From |
To |
|
Change Variable Type uniqueIndex : LuceneSchemaIndex to uniqueIndex : SchemaIndex in method public partitionedIndexPopulation() : void in class org.neo4j.kernel.api.impl.index.LuceneSchemaIndexPopulationIT |
From |
To |
|
Change Variable Type index : LuceneLabelScanIndex to index : WritableLuceneLabelScanIndex in method public automaticPartitionCreation() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanStoreWriterTest |
From |
To |
|
Change Variable Type labelScanIndex : LuceneLabelScanIndex to labelScanIndex : LabelScanIndex in method public readFromPartitionedIndex() : void in class org.neo4j.kernel.api.impl.labelscan.LuceneLabelScanIndexIT |
From |
To |