How do we create a simple search engine using Lucene, Solr or Nutch?

前端 未结 10 2359
孤城傲影
孤城傲影 2021-02-15 11:49

Our company has thousands of PDF documents. How do we create a simple search engine using Lucene, Solr or Nutch? We\'ll provide a basic Java/JSP web page were people can type

10条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-15 12:35

    I have had good luck with lucene, but it is not click, install and search, it does require a bit of work.
    If you need something that yo can download and install and be searching within 10 minutes, look at the free Ominifind Yahoo Edition http://omnifind.ibm.yahoo.net/, it uses Lucene, but is packaged such that it is configured and ready to run upon install, a much easier way to try Lucene.

提交回复
热议问题