Xapian
Sign in to saveAlso known as xapian.org
Xapian is a free and open-source probabilistic information retrieval library, released under the GNU General Public License (GPL). It is a full-text search engine library for programmers.
Wikidata facts
- Instance of
- computer programming
- Official website
- xapian.org
- Has use
- search algorithm
Show 5 more facts
- copyright license
- GNU General Public License
- programmed in
- Q2407
- software version identifier
- 2.0.0
- source code repository URL
- git.xapian.org/?p=xapian
- operating system
- cross-platform
Sources (7)
via Wikidata · CC0
~2 min read
Encyclopedic overview
5 sectionsContents
- Features
- GUI front-ends
- See also
- References
- External links
Xapian is a free and open-source probabilistic information retrieval library, released under the GNU General Public License (GPL). It is a full-text search engine library for programmers.
It is written in C++, with bindings to allow use from Perl, Python (2 and 3), PHP (5 and 7), Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R. Xapian is highly portable and runs on Linux, OS X, FreeBSD, NetBSD, OpenBSD, Solaris, HP-UX, AIX, Windows, OS/2 and Hurd, as well as Tru64. Xapian grew out of the Muscat search engine, written by Dr. Martin F. Porter at the University of Cambridge. The first official release of Xapian was version 0.5.0 on September 20, 2002.
Excerpted from Wikipedia’s “Xapian” article, available under the CC BY-SA 4.0 licence.