Cantitate/Preț
Produs

Introduction to Search with Sphinx

Autor Andrew Aksyonoff
en Limba Engleză Paperback – 7 iun 2011
Webmasters want fast and powerful search capabilities on their sites, and content management system administrators would like to reveal the wealth of their databases. The solution in both cases is the Sphinx search engine.
Citește tot Restrânge

Preț: 17075 lei

Preț vechi: 21344 lei
-20%

Puncte Express: 256

Carte tipărită la comandă

Livrare economică 20 octombrie-03 noiembrie

Livrare prin curier în România Termenul estimat este afișat lângă disponibilitate.
Transport gratuit de la 40000 lei Plată online sau ramburs, în funcție de opțiunile comenzii.
Retur gratuit în 14 zile Comandă securizată și suport în română.

Specificații

ISBN-13: 9780596809553
ISBN-10: 0596809557
Pagini: 142
Ilustrații: 1, black & white illustrations
Dimensiuni: 179 x 234 x 14 mm
Greutate: 0.25 kg
Editura: O'Reilly

Cuprins

Preface;
Audience;
Organization of This Book;
Conventions Used in This Book;
Using Code Examples;
We'd Like to Hear from You;
Safari® Books Online;
Acknowledgments;
Chapter 1: The World of Text Search;
1.1 Terms and Concepts in Search;
1.2 Search Workflows;
Chapter : Getting Started with Sphinx;
2.1 Workflow Overview;
2.2 Getting Started ... in a Minute;
2.3 Basic Configuration;
2.4 Accessing searchd;
2.5 Building Sphinx from Source;
Chapter 3: Basic Indexing;
3.1 Indexing SQL Data;
3.2 Indexing XML Data;
3.3 Working with Character Sets;
3.4 Handling Stop Words and Short Words;
Chapter 4: Basic Searching;
4.1 Matching Modes;
4.2 Full-Text Query Syntax;
4.3 Result Set Contents and Limits;
4.4 Searching Multiple Indexes;
4.5 Result Set Processing;
Chapter 5: Managing Indexes;
5.1 The "Divide and Conquer" Concept;
5.2 Index Rotation;
5.3 Picking Documents;
5.4 Handling Updates and Deletions with K-Lists;
5.5 Scheduling Rebuilds, and Using Multiple Deltas;
5.6 Merge Versus Rebuild Versus Deltas;
5.7 Scripting and Reloading Configurations;
Chapter 6: Relevance and Ranking;
6.1 Relevance Assessment: A Black Art;
6.2 Relevance Ranking Functions;
6.3 Sphinx Rankers Explained;
6.4 Where to Go from Here;