开发者

Lucene in web page using PHP [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜