首页 > Term: prefix searching
prefix searching
A specialized type of substring search. A prefix search involves matching a term in a query string to indexed terms, with an explicit wildcard character at the end of the query term. A match occurs when the characters in the query term (minus the wildcard character) match the beginning of an indexed term. For example, the query string car* will match car, carpet, and carnivore. Search Kit supports prefix searching in inverted and inverted-vector indexes. See also search, substring searching, wildcard character.
0
创建者
- Tom the translator
- 59.09% positive feedback