You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2009/11/17 08:27:01 UTC

svn commit: r881177 - /incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml

Author: rhirsch
Date: Tue Nov 17 07:27:00 2009
New Revision: 881177

URL: http://svn.apache.org/viewvc?rev=881177&view=rev
Log:
File got lost somewhere.

Added:
    incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml

Added: incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml?rev=881177&view=auto
==============================================================================
--- incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml (added)
+++ incubator/esme/trunk/server/src/main/resources/props/compass.cfg.xml Tue Nov 17 07:27:00 2009
@@ -0,0 +1,31 @@
+
+<compass-core-config xmlns="http://www.compass-project.org/schema/core-config"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://www.compass-project.org/schema/core-config
+  http://www.compass-project.org/schema/compass-core-config-2.1.xsd">
+
+  <compass name="default">
+
+    <connection>
+      <file path="compass-index"/>
+    </connection>
+    <searchEngine >
+      <analyzer name="default" type="Stop" />
+      <analyzer name="tag" type="Standard" />
+      <analyzer name="stemming" type="Snowball" snowballType="English">
+            <stopWords>
+                <stopWord value="no" />
+                <stopWord value="the" />
+                <stopWord value="and" />
+                <stopWord value="a" />
+                <stopWord value="this" />
+                <stopWord value="i" />
+                <stopWord value="is" />
+            </stopWords>
+      </analyzer>
+
+    </searchEngine>
+
+  </compass>
+
+</compass-core-config>