gavjan / lucene

Search Indexing with Apache Lucene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Indexing with Apache Lucene

Using Search Indexing for efficient searching inside popular file types (.pdf .rtf ...) that are located under a directory that has already been indexed

Task Description

Full task descrption (in Polish) can be found in Lucene.pdf

Build

Indexer: with "argument"

mvn compile exec:java -Dexec.mainClass=pl.edu.mimuw.gc401929.core.CustomIndexer -Dexec.args="{argument}"

Searcher:

mvn compile exec:java -Dexec.mainClass=pl.edu.mimuw.gc401929.core.JLineClass

About

Search Indexing with Apache Lucene


Languages

Language:Java 96.1%Language:Rich Text Format 3.9%