diff options
Diffstat (limited to 'textproc/isearch/DESCR')
-rw-r--r-- | textproc/isearch/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/isearch/DESCR b/textproc/isearch/DESCR new file mode 100644 index 00000000000..12fb92d8b3d --- /dev/null +++ b/textproc/isearch/DESCR @@ -0,0 +1,10 @@ +Isearch is software for indexing and searching text documents. It +supports full text and field based search, relevance ranked results, +Boolean queries, and heterogeneous databases. Isearch can parse many +kinds of documents "out of the box," including HTML, mail folders, +list digests, SGML-style tagged data, and USMARC. It can be extended +to support other formats by creating descendant classes in C++ that +define the document structure. It is pretty easy to customize in this +way, provided that you know some C++. A CGI interface for web based +searching is also included in the source distribution (but not +installed by default). |