Search code examples
search-enginedesktop-search

How to set up solr search engine using apache lucene on linux machine?


Can someone suggest some desktop search engines for linux that we can use for our project work? How to set up lucene on linux machine?


Solution

  • Lucene installation on Linux is the same as on Windows.

    Note that it is not a desktop search engine: Wikipedia: Desktop Search.

    Instead, lucene is a programming library for adding search functionality to your own program code.