Indexly Configuration & Features
Categories:
Explore how profiles, filters, tagging, and watchdog enhance search efficiency.
Search Profiles
Save and reuse filters:
indexly search "project plan" --save-profile q3_plans
indexly search "budget" --profile q3_plans
Profiles stored in profiles.json
.
Tagging System
Add or Remove Tags Later
indexly tag add --files "." --tags notes.txt important
indexly tag remove --files "." --tags notes.txt draft
Search by Tag
indexly search "keyword" --filter-tag urgent
For more information on tagging please see Indexly Tagging System
Watchdog (Real-Time Indexing)
indexly watch "C:/Users/Me/Documents"
Note: Optional, resource intensive for large datasets.
Performance & Smart Caching
- Each search query hashed (
calculate_query_hash()
) - Cached results reused if valid
- Only reindex changed files
- Optional control with
--no-cache
CSV Summary Analysis
indexly analyze-csv --file data.csv --format md --output summary.md
- Auto-detect delimiters
- Computes stats: mean, median, min, max, stddev, IQR
- Outputs in Markdown or TXT
Advanced Options
indexly stats
→ DB overviewfts_index.db
→ full-text indexprofiles.json
→ saved searchessearch_cache.json
→ recent content