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 file
    static java.lang.String POSTINGS_FILE
    Route to the postings file
  • Constructor Summary

    Constructors 
    Constructor Description
    Config()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PATHS_FILE

      public static java.lang.String PATHS_FILE
      Route to the paths file
    • POSTINGS_FILE

      public static java.lang.String POSTINGS_FILE
      Route to the postings file
  • Constructor Details