diff options
author | Alvin Li <liweitianux@gmail.com> | 2013-08-16 01:19:29 +0800 |
---|---|---|
committer | Alvin Li <liweitianux@gmail.com> | 2013-08-16 01:19:29 +0800 |
commit | e4179fb1b8387b9acc6dc1481979802434489528 (patch) | |
tree | f11b67e15f45931931e2d84e547a76a8d50eab2b /isuifang_solr/solr/conf | |
parent | 156b10363c5a1049571e6c1d88597309c7ceab49 (diff) | |
download | 97dev-e4179fb1b8387b9acc6dc1481979802434489528.tar.bz2 |
solr/conf/schema.xml: changed 'categories' to 'categories_id'
Diffstat (limited to 'isuifang_solr/solr/conf')
-rw-r--r-- | isuifang_solr/solr/conf/schema.xml | 2 |
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> |