Re: Generating a static index

2011-11-18 Thread Nathan Wells
I haven't asked in the grails community yet. I definitely will. Nathan Wells On Nov 18, 2011, at 4:35 AM, Ian Lea wrote: > You can certainly create a lucene index once and deploy it multiple > times with your app. It should be portable if you deploy the relevant > lucene jar as well. > > So

Re: Generating a static index

2011-11-18 Thread Ian Lea
You can certainly create a lucene index once and deploy it multiple times with your app. It should be portable if you deploy the relevant lucene jar as well. So I think that is a yes to "can". Not sure about the "should" though. As far as I'm aware lucene won't index HTML directly although ther