|
Change Parameter Type doc : Map<String,Object> to doc : Multimap<String,Object> in method private add(store String, docid String, doc Multimap<String,Object>, isNew boolean, ttlInSeconds int) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Parameter Type doc : Map<String,Object> to doc : Multimap<String,Object> in method protected add(store String, docid String, doc Multimap<String,Object>, isNew boolean) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Parameter Type doc : Map<String,Object> to doc : Multimap<String,Object> in method private remove(store String, docid String, doc Multimap<String,Object>, deleteAll boolean) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Variable Type initialProps : Map<String,Object> to initialProps : Multimap<String,Object> in method public testConflictingAdd() : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Variable Type doc3 : Map<String,Object> to doc3 : Multimap<String,Object> in method private storeTest(stores String...) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Variable Type builder : XContentBuilder to keyInformation : KeyInformation in method private getDeletionScript(informations KeyInformation.IndexRetriever, storename String, mutation IndexMutation) : String in class com.thinkaurelius.titan.diskstorage.es.ElasticSearchIndex |
From |
To |
|
Change Variable Type doc2 : Map<String,Object> to doc2 : Multimap<String,Object> in method private storeTest(stores String...) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Variable Type doc1 : Map<String,Object> to doc1 : Multimap<String,Object> in method private storeTest(stores String...) : void in class com.thinkaurelius.titan.diskstorage.indexing.IndexProviderTest |
From |
To |
|
Change Variable Type termsFilter : TermsFilter to b : BooleanFilter in method private convertQuery(condition Condition<?>, informations KeyInformation.StoreRetriever) : SearchParams in class com.thinkaurelius.titan.diskstorage.lucene.LuceneIndex |
From |
To |