Class VectorStoreTextSearch<Record>

  • Type Parameters:
    Record - The record type.
    All Implemented Interfaces:
    TextSearch

    public class VectorStoreTextSearch<Record>
    extends Object
    implements TextSearch
    A text search implementation that uses a vector record collection to perform the search.