Does anyone have any experience with Sphinx on a Linux/MySQL platform?
The output from searchd I'm getting in my browser looks like:
I need to display the uri containing the respective keyword query.
Thanks for any help.
The output from searchd I'm getting in my browser looks like:
95939 428384 569564 844922 977668 Array ( [error] => [warning] => [status] => 0 [fields]
=> Array ( [0] => uri [1] => seokeys ) [attrs] => Array ( ) [matches] => Array ( [95939]
=> Array ( [weight] => 2 [attrs] => Array ( ) ) [428384] => Array ( [weight] => 2 [attrs]
=> Array ( ) ) [569564] => Array ( [weight] => 2 [attrs] => Array ( ) ) [844922] => Array
( [weight] => 2 [attrs] => Array ( ) ) [977668] => Array ( [weight] => 2 [attrs] => Array
( ) )) [total] => 500 [total_found] => 15070 [time] => 0.003 [words] => Array ( [sports]
=> Array ( [docs] => 15070 [hits] => 26626 ) ) )
I need to display the uri containing the respective keyword query.
Thanks for any help.