From 22da31152ce70617de9b38809cead8fdf185b7cc Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Wed, 18 Feb 2009 19:11:13 +0000 Subject: [PATCH] SOLR-1022 ... fixing bad example of ignored field (should be multiValued=true) git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745615 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ example/example-DIH/solr/db/conf/schema.xml | 2 +- example/solr/conf/schema.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5c60b76c732..f6588256d6b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -310,6 +310,8 @@ Other Changes 17. Upgraded to Lucene 2.9-dev r742220 (yonik) +18. SOLR-1022: Better "ignored" field in example schema.xml (Peter Wolanin via hossman) + Build ---------------------- diff --git a/example/example-DIH/solr/db/conf/schema.xml b/example/example-DIH/solr/db/conf/schema.xml index fd9db91784e..18cb8d8dfe8 100644 --- a/example/example-DIH/solr/db/conf/schema.xml +++ b/example/example-DIH/solr/db/conf/schema.xml @@ -318,7 +318,7 @@ field name or dynamic field, rather than reporting them as an error. alternately, change the type="ignored" to some other type e.g. "text" if you want unknown fields indexed and/or stored by default --> - + diff --git a/example/solr/conf/schema.xml b/example/solr/conf/schema.xml index 3b941195c56..c4003e853db 100755 --- a/example/solr/conf/schema.xml +++ b/example/solr/conf/schema.xml @@ -364,7 +364,7 @@ field name or dynamic field, rather than reporting them as an error. alternately, change the type="ignored" to some other type e.g. "text" if you want unknown fields indexed and/or stored by default --> - +