Switch to side-by-side view

--- a/src/python/samples/recollq.py
+++ b/src/python/samples/recollq.py
@@ -19,7 +19,7 @@
     # Get query object
     query = db.query()
     # Parse/run input query string
-    nres = query.execute(q)
+    nres = query.execute(q, stemming = 1, stemlang="english")
 
     # Print results:
     print "Result count: ", nres