anl.aida.client.search
Class LuceneSearchTest

java.lang.Object
  extended by anl.aida.client.search.LuceneSearchTest

public class LuceneSearchTest
extends java.lang.Object

Date: Feb 24, 2009 2:08:36 PM


Field Summary
private  anl.aida.core.ScoredTermsCollection stc
           
 
Constructor Summary
LuceneSearchTest()
           
 
Method Summary
 void testDateFilteredSearch()
           
 void testFilteredSearch()
           
 void testSearch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stc

private anl.aida.core.ScoredTermsCollection stc
Constructor Detail

LuceneSearchTest

public LuceneSearchTest()
                 throws java.io.IOException,
                        anl.aida.util.AIDAException
Throws:
java.io.IOException
anl.aida.util.AIDAException
Method Detail

testSearch

public void testSearch()
                throws java.io.IOException,
                       org.apache.lucene.queryParser.ParseException
Throws:
java.io.IOException
org.apache.lucene.queryParser.ParseException

testFilteredSearch

public void testFilteredSearch()
                        throws java.io.IOException,
                               org.apache.lucene.queryParser.ParseException
Throws:
java.io.IOException
org.apache.lucene.queryParser.ParseException

testDateFilteredSearch

public void testDateFilteredSearch()
                            throws java.io.IOException,
                                   org.apache.lucene.queryParser.ParseException,
                                   java.text.ParseException
Throws:
java.io.IOException
org.apache.lucene.queryParser.ParseException