Book Image

Sphinx Search Beginner's Guide

By : Abbas Ali
Book Image

Sphinx Search Beginner's Guide

By: Abbas Ali

Overview of this book

Table of Contents (15 chapters)
Sphinx Search
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface

Search using client API


Let's see how we can use native PHP implementation of Sphinx API to search. We will be using the index and configuration file created in Chapter 3, Indexing. We will add a configuration related to searchd and then create a PHP file to search the index using the Sphinx client API implementation for PHP.