Skip to main content

Module text_indexes

Module text_indexes 

Source
Expand description

Validation of text-retrieval field references against relation and index metadata.

Re-exports§

pub use super::fts_query_is_jsonpath;

Traits§

TextMatchCatalog

Functions§

require_physical_text_index
Validate the physical field using one retained catalog generation; indexed fields do not require a column-schema read.
validate_expr_text_match_fields
validate_joined_expr_text_match_fields
validate_text_match_all_fields
validate_text_match_field
Reject silently-empty text searches up front: a match function whose field is not a real column, or is a column without a text index, previously returned zero rows with no diagnostic.