blob: d731343dca6a7b92015cf177822ed32d1d93131c (
plain)
1
2
3
4
5
6
7
8
9
10
|
This is a sample C++ project used to generate a search engine index fixture.
.. cpp:class:: public Sphinx
The description of Sphinx class.
Indexing and querying the term C++ can be challenging, because search-related
tokenization often drops punctuation and mathematical characters (they occur
frequently on the web and would inflate the cardinality and size of web search
indexes).
|