more NEWS;
authorwenzelm
Sun, 23 Feb 2025 22:37:36 +0100
changeset 82226 8e770d3cc85c
parent 82225 d3b401fe8188
child 82227 bb2ea9e80c33
more NEWS;
NEWS
--- a/NEWS	Sun Feb 23 21:22:41 2025 +0100
+++ b/NEWS	Sun Feb 23 22:37:36 2025 +0100
@@ -412,7 +412,14 @@
 *** System ***
 
 * Find_Facts is a full-text search engine as web application based on
-Apache Solr (see also https://solr.apache.org). Minimal example:
+Apache Solr (see https://solr.apache.org). Example using a bundled
+database (if available,
+$ISABELLE_HOME/src/Tools/Find_Facts/lib/isabelle.db):
+
+    isabelle find_facts_server -p 8080 -o find_facts_database_name=isabelle
+    open http://localhost:8080/find_facts#search?q=Hilbert
+
+Example that builds its own database (called "local" by default):
 
     isabelle find_facts_index HOL
     isabelle find_facts_server -p 8080