- include langmap and stopwords in search template too
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Mon, 31 Jan 2011 13:06:36 +0000 (14:06 +0100)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Mon, 31 Jan 2011 13:06:36 +0000 (14:06 +0100)
mnogosearch-distconfig.patch
mnogosearch.spec

index a35443a..46e3c86 100644 (file)
@@ -1,6 +1,6 @@
 diff -r -u mnogosearch-3.3.11.orig/etc/indexer.conf-dist mnogosearch-3.3.11/etc/indexer.conf-dist
---- mnogosearch-3.3.11.orig/etc/indexer.conf-dist      2011-01-31 11:06:27.000000000 +0100
-+++ mnogosearch-3.3.11/etc/indexer.conf-dist   2011-01-31 11:15:30.000000000 +0100
+--- mnogosearch-3.3.11.orig/etc/indexer.conf-dist      2011-01-31 14:02:07.000000000 +0100
++++ mnogosearch-3.3.11/etc/indexer.conf-dist   2011-01-31 14:02:20.000000000 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/local/mnogosearch/sbin/indexer -d
 +#!/usr/bin/indexer -d
@@ -93,7 +93,7 @@ diff -r -u mnogosearch-3.3.11.orig/etc/indexer.conf-dist mnogosearch-3.3.11/etc/
  #Server http://localhost/subdir/
 diff -r -u mnogosearch-3.3.11.orig/etc/search.htm-dist mnogosearch-3.3.11/etc/search.htm-dist
 --- mnogosearch-3.3.11.orig/etc/search.htm-dist        2011-01-27 16:10:07.000000000 +0100
-+++ mnogosearch-3.3.11/etc/search.htm-dist     2011-01-31 11:17:04.000000000 +0100
++++ mnogosearch-3.3.11/etc/search.htm-dist     2011-01-31 14:04:20.000000000 +0100
 @@ -13,7 +13,7 @@
  <!--variables
  # Database parameters
@@ -114,3 +114,14 @@ diff -r -u mnogosearch-3.3.11.orig/etc/search.htm-dist mnogosearch-3.3.11/etc/se
  
  # Load stopwords file.  File name is either absolute
  # or relative to /etc directory of mnoGoSearch installation.
+@@ -35,6 +35,10 @@
+ #StopwordFile stopwords/ru.sl
+ #
++Include stopwords.conf
++
++Include langmap.conf
++
+ #
+ # Minimum and maximum word lengths
+ #
index fc5b99d..2592511 100644 (file)
@@ -312,6 +312,8 @@ service httpd condrestart > /dev/null 2>&1 || :
 - include upstream-patch to make adapting the config more easy
 - add unrtf to default config and requires
 - modifying the default configuration now done with a patch
+- utf-8 now used in search template too
+- include langmap and stopwords in search template too
 
 * Thu Jan 27 2011 Gerd v. Egidy <gerd@egidy.de> 3.3.11-2
 - last minute-changes in the 3.3.11 release