Understanding OpenSearch Architecture and Mapping in TYRIOS
Questions:
- How does TYRIOS handle content search?
- What search engine powers the platform?
- How does the system prioritize search results?
- Does the search support multiple languages?
Description:
TYRIOS utilizes OpenSearch to power its content search capabilities, replacing the legacy Solr system entirely. This modern architecture organizes search data by language and intelligently weighs different fields to deliver highly accurate results. Understanding this foundational structure helps administrators and developers know exactly how content is stored, found, and ranked.
Solution:
-
Review the OpenSearch Transition - TYRIOS has completely removed Solr from its search layer. All content searches are now exclusively powered by OpenSearch to provide faster, more accurate, and more resilient queries.

-
Understand Language-Specific Indexing
The system creates a separate, dedicated index for every language installed on your site. For example, English content has its own index completely separate from German content. This prevents cross-language confusion and speeds up the retrieval process.
-
Learn Which Fields are Searched
When a user types a query, the system scans specific parts of your stored content. This includes the publication status, title, main content body, author name, and meta descriptions.
-
Recognize Search Priorities
Not all text is treated equally by the search engine. The system prioritizes matches found in the title first with the highest weight. This is followed by the main content body, the meta description, and finally the assigned keywords.
-
Discover Typo Tolerance
The search architecture automatically breaks words down into smaller chunks to help with partial matches and autocomplete. This means if a user slightly misspells a word or only types part of it, the system can still find the correct content by matching these smaller text pieces.
-
Note Automatic Visibility Filtering
The architecture includes built-in safeguards for content visibility. Unless a user has explicit administrative permissions, unpublished content is automatically filtered out and hidden from all standard search results.
Tips and Tricks:
Pro-Tips:
-
Always write clear and descriptive titles, as they carry the highest weight in search results.
-
Ensure your meta descriptions accurately summarize the page content to improve both external SEO and internal search accuracy.
-
Use the dedicated keyword field for specific terms that might not appear naturally in the main text.
Warnings:
-
Avoid stuffing keywords into the title, as it can negatively impact readability and skew search relevance.
-
Remember that unpublished content is automatically hidden from standard search results to protect draft data.