« Return to Thread: Boosting for most recent documents

Re: Boosting for most recent documents

by hossman :: Rate this Message:

Reply to Author | View in Thread


:   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

 « Return to Thread: Boosting for most recent documents