-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathelasticsearch-IndicesService-verifyIndexMetadata-indicesQueryCache.json
26 lines (26 loc) · 1.56 KB
/
elasticsearch-IndicesService-verifyIndexMetadata-indicesQueryCache.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"repositoryName": "elasticsearch",
"repositoryWebURL": "https://github.com/elastic/elasticsearch.git",
"filePath": "server/src/main/java/org/elasticsearch/indices/IndicesService.java",
"functionName": "verifyIndexMetadata",
"functionKey": "server/src/main/java/org.elasticsearch.indices.IndicesService#verifyIndexMetadata(IndexMetaData, IndexMetaData)",
"functionStartLine": 544,
"variableName": "indicesQueryCache",
"variableKey": "server/src/main/java/org.elasticsearch.indices.IndicesService#verifyIndexMetadata(IndexMetaData, IndexMetaData)$indicesQueryCache:IndicesQueryCache(555)",
"variableStartLine": 555,
"startCommitId": "767c69593c67befb843686de8ea51b7bc87728c9",
"expectedChanges": [
{
"parentCommitId": "858610d0d10cd9ac33f3e460528a1f9f80863257",
"commitId": "39ae16bc4c1e45ddd5da1065b122082e74ca0bf2",
"altCommitId": "8127a06b2ec40fd5f31a6915143386dd853abc2b",
"commitTime": 1458643586,
"changeType": "introduced",
"elementFileBefore": "core/src/main/java/org/elasticsearch/indices/IndicesService.java",
"elementNameBefore": "core/src/main/java/org.elasticsearch.indices.IndicesService#verifyIndexMetadata(NodeServicesProvider, IndexMetaData)$indicesQueryCache:IndicesQueryCache(405)",
"elementFileAfter": "core/src/main/java/org/elasticsearch/indices/IndicesService.java",
"elementNameAfter": "core/src/main/java/org.elasticsearch.indices.IndicesService#verifyIndexMetadata(NodeServicesProvider, IndexMetaData)$indicesQueryCache:IndicesQueryCache(405)",
"comment": "added with method"
}
]
}