mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 16:22:55 +00:00
add wildcard mention
This commit is contained in:
@@ -8,7 +8,10 @@ use tantivy_fst::Regex;
|
||||
|
||||
/// A Regex Query matches all of the documents
|
||||
/// containing a specific term that matches
|
||||
/// a regex pattern.
|
||||
/// a regex pattern.
|
||||
///
|
||||
/// Wildcard queries (e.g. ho*se) can be achieved
|
||||
/// by converting them to their regex counterparts.
|
||||
///
|
||||
/// ```rust
|
||||
/// use tantivy::collector::Count;
|
||||
|
||||
Reference in New Issue
Block a user