On 20. Dez 2005, at 23:25 Uhr, Yen-Ju Chen wrote:
Therefore, it is possible to search something by "Name:Joe AND City:Taipei".
  LuceneKit is a direct port of Apache Lucene
(http://lucene.apache.org/java/docs/index.html).
  You can find out more information there.

The only thing I'm surprised about is that you use Lucene for data which is structured in the first place. Your example is a prime for using a relational database, like SQlite or libmysql if you want to avoid a server. (eg using CoreData ;-)

In my "view" Lucene is focused on indexing large per-entity collections of words (eg text blobs like PDF or Word documents), and not on data which is already structured. This is why I asked, I'm kinda suprised that someone wants to use Lucene for struct data.

Greets,
  Helge
--
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to