Skip to content

Commit

Permalink
Fix broken test(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-ratcliffe committed Aug 15, 2024
1 parent 53071e9 commit 9079528
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ datawave:
queryThreads: 16
auditType: "NONE"
logicDescription: "Retrieve graph edges matching the search term(s)"
maxConcurrentTasks: 10
querySyntaxParsers:
"JEXL": ""
"LIST": ""
Expand Down Expand Up @@ -358,6 +359,7 @@ datawave:
maxUniqueValues: 20000
auditType: "NONE"
logicDescription: "Indexed Fields Only: Given FIELDNAME returns counts for each unique value. Given FIELDNAME:FIELDVALUE returns count for only that value."
maxConcurrentTasks: 10

ErrorFieldIndexCountQuery:
checkpointable: false
Expand All @@ -373,6 +375,7 @@ datawave:
maxUniqueValues: 20000
auditType: "NONE"
logicDescription: "FieldIndex count query (experimental)"
maxConcurrentTasks: 10

TermFrequencyQuery:
tableName: ${warehouse.tables.shard.name}
Expand Down Expand Up @@ -460,6 +463,7 @@ datawave:
ivaratorMaxOpenFiles: ${warehouse.defaults.ivaratorMaxOpenFiles}
ivaratorCacheScanPersistThreshold: 100000
ivaratorCacheScanTimeoutMinutes: ${warehouse.defaults.ivaratorCacheScanTimeoutMinutes}
maxConcurrentTasks: 10
querySyntaxParsers:
JEXL: ""
LUCENE: "LuceneToJexlQueryParser"
Expand Down

0 comments on commit 9079528

Please sign in to comment.