-1

In sphinx search, is that possible set weight or pr somelike to specified record(@id) for corresponding query keyword? What i expect to do is raise/decrease some specified rank of records for specified queries. eg:doc A has 2 weights for 2 different words

luxury
  • 3
  • 2

1 Answers1

0

There is Payloads http://sphinxsearch.com/docs/current.html#conf-sql-joined-field

you attach specific weights to words in a document.

barryhunter
  • 20,886
  • 3
  • 30
  • 43
  • thx!,it seems to be the right way, is there an alternative in old version which dosent support? – luxury Aug 16 '16 at 11:20