summaryrefslogtreecommitdiff
path: root/strus/document.ana
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 13:21:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 13:21:02 +0100
commitec22ee8f502797676b9704b8313f77e7dc86be1e (patch)
tree44eb20262c967705b07515a52c68b5b3cc422c5e /strus/document.ana
parentd6d7641cb9d5bf91f534e560c32d62227999d30b (diff)
downloadwww-andreasbaumann-cc-ec22ee8f502797676b9704b8313f77e7dc86be1e.tar.gz
www-andreasbaumann-cc-ec22ee8f502797676b9704b8313f77e7dc86be1e.tar.bz2
indexing all paragraphs
Diffstat (limited to 'strus/document.ana')
-rw-r--r--strus/document.ana6
1 files changed, 2 insertions, 4 deletions
diff --git a/strus/document.ana b/strus/document.ana
index e4fc8db..b261aa3 100644
--- a/strus/document.ana
+++ b/strus/document.ana
@@ -10,13 +10,11 @@
title = orig content /posts/post/meta()/title();
[SearchIndex]
-# word = lc:convdia(en):stem(en):lc word /posts/post/body/para();
-# word = orig split /posts/post/body/para();
- word = lc:convdia(en):stem(en):lc regex("([A-Za-z']+)") /posts/post/body/para();
+ word = lc:convdia(en):stem(en):lc regex("([A-Za-z']+)") /posts/post/body//para();
word = lc:convdia(en):stem(en):lc regex("([A-Za-z']+)") /posts/post/meta()/title();
[ForwardIndex]
- word = orig split /posts/post/body/para();
+ word = orig split /posts/post/body//para();
word = orig split /posts/post/meta()/title();
#[MetaData]