HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

Link 107053 thumbnail
User 259836 avatar

By ChiralSoftware
via chiralsoftware.com
Published: Aug 26 2008 / 03:33

Most sites that need to do full-text search of their content start with a simple "select * from blog where content ilike '%queryString%';". That often works in the test environment where there are only a few rows, but it breaks down quickly with a large corpus and more demanding searches. Lucky for us, the Apache Lucene project has a great framework for doing full-text searches, and the Hibernate team has integrated it with the Hibernate ORM, and the Seam and JBoss teams have made it available as a Seam-managed EntityManager. But don't worry, it's easy to use; we'll show how in a real-world Seam project.
  • 10
  • 1
  • 1450
  • 0

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.