package search

  1. Overview
  2. Docs

Module SearchSource

Unique Identifiers

Sourcemodule type Uid = sig ... end

Search Index Implementations

Term Frequency Inverse Document Frequency

This search index uses the tf-idf approach to searching.

Sourcemodule Tfidf : sig ... end

Useful UID implementations

Sourceval create_uid : to_string:('uid -> string) -> cmp:('uid -> 'uid -> int) -> (module Uid with type t = 'uid)

create_uid ~to_string ~cmp allows you to create a Uid module from the provided functions.

Sourcemodule Uids : sig ... end
Sourcemodule Private : sig ... end
OCaml

Innovation. Community. Security.