Teezir
HOME
SERVICES
TECHNOLOGY
OUR CLIENTS
ABOUT TEEZIR
Welcome
Welcome at Teezir! We are a search solutions company that uses state-of-the-art, proprietary search technology solutions to improve your business. Teezir has launched a spectacular new Online Reputation Management solution called eCare, which is based on our Opinion Mining technology. eCare is an all-encompassing Online Reputation Management solution for your organization, covering Monitoring, Listening, Insights and Engagement. The customizable dashboard is fully modular and widgetbased.
Victor van Tol, Managing Director
About us
Astrid Spanjaard, PWN
Case
The Community Monitor is an intelligent system that enables you to keep your organisation on the ball.
View case

OVERVIEW
EFFICIENCY
STABILITY
SCALABILITY
IMPLEMENTATION
Building blocksFor efficiently searching through large amounts of data, Teezir uses proprietary indexing structures. Since Teezir’s search functionality is required to operate in dynamic environments, the data is changing continuously. To provide efficient access to up-to-date content, it is important to update the indexes regularly. At the same time we want to provide users with transparent and uninterrupted search functionality on the latest data.
 
Since the search functionality and the index updating work on the same data structures, this requires a careful design of the updating mechanisms. We developed our system in such a way that index and search operations do not lock each other out. This way, searching and index updating are truly concurrent. This also means that many active users can search the index simultaneously.
 
To make the indexing process more efficient while balancing this with the real-time requirements of our customers, we batch together ‘add’ and ‘remove’ operations, which are executed and processed after a few minutes. In the same time, smart caching is used to keep the most frequently read structures in memory, thereby increasing throughput during both indexing and searching.
Teezir