CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/overview.md
fixtures/quickstart/documents.jsonl
fixtures/quickstart/mapping.json
fixtures/quickstart/settings.json
fixtures/quickstart/queries/01-exact-sku.json
fixtures/quickstart/queries/02-catalog-search.json
fixtures/quickstart/queries/03-custom-analyzer.json
fixtures/quickstart/queries/04-business-boost.json
fixtures/quickstart/queries/05-vector.json
scripts/validate-with-vespa-docker.sh
src/migrate2vespa/__init__.py
src/migrate2vespa/__main__.py
src/migrate2vespa/analysis.py
src/migrate2vespa/cli.py
src/migrate2vespa/io.py
src/migrate2vespa/manifest.py
src/migrate2vespa/reporting.py
src/migrate2vespa/workflow.py
src/migrate2vespa.egg-info/PKG-INFO
src/migrate2vespa.egg-info/SOURCES.txt
src/migrate2vespa.egg-info/dependency_links.txt
src/migrate2vespa.egg-info/entry_points.txt
src/migrate2vespa.egg-info/requires.txt
src/migrate2vespa.egg-info/top_level.txt
src/migrate2vespa/sources/__init__.py
src/migrate2vespa/sources/contract.py
src/migrate2vespa/sources/registry.py
src/migrate2vespa/sources/rules.py
src/migrate2vespa/sources/elastic/__init__.py
src/migrate2vespa/sources/elastic/artifacts.py
src/migrate2vespa/sources/elastic/fields.py
src/migrate2vespa/sources/elastic/query.py
src/migrate2vespa/sources/elastic/rules.py
src/migrate2vespa/sources/elastic/source.py
src/migrate2vespa/sources/elastic/text_analysis.py
src/migrate2vespa/target/__init__.py
src/migrate2vespa/target/feed_validation.py
src/migrate2vespa/target/package.py
src/migrate2vespa/target/planner.py
src/migrate2vespa/target/selection.py
src/migrate2vespa/target/transforms.py
tests/conftest.py
tests/test_architecture_and_trust.py
tests/test_cli.py
tests/test_generation.py
tests/test_ingestion.py
tests/test_manifest.py
tests/test_rules_and_evidence.py