php - Sphinx Search Result is not displaying value -


i have configured in sphinx , rotated indexes also. when search sphinx server(terminal command), displaying matches count below, have no idea on issue.

[root@phpsalzer server]# sudo search -i gplay 'cut rope' sphinx 2.0.4-id64-release (r3135) copyright (c) 2001-2012, andrew aksyonoff copyright (c) 2008-2012, sphinx technologies inc (http://sphinxsearch.com)  using config file '/etc/sphinx/sphinx.conf'... index 'gplay': query 'cut rope ': returned 2 matches of 2 total in 0.000 sec  displaying matches: 1. document=6, weight=10515 2. document=3, weight=9482  words: 1. 'cut': 5 documents, 15 hits 2. 'the': 72 documents, 2162 hits 3. 'rope': 4 documents, 12 hits 

in above result, not displaying document values. please suggest me on issue.

note: have running sphinx on centos lates version of sphinx

like colin mentions, sphinx doesn't store raw text indexed - known fields. not stored can't returned.

but if want can store them in attributes, avoid having go database.

attributes can returned in resultsets


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -