search_index_split in modules/search/search.module
Simplifies and splits a string into tokens for indexing.
SearchQuery::parseSearchExpression in modules/search/search.extender.inc
Parses the search query into SQL conditions.
search_simplify_excerpt_match in modules/search/search.module
Find words in the original text that matched via search_simplify().
SearchSimplifyTestCase::testSearchSimplifyPunctuation in modules/search/tests/search.test
Tests that search_simplify() does the right thing with punctuation.
SearchSimplifyTestCase::testSearchSimplifyUnicode in modules/search/tests/search.test
Tests that all Unicode characters simplify correctly.
SearchTokenizerTestCase::testNoTokenizer in modules/search/tests/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in modules/search/tests/search.test
Verifies that strings of CJK characters are tokenized.