Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Sphinx Search Beginner's Guide
  • Table Of Contents Toc
Sphinx Search Beginner's Guide

Sphinx Search Beginner's Guide

By : Abbas Ali
3.3 (4)
close
close
Sphinx Search Beginner's Guide

Sphinx Search Beginner's Guide

3.3 (4)
By: Abbas Ali

Overview of this book

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

Sorting modes


At times you might want to sort the results by values other than relevance. The Sphinx API provides SetSortMode($mode, $sortby="") method which can be used to set the sort mode other than relevance, which is the default sort mode.

The following sorting modes are available in Sphinx:

  • SPH_SORT_RELEVANCE: Sorts by relevance in descending order, that is, best matches first

  • SPH_SORT_ATTR_DESC: Sorts by an attribute in descending order, that is, bigger attribute values first

  • SPH_SORT_ATTR_ASC: Same as SPH_SORT_ATTR_DESC, but sorts in ascending order

  • SPH_SORT_TIME_SEGMENTS: Sorts by time segments (last hour/day/week/month), in descending order, and then by relevance in descending order

  • SPH_SORT_EXTENDED: Sorts by SQL-like combination in ASC or DESC order

  • SPH_SORT_EXPR: Sorts by an arithmetic expression

Examples:

// Sort by relevance. Second parameter is not required in this case.
$client->SetSortMode(SPH_SORT_RELEVANCE);
// Sort by author_id in descending order
$client-&gt...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Sphinx Search Beginner's Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon