{"id":21042737,"url":"https://github.com/utkarshahuja2003/wikisearch","last_synced_at":"2025-10-03T14:42:08.310Z","repository":{"id":247638028,"uuid":"772680416","full_name":"UtkarshAhuja2003/WikiSearch","owner":"UtkarshAhuja2003","description":"Wikipedia Search Engine","archived":false,"fork":false,"pushed_at":"2024-07-09T17:21:39.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T21:44:01.400Z","etag":null,"topics":["cmake","cpp","search-engine"],"latest_commit_sha":null,"homepage":"http://wikisearch.utkarshahuja.tech/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UtkarshAhuja2003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-15T17:11:34.000Z","updated_at":"2025-02-17T07:08:30.000Z","dependencies_parsed_at":"2024-07-09T21:59:50.231Z","dependency_job_id":"1166324e-c186-45e3-a2b5-dcc01f0f9599","html_url":"https://github.com/UtkarshAhuja2003/WikiSearch","commit_stats":null,"previous_names":["utkarshahuja2003/wikisearch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UtkarshAhuja2003/WikiSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UtkarshAhuja2003%2FWikiSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UtkarshAhuja2003%2FWikiSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UtkarshAhuja2003%2FWikiSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UtkarshAhuja2003%2FWikiSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UtkarshAhuja2003","download_url":"https://codeload.github.com/UtkarshAhuja2003/WikiSearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UtkarshAhuja2003%2FWikiSearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259317426,"owners_count":22839536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","search-engine"],"created_at":"2024-11-19T14:08:50.180Z","updated_at":"2025-10-03T14:42:03.288Z","avatar_url":"https://github.com/UtkarshAhuja2003.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# WikiSearch\n\nA fast and efficient search engine built with C++ using Wikipedia Dump data. Optimized for quick and accurate information retrieval.\n\nWikipedia Dump (90 GB) - : http://dumps.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2\n\n## Statistics\n\n- For 90 GB of data Wiki XML Dump :\n   + Size of index ( primary+secondary ) : 9.12 GB\n   + Size of Metadata : 863 MB\n   + Time to index : 3hr 30min (average)\n   + Time to search : 0.34 sec (average on 100 searches)\n## Features\n\n - User search system for faster information retrieval\n - Web-based interface\n - Direct links to actual Wikipedia pages\n - Stemming for improved search accuracy\n\n## Screenshots\n![image](https://github.com/UtkarshAhuja2003/WikiSearch/assets/70762626/b4cd5f00-9cb4-4512-b156-dc8942e44a8e)\n\n![image](https://github.com/UtkarshAhuja2003/WikiSearch/assets/70762626/cfe4b65f-4e8f-418c-bfcf-65a120a9b1ea)\n\n\n## Installation\n\nTo install and run this project, follow these steps:\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/UtkarshAhuja2003/WikiSearch.git\n   cd WikiSearch\n   ```\n2. **Create a build directory:**\n\n    ```sh\n   mkdir build\n   cd build\n   ```\n3. **Generate the build files with CMake:**\n\n    ```sh\n    cmake ..\n   ```\n4. **Build the project:**\n\n    ```sh\n    make\n   ```\n5. **Run the application:**\n\n    ```sh\n    ./WikiSearch\n   ```\n\n\n## File Structure\n\n```bash\n├──.github # Github actions workflow\n├──build # Build files for the project\n├──client # Web frontend\n├──dependencies\n├──res # Posting List, Metadata, WikiDump\n└──src # Source code\n    ├── index # Parse Wikipedia Data\n    ├── search\n    └──utils # File Management, Stemming and Classifiers\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkarshahuja2003%2Fwikisearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futkarshahuja2003%2Fwikisearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkarshahuja2003%2Fwikisearch/lists"}