NEWS
changeset 82226 8e770d3cc85c
parent 82222 2a2bb5c1ec54
child 82231 cbe937aa5e90
child 82256 f65ac4962b66
--- 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