Cada búsqueda se registra en el archivo results\historic.csv.
Los campos son:
ID (fecha en formato entero con 2 caracteres numéricos por campo)
Los contadores de resultados en cada repositorio, antecedidos por un totalizador.
El intervalo de busqueda
Tres divisiones temporales del intervalo anterior para mostrar la distribución temporal de los artículos encontrados
Los parámetros que generaron dicha búsqueda, para poder volver a ejecutarla a futuro.
Para poder recuperar las busquedas pasadas hay diferentes opciones:
Get_by_id: Return the historic register by its ID (numeric)
Get_previous: Return the historic register that was searched index times ago. The value of index must be greater or equal to 0, lower than 1000
Get_by_index: Return the historic register with the index counting from the beginning. The value of index must be negative.
Get_by_matching: Return the historic register whose fields match with the given argument. If field_names argument is passed it only search on that field/s. If not, the search secuence will start by "Tags" and "Search Params" fields, and then others.
Get_by_filter: Receive a filter patrón for a dataFrame. Use Filter_date method to search between dates
Cada búsqueda se registra en el archivo
results\historic.csv
. Los campos son:Para poder recuperar las busquedas pasadas hay diferentes opciones:
index
times ago. The value ofindex
must be greater or equal to 0, lower than 1000index
must be negative.field_names
argument is passed it only search on that field/s. If not, the search secuence will start by "Tags" and "Search Params" fields, and then others.