• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

java open source enterprise search

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I am searching for a open source enterprise search engine and no luck. Do you know any (preferably in java). Thank you.
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Chuan Ren:
Hi!
I am searching for a open source enterprise search engine and no luck. Do you know any (preferably in java). Thank you.


Jakarta lucene is an index engine , you can build your own search engine based on it
http://jakarta.apache.org/lucene/docs/index.html
You may aslo pay some attention to Lucene Sandbox
http://jakarta.apache.org/lucene/docs/lucene-sandbox/
SearchBlox is an commercial search engine based on lucene. Though it is not open source or free, but it give you an idea on how to use lucene to build your own search engine.
http://www.searchblox.com/
Nutch is a nascent effort to implement an open-source web search engine.
http://www.nutch.org/docs/en/
Also, our company has a commercial search engine based on lucene, with our own automatic taxonomy support.
http://www.bigonthenet.com/products/enticubed.htm
 
Catch Ernie! Catch the egg! And catch this tiny ad too:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic