Lucene in web page using PHP [closed]
I am new to Lucene. I have indexed data. By command line I am able to run query through Lucene. Now, I want the same to be done through dynamic Web Page. I i/p to page will be a text file as it is th开发者_开发问答rough command line.
thanks, Ravi
I think what you need is solr. Solr is a popular, fast open source search platform from the Apache Lucene project. Solr uses the Lucene Java search library at its core for full-text indexing and search. It allows you easily to get JSON or XML results over HTTP. There is also a HTML administration interface.
You only need a servlet container such as Tomcat.
精彩评论