Skip to content

Commit

Permalink
Merge pull request #5917 from avalonmediasystem/all_the_highlights
Browse files Browse the repository at this point in the history
Context search solr query should return results across entire indexed value when extremely long
  • Loading branch information
cjcolvar authored Jul 10, 2024
2 parents da05f8f + 31d762d commit d09cd42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/avalon/transcript_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def perform_search(phrase_searching: true)
"hl.fl": "transcript_tsim",
"hl.snippets": 1000000,
"hl.fragsize": 0,
"hl.method": "original")
"hl.method": "original",
"hl.maxAnalyzedChars": "-1")
end

def iiif_content_search(phrase_searching: true)
Expand Down

0 comments on commit d09cd42

Please sign in to comment.