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 update
sudo apt-get install libplucene-perl
- Raspbian
-
apt-get install libplucene-perl
- Dockerfile
- dockerfile.run/dump_index
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.