mirror of https://github.com/apache/lucene.git
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:
parent
3c870de7b0
commit
fac2bd65bc
|
@ -71,6 +71,8 @@
|
||||||
|
|
||||||
<!-- boolean type: "true" or "false" -->
|
<!-- boolean type: "true" or "false" -->
|
||||||
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true" omitNorms="true"/>
|
<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
|
<!-- The optional sortMissingLast and sortMissingFirst attributes are
|
||||||
currently supported on types that are sorted internally as strings.
|
currently supported on types that are sorted internally as strings.
|
||||||
|
|
Loading…
Reference in New Issue