Launch
app/search_engine models to resolve logical collections.
Main menu
- Collections
- API Keys
- Settings
- Quit
Collections
- Lists resolved collections as
SearchEngine::Model (logical)with total document count. - Unresolved physical collections appear as raw names.
- Physical collections: lists all matching physical collections for the logical alias
- Drop collection: drops active physical and alias
- (Re)Index: full reindex (shown when not partitioned)
- (Re)Index full collection / (Re)Index partition: partitioned workflows
- Back: returns one level up
- View schema
- Drop physical collection
- Back
Partition input
- Single value or comma-separated list (numeric parsed as integers, others as strings), e.g.
42orfoo,bar,42.
Tips
- If a model doesn’t appear resolved, ensure it inherits from
SearchEngine::Baseand definescollection ‘logical’. - TUIT prefers alias target first but lists all physicals that normalize to the logical name.
Safety
- Drop actions require confirmation.