--- title: "SLIX Indexing Proposal" type: "article" slug: "slix-indexing-proposal" url: "http://localhost/article/slix-indexing-proposal/" markdown_url: "http://localhost/article/slix-indexing-proposal.md" published_at: "2026-03-15T00:44:40+00:00" modified_at: "2026-03-15T00:44:40+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Proposes a system for indexing and full-text searching the SLIX (SincLink Information Exchange) permanent disk database. Describes the algorithm: chronological sort of directories and files into LIFO order, keyword extraction from capitalized words, sorting keywords (approximately 1 hour for a 55K file using Shell sort in SuperBASIC), deduplication, and interactive keyword search with cursor positioning.…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" indiv: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" volume: "7" issue: "5" issues_articles: - id: 38871 title: "Timelinez v7 n5/6" type: "issue" url: "http://localhost/issue/timelinez-v7-n5-6/" pages: "8" pubdate: "May/June 1989" archive_link: false --- # SLIX Indexing Proposal Proposes a system for indexing and full-text searching the SLIX (SincLink Information Exchange) permanent disk database. Describes the algorithm: chronological sort of directories and files into LIFO order, keyword extraction from capitalized words, sorting keywords (approximately 1 hour for a 55K file using Shell sort in SuperBASIC), deduplication, and interactive keyword search with cursor positioning. Also discusses porting the system to the TS1000 via RS232 connection to a PC-clone running MINIX.