o clarify if this is what the sort param is doing)
> Somewhat like this:
> select * from (select * from videos order by upload_dt desc) limit 5
>
> If I cannot do this by sort, I guess boost/boost function is the way to go.
>
> Thanks again :). Sorry for the long post. First time using s
ost function is the way to go.
Thanks again :). Sorry for the long post. First time using solr/lucene so
I'm still grasping at straws :|.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-sort-param-behavior-clarification-tp3709248p3710581.html
Sent from the Solr - User mailing list archive at Nabble.com.
plain
> the order solr/lucene executes the query params
> ie.
> 1 applies filter query
> 2 applies query
> 3 applies sort
> something like this?
> like in oracle where the "where" clause is applied first before "connect
> by".
>
> Thanks.
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-sort-param-behavior-clarification-tp3709248p3709248.html
> Sent from the Solr - User mailing list archive at Nabble.com.
explain
the order solr/lucene executes the query params
ie.
1 applies filter query
2 applies query
3 applies sort
something like this?
like in oracle where the "where" clause is applied first before "connect
by".
Thanks.
--
View this message in context:
http://lucene.472066.n3