The Artima Developer Community
Sponsored Link

Python Buzz Forum
More On Lucene

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ng Pheng Siong

Posts: 410
Nickname: ngps
Registered: Apr, 2004

Ng Pheng Siong is just another guy with a website.
More On Lucene Posted: Sep 6, 2004 10:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ng Pheng Siong.
Original Post: More On Lucene
Feed Title: (render-blog Ng Pheng Siong)
Feed URL: http://sandbox.rulemaker.net/ngps/rdf10_xml
Feed Description: Just another this here thing blog.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ng Pheng Siong
Latest Posts From (render-blog Ng Pheng Siong)

Advertisement

According to Ted Leung (link courtesy of Jarno Virtanen) "Lupy is much slower than either Lucene or CLucene."

CLucene is a C++ port of Lucene. (I was thinking of Common Lisp when I mentioned clucene.) Clucene claims to be "faster than lucene as it is written in C++."

These two articles by Otis Gospodnetic (linked from the Lucene site) introduce Lucene's API and index structures:

Reading the second article above, this page came to mind. To quote a passage: "Because we have about 2 gigs of static data we need rapid access to, we use C++ code to memory-map huge files containing pointerless C structs (of flights, fares, etc), and then access these from Common Lisp using foreign data accesses." I haven't a clue if Lucene indices are usable in this manner.

Ah, Franceso Bellomi has tried so, using Java's NIO (new I/O) API, which supports memory-mapped files.

BTW, here's the cue for James Robertson's rant on "final": "Some [methods] were final in Directory, so I have used a slightly modified version of Directory.java (BTW, I wonder why so many methods in Lucene are made final...)"

Read: More On Lucene

Topic: Koel Previous Topic   Next Topic Topic: My Second Hurricane

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use