summaryrefslogtreecommitdiff
path: root/strus/document.ana
diff options
context:
space:
mode:
Diffstat (limited to 'strus/document.ana')
-rw-r--r--strus/document.ana4
1 files changed, 2 insertions, 2 deletions
diff --git a/strus/document.ana b/strus/document.ana
index b261aa3..4a5fa16 100644
--- a/strus/document.ana
+++ b/strus/document.ana
@@ -14,8 +14,8 @@
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/meta()/title();
+ text = orig split /posts/post/body//para();
+ title = orig split /posts/post/meta()/title();
#[MetaData]
# release_date = date2int("d 1877-01-01", "%Y-%m-%d %H:%M:%s *") content /posts/post/meta()/date;