$query = $SphinxQL->select("*")
                              ->from("idx_news_article")
                              ->match(array("story_title", "story_paragraphs"), $title, true)