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
>Could you please suggest some examples. There
> is no documentation on this.
You can find examples with this field types in solr codebase (like this
http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/collection1/conf/schema.xml?view=co&content-type=text%2Fplain
)
You can find more
Thank you kydryavtsev andrey. Could you please suggest some examples. There
is no documentation on this. Also is there a reason why these classes are
not used in the examples even though they are deprecated?
I am looking for examples like below: Should I put the following in my
schema.xml file to
Javadoc for this deprecated classes suggest to use TrieIntField, TrieFloatField
and TrieDoubleField respectively instead
10.12.2013, 01:19, "O. Olson" :
> Use of Deprecated Classes: SortableIntField SortableFloatField
> SortableDoubleField
>
> I am attempting to migrate from Solr 4.3 to Solr 4.6.