content_indexer v0.1.0 ContentIndexer.Services.SearchUtils
utility functions to crawl a folder with files and extract content - the actual processing of the content is handled by the file_pre_process_func function that we are using from the ContentIndexer.Services.PreProcess module - however this can easily be swapped out by passing your own pre-process
Link to this section Summary
Link to this section Functions
Link to this function
accum_list(list)
Link to this function
accum_list(list, acc)
Link to this function
build_index(data_folder, file_pre_process_func)
Link to this function
compile_query(query, query_pre_process_func)
Link to this function
crawl(data_folder, file_pre_process_func)
Link to this function
crawl_async(data_folder, file_pre_process_func)