Prototype Search Application
This page presents a concept and implementation of a prototype search application (PROSA)
that enables creating own search applications using the OpenWebSearch.eu index.
The concept consists of the integration of an index partition exported from the Open Web Index
and a search service that builds on Apache Lucene and offers a REST API,
which makes the index searchable. A prototype implementation has been created that applies
the conceptual design and provides two demonstration applications. Concept and implementation
should enable and encourage developers to create their own special-purpose search application.
Source Code
The source code and instructions are available on the OpwenWebSearch.eu GitLab.
⇒ GitLab
Presentation
A presentation explains how to use and modify PROSA and how to create own search applications.
⇒ Presentation
Paper
A paper of the OSSYM 2023 conference describes the concept and background of PROSA.
⇒ Paper
Demonstration
There is a simple front-end where PROSA can be tried out. In a graphical front-end (Spots) the PROSA service is used to find sightseeing information.
⇒ Simple front-end