Closed jerson closed 9 years ago
sorry was my error, just forgot add all options
opts := &sphinx.Options{
Host: "localhost",
Port: 9312,
SqlPort: 9306,
Limit: 20,
MatchMode: sphinx.SPH_MATCH_EXTENDED,
SortMode: sphinx.SPH_SORT_RELEVANCE,
GroupFunc: sphinx.SPH_GROUPBY_DAY,
GroupSort: "@group desc",
MaxMatches: 1000,
Timeout: 1000,
RankMode: sphinx.SPH_RANK_PROXIMITY_BM25,
Select: "*",
}
test fails :/ and Result.Matches always is empty but others Result.* are ok