Constantsยง
- COLUMN_
OPTION_ ๐MAPPINGS - FULLTEXT_
GRPC_ ๐KEY - Key used to store fulltext options in gRPC column options.
- INVERTED_
INDEX_ ๐GRPC_ KEY - Key used to store inverted index options in gRPC column options.
- SKIPPING_
INDEX_ ๐GRPC_ KEY - Key used to store skip index options in gRPC column options.
- VECTOR_
INDEX_ ๐GRPC_ KEY - Key used to store vector index options in gRPC column options.
Functionsยง
- as_
fulltext_ option_ analyzer - Tries to construct a
FulltextAnalyzerfrom the given analyzer. - as_
fulltext_ option_ backend - Tries to construct a
FulltextBackendfrom the given backend. - as_
skipping_ index_ type - Tries to construct a
SkippingIndexTypefrom the given skipping index type. - collect_
column_ options - Collect the ColumnOptions into the [Metadata] that can be used in, for example, [ColumnSchema].
- contains_
fulltext - Checks if the
ColumnOptionscontains fulltext options. - contains_
skipping - Checks if the
ColumnOptionscontains skipping index options. - options_
from_ column_ schema - Constructs a
ColumnOptionsfrom the givenColumnSchema. - options_
from_ fulltext - Tries to construct a
ColumnOptionsfrom the givenFulltextOptions. - options_
from_ inverted - Tries to construct a
ColumnOptionsfor inverted index. - options_
from_ skipping - Tries to construct a
ColumnOptionsfrom the givenSkippingIndexOptions. - try_
as_ column_ def - Tries to construct a
ColumnDeffrom the givenColumnSchema. - try_
as_ column_ schema - Tries to construct a
ColumnSchemafrom the givenColumnDef.