package search

  1. Overview
  2. Docs
Simple, in-memory search library in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

search-0.1.0.tbz
sha256=95a2b207a2b6be3eae63e3eab8188c055841deff55ce4928b51e5882bf7f7f1a
sha512=9b1656422f6ec55a2290122a3cb02a63b4dee9d43902f27805b59ea123cf49d1987396db1ee43c3992debdd5e16318637ba55f521f475c2c98a863f6d724c1b3

doc/search/Search/index.html

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.