Class Config
java.lang.Object
es.uam.eps.ir.relison.content.index.Config
public class Config
extends java.lang.Object
List of routes for specific index elements.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATHS_FILE
Route to the paths filestatic java.lang.String
POSTINGS_FILE
Route to the postings file -
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
-
Field Details
-
PATHS_FILE
public static java.lang.String PATHS_FILERoute to the paths file -
POSTINGS_FILE
public static java.lang.String POSTINGS_FILERoute to the postings file
-
-
Constructor Details
-
Config
public Config()
-