Switch to unified view

a/schema.xml b/schema.xml
...
...
97
     
97
     
98
     Smaller precisionStep values (specified in bits) will lead to more tokens
98
     Smaller precisionStep values (specified in bits) will lead to more tokens
99
     indexed per value, slightly larger index size, and faster range queries.
99
     indexed per value, slightly larger index size, and faster range queries.
100
     A precisionStep of 0 disables indexing at different precision levels.
100
     A precisionStep of 0 disables indexing at different precision levels.
101
    -->
101
    -->
102
    <!--
102
    <fieldType name="tint" class="solr.TrieIntField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
103
    <fieldType name="tint" class="solr.TrieIntField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
103
    <fieldType name="tfloat" class="solr.TrieFloatField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
104
    <fieldType name="tfloat" class="solr.TrieFloatField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
104
    <fieldType name="tlong" class="solr.TrieLongField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
105
    <fieldType name="tlong" class="solr.TrieLongField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
105
    <fieldType name="tdouble" class="solr.TrieDoubleField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
106
    <fieldType name="tdouble" class="solr.TrieDoubleField" precisionStep="8" omitNorms="true" positionIncrementGap="0"/>
107
    -->
106
108
107
    <!-- The format for this date field is of the form 1995-12-31T23:59:59Z, and
109
    <!-- The format for this date field is of the form 1995-12-31T23:59:59Z, and
108
         is a more restricted form of the canonical representation of dateTime
110
         is a more restricted form of the canonical representation of dateTime
109
         http://www.w3.org/TR/xmlschema-2/#dateTime    
111
         http://www.w3.org/TR/xmlschema-2/#dateTime    
110
         The trailing "Z" designates UTC time and is mandatory.
112
         The trailing "Z" designates UTC time and is mandatory.