load_ranked_file_nodes_with_reasons

Function load_ranked_file_nodes_with_reasons 

Source
pub fn load_ranked_file_nodes_with_reasons(
    store: &AtlasStore,
    query: &str,
    folder: Option<&str>,
    file_pattern: Option<&str>,
    limit: usize,
    include_content: bool,
) -> ServiceResult<Vec<RankedNode>>
Expand description

Load ranked files with concise reasons.

ยงErrors

Returns an error when indexed file metadata cannot be loaded or filters are invalid.