summaryrefslogtreecommitdiffstats
path: root/predicate-search/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-09-21 09:16:24 -0700
committerJon Bratseth <bratseth@yahoo-inc.com>2017-09-21 09:16:24 -0700
commitba3882f60243e9270d17144020dc9f830eaf2411 (patch)
treecda50a39071644b38edc6ea785088a8c95910526 /predicate-search/README.md
parente2be7f9acc809e24903d83ba5be63806362794e3 (diff)
Avoid the phrase 'boolean search' for predicate fields
This is to avoid any confusion with boolean search in the meaning of combining query operators with boolean combinators.
Diffstat (limited to 'predicate-search/README.md')
-rw-r--r--predicate-search/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/predicate-search/README.md b/predicate-search/README.md
index 8de3bf9003a..2e21b01b406 100644
--- a/predicate-search/README.md
+++ b/predicate-search/README.md
@@ -1,3 +1,3 @@
-# Boolean search library
+# Predicate search library
-Java library for indexing boolean expressions and querying them using boolean constraints.
+Java library for indexing predicates and querying them using boolean constraints.