1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/xapian-core12/pkg-descr
Sunpoet Po-Chuan Hsieh 14cc1e4e24 Add xapian-core12 1.2.24 (copied from xapian-core)
- Add CONFLICTS_INSTALL
- Update WWW
2017-04-04 09:28:14 +00:00

19 lines
653 B
Plaintext

Xapian is an Open Source Probabilistic Information Retrieval library, released
under the GPL. It's written in C++, with bindings to allow use from other
languages.
Xapian is designed to be a highly adaptable toolkit to allow developers to
easily add advanced indexing and search facilities to their own applications.
Xapian features include:
- Ranked probabilistic search - word importance weighting
- Relevance feedback
- Phrase and proximity searching
- Full range of structured boolean search operators
- Term stemming
- Database files > 2GB
- Platform independent data formats
- Allows simultaneous update and searching.
WWW: https://xapian.org/