jcolibri.extensions.textual.lucene
Class TestLucene

java.lang.Object
  extended by jcolibri.extensions.textual.lucene.TestLucene

public class TestLucene
extends java.lang.Object

Class used to test and learn how to use Lucene. It reads documents from a directory and indexes them. Then allows to ask for documents.

To avoid memory problems use the -Xms -Xmx VM params. For example to use a max of 1Gb of memory use: -Xms256m -Xmx1024m

Version:
1.0
Author:
Juan A. Recio-García

Constructor Summary
TestLucene()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLucene

public TestLucene()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es