~kamstrup/lue/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Lue - Lucene Enchanments
================================================================================

  Copyright 2011 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
  
  Licensed under the LGPL 3.0 or, at your discretion, Apache 2.0.
  See LGPL.txt and APACHE-2.0.txt respectively.

Lue, or liblue, is a library that wraps the C++ library liblucene++, exposing
a simplified API designed to make it easy to developed advanced search
interfaces for desktop and mobile.

Download
--------------------------------------------------------------------------------
The latest release of Lue can be downloaded from https://launchpad.net/lue.
The code is also hosted in Launchpad and can be checked out with:

  bzr branch lp:lue

Hat tips
--------------------------------------------------------------------------------
The Lucene++ team - https://github.com/luceneplusplus/LucenePlusPlus

Debugging and Tips
--------------------------------------------------------------------------------

 * You can inspect your Lucene indexes with the excellent tool called Luke:
   http://code.google.com/p/luke

 * You can create an in-memory index by creating an index with name ":memory:"