A simple brute-force search across a collection of local documents. For more complex or large scale search consider using:
A vector that represents a query
An array of vectors that represents the documents to be searched
The number of top results to be returned
The SimilarityScorer to be used
the top scoring matches
A simple brute-force search across a collection of local documents. For more complex or large scale search consider using: