From ec22ee8f502797676b9704b8313f77e7dc86be1e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 5 Mar 2017 13:21:02 +0100 Subject: indexing all paragraphs --- strus/document.ana | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'strus/document.ana') 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] -- cgit v1.2.3-54-g00ecf