Jump to content

OpenSearchServer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Emmanuel.keller (talk | contribs) at 09:18, 24 October 2009 (Features). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
OpenSearchServer
Developer(s)Emmanuel Keller
Initial releaseJun 08, 2008
Written inJAVA, C/C++, PHP
Operating systemCross-platform
Available inEnglish
TypeSearch engine
LicenseGNU General Public License (version 3)
Websitewww.open-search-server.com

Open Search Server (OSS) is a search engine software developed under the GPL v3 open source licence. Built using open source software technologies, Open Search Server is a stable, high-performance search engine and a suite of full text search algorithms.

Features

  • Multi-languages indexing: Chinese, Danish, Dutch, English, Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish.
  • Multi-lingual analysers slice sentences into words, then run lemmatisation algorithms on words based on the document’s language (singular/plural, gender, conjugated verbs, etc.)
  • The crawlers go through web sites and file systems to rapidly and easily build an index.
  • Numerous document formats are supported, such as XML, HTML/XHTML, Adobe™ PDF, Microsoft™ Word™, PowerPoint™, OpenOffice™, etc.
  • The web interface is built around the Zkoss framework. It runs with the main Ajax browsers. This RIA-type interface is as comfortable to use as that of a heavy client.
  • Configuration through a single XML file, which includes fields definition and the indexation options.
  • Quick integration thanks to an XML interface via HTTP queries (XML over HTTP). Also PHP client classes are provided.

History

Open Search Server is a project of the french company InfoPro Communications. Open Search Server was originally developed in 2007 to meet internal needs. It soon became indispensable in a number of projects, and was made more generic to facilitate this. The software is now in the final phase of its maturation

References