added binary to example schema

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-09-14 06:39:54 +00:00
parent 3c870de7b0
commit fac2bd65bc
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@
<!-- boolean type: "true" or "false" -->
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true" omitNorms="true"/>
<!--Binary data type. The data should be sent/retrieved in as Bas64 encoded Strings -->
<fieldtype name="binary" class="solr.BinaryField"/>
<!-- The optional sortMissingLast and sortMissingFirst attributes are
currently supported on types that are sorted internally as strings.