This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 24 10:55:18 -0800 2008 | |
| |
ChangeLog | Sun Nov 16 10:32:19 -0800 2008 | |
| |
English.lproj/ | Sun Nov 16 10:32:19 -0800 2008 | |
| |
Examples/ | Wed Feb 25 13:51:15 -0800 2009 | |
| |
GNUmakefile | Sun Nov 16 10:32:19 -0800 2008 | |
| |
GNUmakefile.headers | Sun Nov 16 10:32:19 -0800 2008 | |
| |
GNUmakefile.headers_build | Sun Nov 16 10:32:19 -0800 2008 | |
| |
GNUmakefile.options | Thu Nov 20 14:42:17 -0800 2008 | |
| |
GNUmakefile.postamble | Thu Nov 20 14:42:17 -0800 2008 | |
| |
GNUmakefile.preamble | Sun Nov 16 10:32:19 -0800 2008 | |
| |
Headers/ | Mon Nov 24 10:55:18 -0800 2008 | |
| |
INSTALL | Sun Nov 16 10:32:19 -0800 2008 | |
| |
Info.plist | Sun Nov 16 10:32:19 -0800 2008 | |
| |
LICENSE | Sun Nov 16 10:32:19 -0800 2008 | |
| |
LuceneKit.xcodeproj/ | Mon Nov 24 10:55:18 -0800 2008 | |
| |
NEWS | Sun Nov 16 10:32:19 -0800 2008 | |
| |
NOTICE | Sun Nov 16 10:32:19 -0800 2008 | |
| |
README | Sun Nov 16 10:32:19 -0800 2008 | |
| |
Source/ | Mon Nov 24 10:55:18 -0800 2008 | |
| |
TODO | Sun Nov 16 10:32:19 -0800 2008 | |
| |
UnitKitInfo.plist | Sun Nov 16 10:32:19 -0800 2008 |
README
LuceneKit ========= :Maintainer: Yen-Ju Chen <yjchenx at gmail dot com> :Authors: Yen-Ju Chen, Quentin Mathe, Manuel Guesdon :License: Apache License 2.0 :Version: 0.1.1 Lucene is a high-performance, full-featured text search engine library. It is a technology suitable for nearly any application that requires full-text search. This is a GNUstep port of Lucene <http://lucene.apache.org/>. To know more about LuceneKit: <http://www.etoile-project.org/dev/0.4/LuceneKit> Build and Install ----------------- Read INSTALL document. Mac OS X support ---------------- LuceneKit is compatible with Cocoa (Xcode project included, but currently untested and outdated). It is possible to use it as a convenient SearchKit replacement, LuceneKit is cross-platform and written in Objective-C, unlike SearchKit which is a Carbon framework. Developer notes =============== Tests suite ----------- UnitKit (bundled with Etoile) is required. Steps to produce a test bundle and run tests suite: * make test=yes * ukrun Contribute ---------- Read TODO document.







