org.activemath.omdocjdom.index.infomap
Class SemanticVectorsIntegrator

java.lang.Object
  extended by org.activemath.omdocjdom.index.infomap.SemanticVectorsIntegrator

public class SemanticVectorsIntegrator
extends Object


Constructor Summary
SemanticVectorsIntegrator(String pathToLuceneIndex)
           
 
Method Summary
static String getPathToLuceneIndex()
           
static String getSearchType()
           
static String getTermFile()
           
static float getThreshold()
           
static float getTitleBoost()
           
static String getTopDir()
           
static boolean isEnabled()
           
static boolean isIndexedField(String fieldName)
           
static boolean isMingledTogether()
           
static void setSearchType(String searchTypeParam)
           
 void testSV()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticVectorsIntegrator

public SemanticVectorsIntegrator(String pathToLuceneIndex)
Method Detail

testSV

public void testSV()

isIndexedField

public static boolean isIndexedField(String fieldName)

getTermFile

public static String getTermFile()

getTopDir

public static String getTopDir()

getPathToLuceneIndex

public static String getPathToLuceneIndex()

getTitleBoost

public static float getTitleBoost()

getThreshold

public static float getThreshold()

getSearchType

public static String getSearchType()

setSearchType

public static void setSearchType(String searchTypeParam)

isEnabled

public static boolean isEnabled()

isMingledTogether

public static boolean isMingledTogether()