Mira hay una aplicación llamada
Tipue Search basada en Jquery, y usa como base de datos un archivo js con este formato
Código Javascript
:
Ver originalvar tipuesearch = {"pages": [
{"title": "Tipue Search, a jQuery site search engine", "text": "Tipue Search is a jQuery site search engine. It includes advanced features such as word stemming but is designed to be easy to install. Tipue Search is free for both commercial and non-commercial use and released under the MIT License.", "tags": "JavaScript", "loc": "http://www.tipue.com/search"},
{"title": "Tipue Search Settings", "text": "The settings for Tipue Search are found in the tipuesearch_set.js file.", "tags": "JavaScript", "loc": "http://www.tipue.com/help/search/set"},
{"title": "Tipue Search Data", "text": "The data for Tipue Search is stored in the tipuesearch_data.js file and holds the page details to be searched.", "tags": "JavaScript", "loc": "http://www.tipue.com/help/search/data"},
{"title": "Tipue Search FAQ", "text": "Frequently asked questions about Tipue Search.", "tags": "JavaScript site", "loc": "http://www.tipue.com/help/search/faq"}
]};
es decir, titulo, tags/etiquetas/url
Yo no manejo ASP, el equivalente en php sería, hacer un readdir(), recursivo o no, según sea la estructura de tus directorios e ir generando un js con el formato indicado,
saludos