Switch to side-by-side view

--- a/src/sampleconf/recoll.conf
+++ b/src/sampleconf/recoll.conf
@@ -231,7 +231,7 @@
 # implies an index reset.</descr></var>
 indexStripChars = 1
 
-# <var name="indexStoreRawText" type="bool"><brief>Decide if we store the
+# <var name="indexStoreDocText" type="bool"><brief>Decide if we store the
 # documents' text content in the index.</brief><descr>Storing the text
 # allows extracting snippets from it at query time, 
 # instead of building them from index position data. This Has become
@@ -244,7 +244,7 @@
 # but also allows for nicer snippets, so it may be worth enabling it even
 # if not strictly needed for performance if you can afford the space.
 # </desc></var>
-indexStoreRawText = 0
+indexStoreDocText = 0
 
 # <var name="nonumbers" type="bool"><brief>Decides if terms will be
 # generated for numbers.</brief><descr>For example "123", "1.5e6",