Is it possible to use Apache Lucene for Static websites ? If not, what other alternatives are available excluding Google CSE ?
It is perfectly reasonable to use Lucene on a static website, if you can execute the Lucene search code on the server. If you can't execute any server code, as far as I know you need to look elsewhere than Lucene.