ConcordanceIndexEntry
One entry in a translation's alphabetical word frequency index
type ConcordanceIndexEntry {
lemma: String!
totalOccurrences: Int!
verseCount: Int!
}
Fields
ConcordanceIndexEntry.lemma ● String! non-null scalar
Normalized stem from the translation's text search dictionary. May look garbled (e.g. 'misericordi') — it is an index key, not a display form.
ConcordanceIndexEntry.totalOccurrences ● Int! non-null scalar
Total raw token count across the translation
ConcordanceIndexEntry.verseCount ● Int! non-null scalar
Distinct verses containing this word
Returned By
concordanceIndex query