0

I have Ubuntu running for LAMP (Linux, Apache, MySQL and PHP) server. To provide better search capability one of my friend recommended to install "Apache Lucene".

While reading about it I came to know that "Apache Lucene" required tomcat and java to run. Please let me know if it be feasible to have it or there are other better alternates for LAMP stack.

I am looking for some proven solution.

Scott Pack
  • 14,717
  • 10
  • 51
  • 83
Pawan
  • 23
  • 1
  • 5

1 Answers1

2

I think you want Apache Solr. Lucene is a library, while Solr is a Tomcat application, much more likely what your friend was thinking of.

Alan Ivey
  • 1,699
  • 12
  • 16