User Tools

Site Tools


components:search_mask
Translations of this page:

====== Search mask ====== The **search mask** is a web interface that receives search queries, executes them and shows the results page by page. Before you can search something with the search mask, you have to create a [[search index]] using the [[crawler]]. Technically speaking, the search mask is a set of Java Server Pages, that use a tag library for the dynamic parts. If you want to [[:project_info:variant_comparison|use regain on a web server]], you therefore need a servlet engine like [[http://jakarta.apache.org/tomcat|Tomcat]] or [[http://jetty.mortbay.org/jetty|Jetty]] to run the search mask. The [[:project_info:variant_comparison|desktop search]] uses a particularly developed, very slim JSP engine, which is based on [[http://simpleweb.sourceforge.net|Simple]]. However, it is only able to process TagLib-tags, no Java Code that was embedded in JSPs. In exchange it is only 200 kB in size and not over 10 MB as "real" servlet engines, which would have been simply to much for a desktop search.

components/search_mask.txt · Last modified: 2024/09/18 08:31 (external edit)