pub fn validate_indexing_args(
ignore: Option<Vec<Regex>>,
force_index: Option<Vec<Regex>>,
_root: &Path,
) -> Result<(Vec<Regex>, Vec<Regex>)>Expand description
Validate and sort indexing arguments.
Returns (ignore_patterns, force_index_patterns), both sorted from specific to general.