A robust starter web application to ease Java webapp development.

Home | Tutorials | Demos | Issues

 « Return to Thread: Appfuse searching with Compass 2.0 (Lucene)

Appfuse searching with Compass 2.0 (Lucene)

by Chris Barham :: Rate this Message:

Reply to Author | View in Thread

Hi,
I've extended the previous DisplayTag external sorting and paging project to implement full search capability across the domain objects by using Compass 2.0 - http://www.compass-project.org/ 

Although there are a number of tutorials around for Compass and Appfuse, but I thought I'd update as Compass has just gone to version 2.0 and has new features, (annotations etc).

Search results in the example are displayed in plain HTML with Compass' own paging feature, and also using DisplayTag with it's paging external feature, (both on the same search results page in the example)

Code is in a branch off the original project called branches/search - check it out with:

svn checkout http://pagingappfuse.googlecode.com/svn/branches/search/ appfusecompass

Instructions on how to implement Compass are here:
http://code.google.com/p/pagingappfuse/wiki/CompassSearching

Cheers,
Chris


smime.p7s (2K) Download Attachment

 « Return to Thread: Appfuse searching with Compass 2.0 (Lucene)