Interface TableTextIndexOptions

Options available for text and ascii indexes

interface TableTextIndexOptions {
    analyzer?: string | Record<string, unknown>;
}

Properties

Properties

analyzer?: string | Record<string, unknown>