如何从php文件中对lucene搜索结果进行排序?

时间:2014-04-08 13:03:32

标签: php lucene

我在我的模块中使用lucene搜索,我需要在搜索完成后对结果集进行排序。以下是我用于搜索的功能

$oTextSearch->Search(array(                                                          'title'   => $aSearchString,
 'property_web_teaser' => $aSearchString,
 'content' => $aSearchString,
 'ci_publication_date' => $aSearchString                                                     
  ));

我有一个类textsearch类,在这个类中有搜索方法。有没有办法从我的PHP模型排序。我在这里搜索过,但我找不到正确的。

0 个答案:

没有答案