Skip to content

Commit

Permalink
add property to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed May 5, 2020
1 parent b0e46ec commit 2e9f693
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -26,6 +27,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -37,6 +39,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -48,6 +51,7 @@ export const dupeFields: IndexPatternField[] = [
count: 2,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -59,6 +63,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -70,6 +75,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -81,6 +87,7 @@ export const dupeFields: IndexPatternField[] = [
count: 0,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: true,
},
Expand All @@ -92,6 +99,7 @@ export const dupeFields: IndexPatternField[] = [
count: 1,
indexed: true,
doc_values: true,
readFromDocValues: true,
scripted: false,
analyzed: false,
},
Expand Down

0 comments on commit 2e9f693

Please sign in to comment.