Skip to content

Commit 82157a3

Browse files
committed
fixed indentation
1 parent 6901e05 commit 82157a3

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{
2-
"elasticsearchprojects": {
3-
"properties": {
4-
"myBinaryField": {
5-
"type": "binary",
6-
"index_name": "binz",
7-
"copy_to": ["another_field"]
8-
}
9-
}
10-
}
11-
}
1+
{
2+
"elasticsearchprojects": {
3+
"properties": {
4+
"myBinaryField": {
5+
"type": "binary",
6+
"index_name": "binz",
7+
"copy_to": [ "another_field" ]
8+
}
9+
}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"elasticsearchprojects": {
3-
"properties": {
4-
"boolValue": {
5-
"type": "boolean",
6-
"index_name": "bool_name_in_lucene_index",
7-
"store": "yes",
8-
"index": "analyzed",
9-
"boost": 1.4,
10-
"null_value": false,
11-
"include_in_all": true,
12-
"copy_to": ["content"]
13-
}
14-
}
15-
}
16-
}
1+
{
2+
"elasticsearchprojects": {
3+
"properties": {
4+
"boolValue": {
5+
"type": "boolean",
6+
"index_name": "bool_name_in_lucene_index",
7+
"store": "yes",
8+
"index": "analyzed",
9+
"boost": 1.4,
10+
"null_value": false,
11+
"include_in_all": true,
12+
"copy_to": [ "content" ]
13+
}
14+
}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
{
2-
"elasticsearchprojects": {
3-
"properties": {
4-
"name": {
5-
"type": "string",
6-
"index_name": "my_crazy_name_i_want_in_lucene",
7-
"store": "yes",
8-
"index": "analyzed",
9-
"term_vector": "with_positions_offsets",
10-
"boost": 1.1,
11-
"null_value": "my_special_null_value",
12-
"omit_norms": true,
13-
"index_options": "positions",
14-
"index_analyzer": "standard",
15-
"search_analyzer": "standard",
16-
"include_in_all": true,
17-
"position_offset_gap": 1,
18-
"copy_to" : ["content", "country"]
19-
}
20-
}
21-
}
22-
}
1+
{
2+
"elasticsearchprojects": {
3+
"properties": {
4+
"name": {
5+
"type": "string",
6+
"index_name": "my_crazy_name_i_want_in_lucene",
7+
"store": "yes",
8+
"index": "analyzed",
9+
"term_vector": "with_positions_offsets",
10+
"boost": 1.1,
11+
"null_value": "my_special_null_value",
12+
"omit_norms": true,
13+
"index_options": "positions",
14+
"index_analyzer": "standard",
15+
"search_analyzer": "standard",
16+
"include_in_all": true,
17+
"position_offset_gap": 1,
18+
"copy_to": [ "content", "country" ]
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)