|
Change Parameter Type nodeIndex : WritableDatabaseInsightIndex to nodeIndex : WritableDatabaseBloomIndex in method package BloomIndexTransactionEventUpdater(nodeIndex WritableDatabaseBloomIndex, relationshipIndex WritableDatabaseBloomIndex, properties String[]) in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Change Parameter Type relationshipIndex : WritableDatabaseInsightIndex to relationshipIndex : WritableDatabaseBloomIndex in method package BloomIndexTransactionEventUpdater(nodeIndex WritableDatabaseBloomIndex, relationshipIndex WritableDatabaseBloomIndex, properties String[]) in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Change Parameter Type nodeIndex : WritableDatabaseInsightIndex to nodeIndex : WritableDatabaseBloomIndex in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<Node>>, state Map<Long,Map<String,Object>>, nodeIndex WritableDatabaseBloomIndex) : void in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Change Parameter Type reader : InsightIndexReader to reader : BloomIndexReader in method private innerQuery(reader BloomIndexReader, query String...) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.bloom.PartitionedBloomIndexReader |
From |
To |
|
Change Parameter Type writableIndex : WritableDatabaseInsightIndex to writableIndex : WritableDatabaseBloomIndex in method public getIndexWriter(writableIndex WritableDatabaseBloomIndex) : PartitionedInsightBloomWriter in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Change Parameter Type readers : List<InsightIndexReader> to readers : List<BloomIndexReader> in method private PartitionedBloomIndexReader(readers List<BloomIndexReader>) in class org.neo4j.kernel.api.impl.bloom.PartitionedBloomIndexReader |
From |
To |
|
Change Parameter Type index : WritableDatabaseInsightIndex to index : WritableDatabaseBloomIndex in method package PartitionedInsightBloomWriter(index WritableDatabaseBloomIndex) in class org.neo4j.kernel.api.impl.bloom.PartitionedInsightBloomWriter |
From |
To |
|
Change Parameter Type insightLuceneIndex : InsightLuceneIndex to bloomLuceneIndex : BloomLuceneIndex in method package WritableDatabaseBloomIndex(bloomLuceneIndex BloomLuceneIndex) in class org.neo4j.kernel.api.impl.bloom.WritableDatabaseBloomIndex |
From |
To |
|
Change Parameter Type readerFunction : Function<InsightIndexReader,PrimitiveLongIterator> to readerFunction : Function<BloomIndexReader,PrimitiveLongIterator> in method private partitionedOperation(readerFunction Function<BloomIndexReader,PrimitiveLongIterator>) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.bloom.PartitionedBloomIndexReader |
From |
To |
|
Change Parameter Type nodeIndex : WritableDatabaseInsightIndex to nodeIndex : WritableDatabaseBloomIndex in method private deleteIndexData(nodes Iterable<Node>, nodeIndex WritableDatabaseBloomIndex) : void in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Rename Variable insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Return Type InsightFieldEncoding to BloomFieldEncoding in method public forValue(value Value) : BloomFieldEncoding in class org.neo4j.kernel.api.impl.bloom.BloomFieldEncoding |
From |
To |
|
Change Return Type InsightIndexReader to BloomIndexReader in method public getNodeReader() : BloomIndexReader in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Return Type PartitionedInsightIndexWriter to PartitionedInsightBloomWriter in method public getIndexWriter(writableIndex WritableDatabaseBloomIndex) : PartitionedInsightBloomWriter in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Change Return Type SimpleInsightIndexReader to SimpleBloomIndexReader in method private createSimpleReader(partitions List<AbstractIndexPartition>) : SimpleBloomIndexReader in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Change Return Type InsightIndexReader to BloomIndexReader in method public getIndexReader() : BloomIndexReader in class org.neo4j.kernel.api.impl.bloom.WritableDatabaseBloomIndex |
From |
To |
|
Change Return Type InsightIndexReader to BloomIndexReader in method public getIndexReader() : BloomIndexReader in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Change Return Type InsightIndexReader to BloomIndexReader in method public getRelationshipReader() : BloomIndexReader in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Return Type PartitionedInsightIndexWriter to PartitionedInsightBloomWriter in method public getIndexWriter() : PartitionedInsightBloomWriter in class org.neo4j.kernel.api.impl.bloom.WritableDatabaseBloomIndex |
From |
To |
|
Change Return Type InsightIndexTransactionEventUpdater to BloomIndexTransactionEventUpdater in method public getUpdater() : BloomIndexTransactionEventUpdater in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Return Type PartitionedInsightIndexReader to PartitionedBloomIndexReader in method private createPartitionedReader(partitions List<AbstractIndexPartition>) : PartitionedBloomIndexReader in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightLuceneIndex moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomLuceneIndex |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.PartitionedInsightIndexReader moved and renamed to org.neo4j.kernel.api.impl.bloom.PartitionedBloomIndexReader |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightIndex moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.LuceneInsightDocumentStructure moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomInsightDocumentStructure |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.SimpleInsightIndexReader moved and renamed to org.neo4j.kernel.api.impl.bloom.SimpleBloomIndexReader |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightLuceneIndexUpdaterTest moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightFieldEncoding moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomFieldEncoding |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.WritableDatabaseInsightIndex moved and renamed to org.neo4j.kernel.api.impl.bloom.WritableDatabaseBloomIndex |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.PartitionedInsightIndexWriter moved and renamed to org.neo4j.kernel.api.impl.bloom.PartitionedInsightBloomWriter |
From |
To |
|
Move And Rename Class org.neo4j.kernel.api.impl.insight.InsightIndexReader moved and renamed to org.neo4j.kernel.api.impl.bloom.BloomIndexReader |
From |
To |
|
Change Variable Type encoding : InsightFieldEncoding to encoding : BloomFieldEncoding in method public forValue(value Value) : BloomFieldEncoding in class org.neo4j.kernel.api.impl.bloom.BloomFieldEncoding |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type writableRelationshipIndex : WritableDatabaseInsightIndex to writableRelationshipIndex : WritableDatabaseBloomIndex in method public getUpdater() : BloomIndexTransactionEventUpdater in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type encoding : InsightFieldEncoding to encoding : BloomFieldEncoding in method package encodeValueField(propertyKey String, value Value) : Field in class org.neo4j.kernel.api.impl.bloom.BloomInsightDocumentStructure |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type writableNodeIndex : WritableDatabaseInsightIndex to writableNodeIndex : WritableDatabaseBloomIndex in method public getUpdater() : BloomIndexTransactionEventUpdater in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type reader : InsightIndexReader to reader : BloomIndexReader in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Variable Type insightIndex : InsightIndex to bloomIndex : BloomIndex in method public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.bloom.BloomLuceneIndexUpdaterTest |
From |
To |
|
Change Attribute Type insightLuceneIndex : InsightLuceneIndex to bloomLuceneIndex : BloomLuceneIndex in class org.neo4j.kernel.api.impl.bloom.WritableDatabaseBloomIndex |
From |
To |
|
Change Attribute Type nodeIndex : WritableDatabaseInsightIndex to nodeIndex : WritableDatabaseBloomIndex in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Change Attribute Type relationshipIndex : WritableDatabaseInsightIndex to relationshipIndex : WritableDatabaseBloomIndex in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater |
From |
To |
|
Change Attribute Type indexReaders : List<InsightIndexReader> to indexReaders : List<BloomIndexReader> in class org.neo4j.kernel.api.impl.bloom.PartitionedBloomIndexReader |
From |
To |
|
Change Attribute Type relationshipIndex : InsightLuceneIndex to relationshipIndex : BloomLuceneIndex in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Attribute Type nodeIndex : InsightLuceneIndex to nodeIndex : BloomLuceneIndex in class org.neo4j.kernel.api.impl.bloom.BloomIndex |
From |
To |
|
Change Attribute Type AllEncodings : InsightFieldEncoding[] to AllEncodings : BloomFieldEncoding[] in class org.neo4j.kernel.api.impl.bloom.BloomFieldEncoding |
From |
To |
|
Change Attribute Type index : WritableDatabaseInsightIndex to index : WritableDatabaseBloomIndex in class org.neo4j.kernel.api.impl.bloom.PartitionedInsightBloomWriter |
From |
To |