Thank you kydryavtsev andrey. Wow this reference guide at
https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guid
is a lot more detailed than the official Solr Wiki at
http://wiki.apache.org/solr/.  May be those responsible for Solr should link
to it.


Thank you for confirming that my syntax in the schema.xml was correct. I
used the following: 

<fieldType name="sint" class="solr.TrieIntField" precisionStep="0"
positionIncrementGap="0" sortMissingLast="true" omitNorms="true"/>

And it seemed to work. For others: While positionIncrementGap is documented
in the wiki at
https://cwiki.apache.org/confluence/display/solr/Field+Type+Definitions+and+Properties
the precisionStep is covered at
http://lucene.apache.org/solr/4_6_0/solr-core/org/apache/solr/schema/TrieField.html#precisionStep
 

Thank you very much for your help.
O. O.





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Use-of-Deprecated-Classes-SortableIntField-SortableFloatField-SortableDoubleField-tp4105762p4106001.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to