Keyword search finds objects with an exact match between the terms in the query and in the documents. Weaviate uses the BM25/F function to calculate the relevancy of a document to a query, which uses both the term frequency and inverse document frequency.