information-retrieval

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ef48935d8f7471ffe8209ed9fcc4d6c0bd9e3ce3
parent 863992bcb89baa8aa852607e1aa6cc07d891c47d
Author: Andrew Laack <andrew.laack@imbue.com>
Date:   Sat, 10 Jan 2026 18:10:47 -0600

Refactoring

Diffstat:
RMakefile -> search-engine-postgres/Makefile | 0
RTODO.md -> search-engine-postgres/TODO.md | 0
Rcrawling/README.md -> search-engine-postgres/crawling/README.md | 0
Rcrawling/__init__.py -> search-engine-postgres/crawling/__init__.py | 0
Asearch-engine-postgres/crawling/__pycache__/__init__.cpython-313.pyc | 0
Asearch-engine-postgres/crawling/__pycache__/clean_cache.cpython-313.pyc | 0
Asearch-engine-postgres/crawling/__pycache__/constants.cpython-313.pyc | 0
Asearch-engine-postgres/crawling/__pycache__/spider.cpython-313.pyc | 0
Rcrawling/clean.py -> search-engine-postgres/crawling/clean.py | 0
Rcrawling/clean_cache.py -> search-engine-postgres/crawling/clean_cache.py | 0
Rcrawling/constants.py -> search-engine-postgres/crawling/constants.py | 0
Rcrawling/spider.py -> search-engine-postgres/crawling/spider.py | 0
Rindexing/README.md -> search-engine-postgres/indexing/README.md | 0
Rindexing/__init__.py -> search-engine-postgres/indexing/__init__.py | 0
Asearch-engine-postgres/indexing/__pycache__/__init__.cpython-313.pyc | 0
Asearch-engine-postgres/indexing/__pycache__/clean.cpython-313.pyc | 0
Asearch-engine-postgres/indexing/__pycache__/page_parsing.cpython-313.pyc | 0
Asearch-engine-postgres/indexing/__pycache__/terms.cpython-313.pyc | 0
Asearch-engine-postgres/indexing/__pycache__/utils.cpython-313.pyc | 0
Rindexing/clean.py -> search-engine-postgres/indexing/clean.py | 0
Rindexing/page_parsing.py -> search-engine-postgres/indexing/page_parsing.py | 0
Rindexing/utils.py -> search-engine-postgres/indexing/utils.py | 0
Rrun.sh -> search-engine-postgres/run.sh | 0
Asearch-engine-postgres/search/__pycache__/query.cpython-313.pyc | 0
Rsearch/query.py -> search-engine-postgres/search/query.py | 0
Rseeds/code.txt -> search-engine-postgres/seeds/code.txt | 0
Rseeds/dictionaries.txt -> search-engine-postgres/seeds/dictionaries.txt | 0
Rseeds/music.txt -> search-engine-postgres/seeds/music.txt | 0
Rseeds/otr.txt -> search-engine-postgres/seeds/otr.txt | 0
Rseeds/piracy.txt -> search-engine-postgres/seeds/piracy.txt | 0
Rseeds/research.txt -> search-engine-postgres/seeds/research.txt | 0
Rseeds/wikis.txt -> search-engine-postgres/seeds/wikis.txt | 0
Rsetup.sh -> search-engine-postgres/setup.sh | 0
33 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Makefile b/search-engine-postgres/Makefile diff --git a/TODO.md b/search-engine-postgres/TODO.md diff --git a/crawling/README.md b/search-engine-postgres/crawling/README.md diff --git a/crawling/__init__.py b/search-engine-postgres/crawling/__init__.py diff --git a/search-engine-postgres/crawling/__pycache__/__init__.cpython-313.pyc b/search-engine-postgres/crawling/__pycache__/__init__.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/crawling/__pycache__/clean_cache.cpython-313.pyc b/search-engine-postgres/crawling/__pycache__/clean_cache.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/crawling/__pycache__/constants.cpython-313.pyc b/search-engine-postgres/crawling/__pycache__/constants.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/crawling/__pycache__/spider.cpython-313.pyc b/search-engine-postgres/crawling/__pycache__/spider.cpython-313.pyc Binary files differ. diff --git a/crawling/clean.py b/search-engine-postgres/crawling/clean.py diff --git a/crawling/clean_cache.py b/search-engine-postgres/crawling/clean_cache.py diff --git a/crawling/constants.py b/search-engine-postgres/crawling/constants.py diff --git a/crawling/spider.py b/search-engine-postgres/crawling/spider.py diff --git a/indexing/README.md b/search-engine-postgres/indexing/README.md diff --git a/indexing/__init__.py b/search-engine-postgres/indexing/__init__.py diff --git a/search-engine-postgres/indexing/__pycache__/__init__.cpython-313.pyc b/search-engine-postgres/indexing/__pycache__/__init__.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/indexing/__pycache__/clean.cpython-313.pyc b/search-engine-postgres/indexing/__pycache__/clean.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/indexing/__pycache__/page_parsing.cpython-313.pyc b/search-engine-postgres/indexing/__pycache__/page_parsing.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/indexing/__pycache__/terms.cpython-313.pyc b/search-engine-postgres/indexing/__pycache__/terms.cpython-313.pyc Binary files differ. diff --git a/search-engine-postgres/indexing/__pycache__/utils.cpython-313.pyc b/search-engine-postgres/indexing/__pycache__/utils.cpython-313.pyc Binary files differ. diff --git a/indexing/clean.py b/search-engine-postgres/indexing/clean.py diff --git a/indexing/page_parsing.py b/search-engine-postgres/indexing/page_parsing.py diff --git a/indexing/utils.py b/search-engine-postgres/indexing/utils.py diff --git a/run.sh b/search-engine-postgres/run.sh diff --git a/search-engine-postgres/search/__pycache__/query.cpython-313.pyc b/search-engine-postgres/search/__pycache__/query.cpython-313.pyc Binary files differ. diff --git a/search/query.py b/search-engine-postgres/search/query.py diff --git a/seeds/code.txt b/search-engine-postgres/seeds/code.txt diff --git a/seeds/dictionaries.txt b/search-engine-postgres/seeds/dictionaries.txt diff --git a/seeds/music.txt b/search-engine-postgres/seeds/music.txt diff --git a/seeds/otr.txt b/search-engine-postgres/seeds/otr.txt diff --git a/seeds/piracy.txt b/search-engine-postgres/seeds/piracy.txt diff --git a/seeds/research.txt b/search-engine-postgres/seeds/research.txt diff --git a/seeds/wikis.txt b/search-engine-postgres/seeds/wikis.txt diff --git a/setup.sh b/search-engine-postgres/setup.sh