summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorArun Isaac2022-06-29 00:10:57 +0530
committerArun Isaac2022-06-29 00:10:57 +0530
commit58dcd6b052a61229e0ceb021076a1f450a80aea9 (patch)
tree44713489c3e3565073cf25607153c427225adf19 /bin
parent3e69dc361669cab60997882a6cf1bf879a7bc05d (diff)
downloadtissue-58dcd6b052a61229e0ceb021076a1f450a80aea9.tar.gz
tissue-58dcd6b052a61229e0ceb021076a1f450a80aea9.tar.lz
tissue-58dcd6b052a61229e0ceb021076a1f450a80aea9.zip
document: Add web-uri slot to <document> class.
* tissue/document.scm (<document>)[web-uri]: New slot. * bin/tissue (main): Set web-uri slot before indexing document.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tissue4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index 59de104..e29cf3c 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -250,7 +250,9 @@ top-level of the git repository."
(call-with-writable-database %xapian-index
(lambda (db)
(for-each (lambda (indexed-document)
- (let* ((document ((indexed-document-reader indexed-document)))
+ (let* ((document (slot-set ((indexed-document-reader indexed-document))
+ 'web-uri
+ (indexed-document-web-uri indexed-document)))
(term-generator (document-term-generator document)))
(index-text! term-generator (document-type document) #:prefix "XT")
(replace-document! db