helma.Search examples

View: New views
3 Messages — Rating Filter:   Alert me  

helma.Search examples

by Julian Tree :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anyone have a tutorial or example code on how to use helma's  
Search functions?

http://helma.zumbrunn.com/reference/helma.Search.html

Julian

_______________________________________________
Helma-user mailing list
Helma-user@...
http://helma.org/mailman/listinfo/helma-user

Re: helma.Search examples

by Joshua Paine :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 2008-05-26 at 11:23 -0400, Julian Tree wrote:
> Does anyone have a tutorial or example code on how to use helma's  
> Search functions?

Sorry, haven't fought my way through that yet. I've gained some
familiarity with Lucene (which powers helma.Search) on another project,
so that may help when I get to it. However, I've also been working with
Solr, and I daresay it looks pretty good as a faster and more powerful
alternative to Lucene (though it is itself an extension of Lucene and a
web service wrapping Lucene). There's not any client lib for Solr in
JavaScript, but it would "just" be a matter of wrapping the Java client.

--
Joshua Paine <joshua@...>

_______________________________________________
Helma-user mailing list
Helma-user@...
http://helma.org/mailman/listinfo/helma-user

Re: helma.Search examples

by Janos Bekesi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Julian Tree wrote:
Does anyone have a tutorial or example code on how to use helma's  
Search functions?
Try browsing the code of gobi, the wiki-framework by Hannes.
There are no updates anymore, as far as I see, but  the "Search" extension by Robert Gaggl is quite instructive. You have to find the cvs-url for the source of gobi for yourself, but it should be there somewhere, at least on dev.helma.org. Also, peeking into the module-code of helma.search will render some insight, as well as the documentation of lucene.

best,

janos