[][src]Module ironoxide::search

Blind Index Search API

This is a technique that allows you to hide the terms that have been indexed. This particular implementation uses tri-grams, which are salted and hashed to produce the list of tokens.

BlindIndexSearch

The BlindIndexSearch gives the ability to generate queries as well as create the search entries to store.

Optional

This requires the optional beta feature to be enabled.

Structs

BlindIndexSearch
EncryptedBlindIndexSalt

Traits

BlindIndexSearchInitialize

Trait which gives the ability to create a blind index.

Functions

transliterate_string

Generate a version of the input string where each character has been latinized using the same function as our tokenization routines.