|
Change Parameter Type readers : List<BloomIndexReader> to readers : List<FulltextReader> in method private PartitionedFulltextReader(readers List<FulltextReader>) in class org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader |
From |
To |
|
Change Parameter Type index : WritableDatabaseBloomIndex to index : WritableDatabaseFulltext in method private refreshIndex(index WritableDatabaseFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Parameter Type index : WritableDatabaseBloomIndex to index : WritableDatabaseFulltext in method private removePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state Map<Long,Map<String,Object>>, index WritableDatabaseFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Parameter Type index : WritableDatabaseBloomIndex to index : WritableDatabaseFulltext in method private updatePropertyData(state Map<Long,Map<String,Object>>, index WritableDatabaseFulltext) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Parameter Type fulltextHelperProvider : FulltextHelperProvider to fulltextProvider : FulltextProvider in method public FulltextTransactionEventUpdater(fulltextProvider FulltextProvider) in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Parameter Type writableIndex : WritableDatabaseBloomIndex to writableIndex : WritableDatabaseFulltext in method public getIndexWriter(writableIndex WritableDatabaseFulltext) : PartitionedIndexWriter in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Parameter Type type : FulltextHelperFactory.FULLTEXT_HELPER_TYPE to type : FulltextFactory.FULLTEXT_HELPER_TYPE in method public getReader(identifier String, type FulltextFactory.FULLTEXT_HELPER_TYPE) : FulltextReader in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider |
From |
To |
|
Change Parameter Type index : WritableDatabaseSchemaIndex to index : WritableAbstractDatabaseIndex in method public PartitionedIndexWriter(index WritableAbstractDatabaseIndex) in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter |
From |
To |
|
Change Parameter Type readerFunction : Function<BloomIndexReader,PrimitiveLongIterator> to readerFunction : Function<FulltextReader,PrimitiveLongIterator> in method private partitionedOperation(readerFunction Function<FulltextReader,PrimitiveLongIterator>) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader |
From |
To |
|
Change Parameter Type reader : BloomIndexReader to reader : FulltextReader in method private innerQuery(reader FulltextReader, query String...) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader |
From |
To |
|
Change Parameter Type type : FulltextHelperFactory.FULLTEXT_HELPER_TYPE to type : FulltextFactory.FULLTEXT_HELPER_TYPE in method package LuceneFulltextHelper(indexStorage PartitionedIndexStorage, partitionFactory IndexPartitionFactory, properties String[], analyzer Analyzer, identifier String, type FulltextFactory.FULLTEXT_HELPER_TYPE) in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithArrays() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithBoolean() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithNumber() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldNotFindRemovedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Rename Variable fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Return Type Set<WritableDatabaseBloomIndex> to Set<WritableDatabaseFulltext> in method public nodeIndices() : Set<WritableDatabaseFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider |
From |
To |
|
Change Return Type PartitionedInsightBloomWriter to PartitionedIndexWriter in method public getIndexWriter(writableIndex WritableDatabaseFulltext) : PartitionedIndexWriter in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Return Type FulltextHelperFactory.FULLTEXT_HELPER_TYPE to FulltextFactory.FULLTEXT_HELPER_TYPE in method public getType() : FulltextFactory.FULLTEXT_HELPER_TYPE in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Return Type BloomIndexReader to FulltextReader in method public getIndexReader() : FulltextReader in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Return Type PartitionedInsightBloomWriter to PartitionedIndexWriter in method public getIndexWriter() : PartitionedIndexWriter in class org.neo4j.kernel.api.impl.fulltext.WritableDatabaseFulltext |
From |
To |
|
Change Return Type Set<WritableDatabaseBloomIndex> to Set<WritableDatabaseFulltext> in method public relationshipIndices() : Set<WritableDatabaseFulltext> in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider |
From |
To |
|
Change Return Type PartitionedBloomIndexReader to PartitionedFulltextReader in method private createPartitionedReader(partitions List<AbstractIndexPartition>) : PartitionedFulltextReader in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Return Type BloomIndexReader to FulltextReader in method public getReader(identifier String, type FulltextFactory.FULLTEXT_HELPER_TYPE) : FulltextReader in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider |
From |
To |
|
Change Return Type FulltextHelperProvider to FulltextProvider in method public instance(db GraphDatabaseService) : FulltextProvider in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider |
From |
To |
|
Change Return Type SimpleBloomIndexReader to SimpleFulltextReader in method private createSimpleReader(partitions List<AbstractIndexPartition>) : SimpleFulltextReader in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelper |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithNumber() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldFindNodeWithNumber() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldNotFindRemovedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithArrays() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldFindNodeWithArrays() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldFindNodeWithNumber() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type indexReader : BloomIndexReader to indexReader : FulltextReader in method public apply(ctx Context, input Object[]) : RawIterator<Object[],ProcedureException> in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedure |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldFindNodeWithArrays() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldFindNodeWithBoolean() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithBoolean() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type relationshipIndex : WritableDatabaseBloomIndex to relationshipIndex : WritableDatabaseFulltext in method public afterCommit(data TransactionData, state Object) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public init() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldNotFindRemovedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldNotFindRemovedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type reader : BloomIndexReader to reader : FulltextReader in method public shouldFindNodeWithBoolean() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type nodeIndex : WritableDatabaseBloomIndex to nodeIndex : WritableDatabaseFulltext in method public afterCommit(data TransactionData, state Object) : void in class org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater |
From |
To |
|
Change Variable Type fulltextHelperFactory : FulltextHelperFactory to fulltextFactory : FulltextFactory in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |
|
Change Variable Type provider : FulltextHelperProvider to provider : FulltextProvider in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextHelperUpdaterTest |
From |
To |