aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-16 01:19:29 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-16 01:19:29 +0800
commite4179fb1b8387b9acc6dc1481979802434489528 (patch)
treef11b67e15f45931931e2d84e547a76a8d50eab2b
parent156b10363c5a1049571e6c1d88597309c7ceab49 (diff)
download97dev-e4179fb1b8387b9acc6dc1481979802434489528.tar.bz2
solr/conf/schema.xml: changed 'categories' to 'categories_id'
-rw-r--r--isuifang_solr/solr/conf/schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/isuifang_solr/solr/conf/schema.xml b/isuifang_solr/solr/conf/schema.xml
index 1c0cc2c..5ae6f28 100644
--- a/isuifang_solr/solr/conf/schema.xml
+++ b/isuifang_solr/solr/conf/schema.xml
@@ -180,7 +180,7 @@
<field name="dataType" type="text_en" indexed="true" stored="true" multiValued="false" />
- <field name="categories" type="text_en" indexed="true" stored="true" multiValued="true" />
+ <field name="categories_id" type="text_en" indexed="true" stored="true" multiValued="true" />
</fields>