diff --git a/config/sphinx.conf.txt b/config/sphinx.conf.txt
index 5b196f3..cba5361 100644
--- a/config/sphinx.conf.txt
+++ b/config/sphinx.conf.txt
@@ -35,7 +35,14 @@ source hostPage : common
 
 index hostPage
 {
-  source     = hostPage
-  morphology = stem_enru, stem_cz, stem_ar
-  path       = /var/lib/sphinxsearch/data/hostPage
+  source            = hostPage
+  morphology        = stem_enru, stem_cz, stem_ar
+  path              = /var/lib/sphinxsearch/data/hostPage
+
+  min_word_len      = 2
+  min_prefix_len    = 2
+
+  html_strip        = 1
+
+  index_exact_words = 1
 }
\ No newline at end of file