dump_index
Perl port of the Lucene search engine
Install
- All systems
-
curl cmd.cat/dump_index.sh
- Debian
-
apt-get install libplucene-perl - Ubuntu
-
apt-get install libplucene-perl - Kali Linux
-
apt-get install libplucene-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libplucene-perl - Raspbian
-
apt-get install libplucene-perl
libplucene-perl
Perl port of the Lucene search engine
Plucene is a fully-featured and highly customizable search engine toolkit based on the Lucene API. (http://jakarta.apache.org/lucene) It is not, in and of itself, a functional search engine - you are expected to subclass and tie all the pieces together to suit your own needs. The synopsis above gives a rough indication of how to use the engine in simple cases. See Plucene::Simple for one example of tying it all together.