DOC

it.unimi.dsi : mg4j-big

Maven & Gradle

Feb 29, 2012
1 usages
2 stars

MG4J (big) · MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java. The big version is a fork of the original MG4J that can handle more than 2^31 terms and documents.

Table Of Contents

Latest Version

Download it.unimi.dsi : mg4j-big Javadoc & API Documentation - Latest Versions:

All Versions

Download it.unimi.dsi : mg4j-big Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file mg4j-big-4.0.4-javadoc.jar to mg4j-big-4.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mg4j-big-4.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "mg4j-big-4.0.4-sources.jar" -d "mg4j-big-4.0.4-javadoc" -subpackages 

Advertisement