You can change the sort order from score to whatever column you have indexed, see more here: http://zendframework.com/manual/en/zend.search.lucene.searching.html look for "Search Result Sorting".
gabriel On Jul 4, 9:30 pm, Ricardo Jose Guzman Milanes <[email protected]> wrote: > Hello > > After implementing Lucene in our project and testing how it works. We > want to do the following: > > Our project consist on search for doctors by their ranking value. We > want to search for the highest rated ones, lowest rated ones and a > search by terms. > > The search by terms is done, what we are a little confused about how > to do is the search of the highest and the lowest. Because in the > nameTable.Class.php file there is only one query, and we want to have > different queries, and be able to call them fromthe layout.php with > the same index.But we don't know how to do that. > > Thanks for your help. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
