|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method package snapshot(indexDir File, writer LuceneIndexWriter) : ResourceIterator<File> in class org.neo4j.kernel.api.impl.index.LuceneSnapshotter |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method public UniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File) in class org.neo4j.kernel.api.impl.index.UniqueLuceneIndexAccessor |
From |
To |
|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method public close(writer LuceneIndexWriter) : void in class org.neo4j.kernel.api.impl.index.IndexWriterStatus |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method package NonUniqueLuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, bufferSizeLimit int) in class org.neo4j.kernel.api.impl.index.NonUniqueLuceneIndexAccessor |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package UniqueLuceneIndexPopulator(batchSize int, documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long) in class org.neo4j.kernel.api.impl.index.UniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<ReservingLuceneIndexWriter> in method package LuceneIndexAccessor(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<ReservingLuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, bufferSizeLimit int) in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package LuceneIndexPopulator(documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long) in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in method package NonUniqueLuceneIndexPopulator(queueThreshold int, documentStructure LuceneDocumentStructure, indexWriterFactory IndexWriterFactory<LuceneIndexWriter>, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long, samplingConfig IndexSamplingConfig) in class org.neo4j.kernel.api.impl.index.NonUniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type writer : IndexWriter to writer : LuceneIndexWriter in method public commitAsOnline(writer LuceneIndexWriter) : void in class org.neo4j.kernel.api.impl.index.IndexWriterStatus |
From |
To |
|
Change Parameter Type indexWriterFactory : LuceneIndexWriterFactory to writers : IndexWriterFactory<LuceneIndexWriter> in method package DeferredConstraintVerificationUniqueLuceneIndexPopulator(documentStructure LuceneDocumentStructure, writers IndexWriterFactory<LuceneIndexWriter>, searcherManagerFactory SearcherManagerFactory, writerStatus IndexWriterStatus, dirFactory DirectoryFactory, dirFile File, failureStorage FailureStorage, indexId long, descriptor IndexDescriptor) in class org.neo4j.kernel.api.impl.index.DeferredConstraintVerificationUniqueLuceneIndexPopulator |
From |
To |
|
Change Parameter Type writerFactory : LuceneIndexWriterFactory to writerFactory : IndexWriterFactory<LuceneIndexWriter> in method public LuceneLabelScanStore(strategy LabelScanStorageStrategy, directoryFactory DirectoryFactory, directoryLocation File, fs FileSystemAbstraction, writerFactory IndexWriterFactory<LuceneIndexWriter>, fullStoreStream FullStoreChangeStream, monitor Monitor) in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |
|
Move Attribute private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier to private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidatorTest |
From |
To |
|
Move Attribute private nodeStore : NodeStore from class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest to private nodeStore : NodeStore from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private propertyStore : PropertyStore from class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest to private propertyStore : PropertyStore from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.transaction.command.NeoTransactionIndexApplierTest to private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier to private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private propertyStore : PropertyStore from class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier to private propertyStore : PropertyStore from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.TransactionRepresentationStoreApplier to private propertyLoader : PropertyLoader from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Move Attribute private nodeStore : NodeStore from class org.neo4j.kernel.impl.transaction.command.IndexTransactionApplier to private nodeStore : NodeStore from class org.neo4j.kernel.impl.api.index.IndexUpdatesValidator |
From |
To |
|
Change Return Type IndexWriter to LuceneIndexWriter in method private instantiateWriter(directory File) : LuceneIndexWriter in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndex |
From |
To |
|
Change Return Type IndexWriter to LuceneIndexWriter in method private newWriter() : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.WriterLogicTest |
From |
To |
|
Change Return Type IndexWriter to W in method public create(directory Directory) : W in class org.neo4j.kernel.api.impl.index.IndexWriterFactory |
From |
To |
|
Change Return Type void to Map<IndexDescriptor,List<NodePropertyUpdate>> in method private groupUpdatesByIndexDescriptor(updates Iterable<NodePropertyUpdate>, updaterMap IndexUpdaterMap) : Map<IndexDescriptor,List<NodePropertyUpdate>> in class org.neo4j.kernel.impl.api.index.IndexingService |
From |
To |
|
Change Return Type Answer to Answer<Void> in method private waitForLatch(latch CountDownLatch) : Answer<Void> in class org.neo4j.kernel.impl.api.index.IndexingServiceTest |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : ReservingLuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor |
From |
To |
|
Change Attribute Type writerFactory : LuceneIndexWriterFactory to writerFactory : IndexWriterFactory<LuceneIndexWriter> in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |
|
Change Attribute Type indexWriterFactory : LuceneIndexWriterFactory to indexWriterFactory : IndexWriterFactory<LuceneIndexWriter> in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneSnapshotterTest |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneLabelScanStore |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.kernel.api.impl.index.LuceneIndexPopulator |
From |
To |
|
Change Attribute Type searcherManager : SearcherManager to searcherManager : ReferenceManager<IndexSearcher> in class org.neo4j.kernel.api.impl.index.LuceneIndexAccessor |
From |
To |
|
Change Attribute Type writer : IndexWriter to writer : LuceneIndexWriter in class org.neo4j.index.impl.lucene.LuceneBatchInserterIndex |
From |
To |