aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index ca961d2..490b631 100644
--- a/README.org
+++ b/README.org
@@ -11,7 +11,10 @@ operators.
Once these bindings are sufficiently mature, they will be merged with
[[https://github.com/xapian/xapian/tree/master/xapian-bindings][xapian-bindings]]. This will involve creating more complete
Scheme-friendly wrapping of the Xapian library, writing test cases and
-documentation.
+documentation. When we are done, the user should not ever have to call
+the low level functions in (xapian wrap) and should be able to do
+almost everything using only the higher level Scheme-friendly
+functions in (xapian xapian).
There is no proper documentation yet. See the examples in the source
tree. Also see [[https://getting-started-with-xapian.readthedocs.io/en/latest/index.html][Getting Started with Xapian]] which describes the Python