|
Change Parameter Type values : PropertyKeyValue... to values : Map<String,Object> in method private setValues(values Map<String,Object>) : void in class org.neo4j.kernel.api.impl.insight.LuceneInsightDocumentStructure.DocWithId |
From |
To |
|
Change Parameter Type properties : int[] to properties : String... in method public InsightIndex(fileSystem FileSystemAbstraction, file File, properties String...) in class org.neo4j.kernel.api.impl.insight.InsightIndex |
From |
To |
|
Change Parameter Type propertyNumber : int to propertyKey : String in method package encodeValueField(propertyKey String, value Value) : Field in class org.neo4j.kernel.api.impl.insight.LuceneInsightDocumentStructure |
From |
To |
|
Change Parameter Type propertyEntries : Iterable<PropertyEntry<Node>> to propertyEntries : Iterable<Node> in method private writeNodeData(propertyEntries Iterable<Node>, state Map<Long,Map<String,Object>>) : void in class org.neo4j.kernel.api.impl.insight.InsightIndexTransactionEventUpdater |
From |
To |
|
Change Parameter Type values : PropertyKeyValue... to values : Map<String,Object> in method public documentRepresentingProperties(nodeId long, values Map<String,Object>) : Document in class org.neo4j.kernel.api.impl.insight.LuceneInsightDocumentStructure |
From |
To |