This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<schema name="packagist" version="1.4"> | |
<types> | |
<!-- The StrField type is not analyzed, but indexed/stored verbatim. --> | |
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/> | |
<!-- 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 Base64 encoded Strings --> | |
<fieldtype name="binary" class="solr.BinaryField"/> |