You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/04/25 00:30:40 UTC

[15/50] git commit: [#2835] ticket:290 Make solr's `text` field stored

[#2835] ticket:290 Make solr's `text` field stored


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/5b2dfd3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/5b2dfd3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/5b2dfd3d

Branch: refs/heads/cj/5655
Commit: 5b2dfd3dbab226a1e41ffebe7869b931a4a1cd2e
Parents: 022d84d
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Mar 12 12:36:08 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Apr 24 16:34:34 2013 +0000

----------------------------------------------------------------------
 solr_config/core0/conf/schema.xml |    2 +-
 solr_config/core1/conf/schema.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/5b2dfd3d/solr_config/core0/conf/schema.xml
----------------------------------------------------------------------
diff --git a/solr_config/core0/conf/schema.xml b/solr_config/core0/conf/schema.xml
index 494f53f..e2e0d79 100644
--- a/solr_config/core0/conf/schema.xml
+++ b/solr_config/core0/conf/schema.xml
@@ -428,7 +428,7 @@
 
    <!-- catchall field, containing all other searchable text fields (implemented
         via copyField further on in this schema  -->
-   <field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
+   <field name="text" type="text" indexed="true" stored="true" multiValued="true"/>
 
    <!-- catchall text field that indexes tokens both normally and in reverse for efficient
         leading wildcard queries. -->

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/5b2dfd3d/solr_config/core1/conf/schema.xml
----------------------------------------------------------------------
diff --git a/solr_config/core1/conf/schema.xml b/solr_config/core1/conf/schema.xml
index 494f53f..e2e0d79 100644
--- a/solr_config/core1/conf/schema.xml
+++ b/solr_config/core1/conf/schema.xml
@@ -428,7 +428,7 @@
 
    <!-- catchall field, containing all other searchable text fields (implemented
         via copyField further on in this schema  -->
-   <field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
+   <field name="text" type="text" indexed="true" stored="true" multiValued="true"/>
 
    <!-- catchall text field that indexes tokens both normally and in reverse for efficient
         leading wildcard queries. -->