summaryrefslogtreecommitdiffstats
path: root/libs/xapian-core/DETAILS
blob: faf7217a434f411912b936ce457f471d1c59113a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=xapian-core
         VERSION=1.2.10
     SOURCE_HASH=sha512:2f7d52bacd4638676d53e7201b64e3731bc2051e1de6fbafe3799ace56f218df0786d3cf409154a8028c49906b2873e3949cd4db9d46583a50f557eee130cd7a
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE="http://www.xapian.org/"
      LICENSE[0]=GPL
         ENTERED=20070306
           SHORT="A fast search engine library supporting probabilistic and boolean retrieval."

cat << EOF
Xapian is a search engine library, scalable to collections containing hundreds
of millions of documents. It's written in C++ with bindings for Perl, Python,
PHP, Java, Tcl, C#, and Ruby. It is a highly adaptable toolkit that allows
developers to easily add advanced indexing and search facilities to their
own applications. It supports the Probabilistic Information Retrieval model
as well as a rich set of boolean query operators. Omega is a Web search
application built upon the Xapian library. It can index a Web server's
document tree (including HTML, PDF, OpenOffice, MS Word/Excel/Powerpoint,
etc.), or data exported from arbitrary sources (e.g. SQL databases).
EOF