org.apache.ctakes.dictionary.lookup.ae
Class LookupParseUtilities

java.lang.Object
  extended by org.apache.ctakes.dictionary.lookup.ae.LookupParseUtilities

public class LookupParseUtilities
extends Object

Author:
Mayo Clinic

Constructor Summary
LookupParseUtilities()
           
 
Method Summary
static int getMaxSizeList()
          Get the maximum list size to be returned from a lucene index
static Set parseDescriptor(File descFile, org.apache.uima.UimaContext aContext)
           
static Set parseDescriptor(File descFile, org.apache.uima.UimaContext aContext, int maxListSize)
           
static void setMaxSizeList(int maxListSize)
          Set the maximum list size to be returned from a lucene index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupParseUtilities

public LookupParseUtilities()
Method Detail

parseDescriptor

public static Set parseDescriptor(File descFile,
                                  org.apache.uima.UimaContext aContext,
                                  int maxListSize)
                           throws org.jdom.JDOMException,
                                  IOException,
                                  Exception
Throws:
org.jdom.JDOMException
IOException
Exception

parseDescriptor

public static Set parseDescriptor(File descFile,
                                  org.apache.uima.UimaContext aContext)
                           throws org.jdom.JDOMException,
                                  IOException,
                                  Exception
Throws:
org.jdom.JDOMException
IOException
Exception

getMaxSizeList

public static int getMaxSizeList()
Get the maximum list size to be returned from a lucene index

Returns:
maxSizeList

setMaxSizeList

public static void setMaxSizeList(int maxListSize)
Set the maximum list size to be returned from a lucene index



Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.