Use of Deprecated Classes: SortableIntField SortableFloatField
SortableDoubleField
I am attempting to migrate from Solr 4.3 to Solr 4.6. When I
run the example in 4.6, I get warnings SortableIntField etc. asking me to
consult the documentation to replace them accordingly.
If these classes are deprecated, I think it would not be a
good idea to use them in the examples as in:
http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_6/solr/example/example-DIH/solr/db/conf/schema.xml
Here, weight, price and popularity seem to use the deprecated sfloat and sint.
Does anyone know where I can find documentation to replace
these classes in my schema file. Thank you,
O. O.