Added namespace doc!

This commit is contained in:
Simon Brooke 2025-10-31 21:30:47 +00:00
parent eab8c9737b
commit e9d0c1b806

View file

@ -1,4 +1,6 @@
(ns cc.journeyman.elboob.search) (ns cc.journeyman.elboob.search
"Search the index for arbitrary tokens. It would be really nice if
this could run in Scittle.")
(defn score-token (defn score-token
"Score this `token` in the context of this `index` and `path`. "Score this `token` in the context of this `index` and `path`.