:   Does anyone know if Solr supports sorting by internal document ids,
: i.e, like Sort.INDEXORDER in Lucene? If so, how?

It does not.  in Solr the decisison to make "score desc" the default 
search ment there is no way to request simple docId ordering.

: Also, if anyone have any insight on if function query loads up unique
: terms (like field sorts) in memory or not.

It uses the exact same FieldCache as sorting.




-Hoss

Reply via email to