I'm looking for an enterprise search engine (preferably GPL) offering a bit more sophisticated features than Postnuke's (ranking, stemming, indexing pdf, word, etc.) and that is able to do forms based authentication and thus build separate collections for different group permissions.
I've looked at Ultraseek, SearchBlox (Lucene), and a few others, but if possible I'd prefer to use a GPL alternative.
Any suggestions?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
enterprise search engine supporting forms based authentication
-
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
-
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
I use Fluid Dynamics Search engine for search scripts on some sites, you could have a look at that...
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
HammerHead
I use Fluid Dynamics Search engine for search scripts on some sites, you could have a look at that...
That looks interesting! I see in their FAQs they mention a 'soft limit' of about 10.000 documents, I will be indexing about 15.000 which is expected to grow to about 25.000 over the next 2 years. Have you had any experience with large amounts of documents?
<update>I see in this thread Fluid Dynamics will not be able to do forms based authentication, which unfortunately makes it unusable for my purpose.</update>
Also, would you be willing to provide a link of a site were you implemented it?
Thanx and regards,
Bert
edited by: dits, Sep 06, 2006 - 10:39 AM -
- Rank: Legend
- Registered: Dec 11, 2002
- Last visit: Oct 21, 2009
- Posts: 11674
It's in use for the Scout Association's websites, www.scouting2007.org and www.thejamboree.org. Anyway, the only other search engine I know of is htdig (http://www.htdig.org/) - you could look into that.
--
itbegins.co.uk - Zikula Consulting
birtwistle.me.uk - Personal Blog
Please read the Support Guide -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Eventually our choice fell on SearchBlox. The organisation has a lot of librarians and they like features like stemming and fuzzy searches.
Now that I'm implementing SearchBlox and try to get the form based authentication to work, I notice that SearchBlox creates a new session in the sessions table for every access. The first one as expected with the userid provided in the login form, all others as user 0. So it seems as if session_id() in pnSessionInit() returns a different session id on every access.
Any idea how I can influence that behavior?
P.S. SearchBlox is running from tomcat5 on a SuSE SLES10 machine.
- Moderated by:
- Support
