org.apache.blur.lucene.search
Class SuperQueryTest

java.lang.Object
  extended by org.apache.blur.lucene.search.SuperQueryTest

public class SuperQueryTest
extends Object


Constructor Summary
SuperQueryTest()
           
 
Method Summary
static org.apache.lucene.store.Directory createIndex()
           
 void testAggregateScoreTypes()
           
 void testBestScoreTypes()
           
 void testConstantScoreTypes()
           
 void testSimpleSuperQuery()
           
 void testSuperScoreTypes()
           
 void testSuperScoreTypesWithFacet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperQueryTest

public SuperQueryTest()
Method Detail

testSimpleSuperQuery

public void testSimpleSuperQuery()
                          throws org.apache.lucene.index.CorruptIndexException,
                                 IOException,
                                 InterruptedException
Throws:
org.apache.lucene.index.CorruptIndexException
IOException
InterruptedException

testAggregateScoreTypes

public void testAggregateScoreTypes()
                             throws Exception
Throws:
Exception

testBestScoreTypes

public void testBestScoreTypes()
                        throws Exception
Throws:
Exception

testConstantScoreTypes

public void testConstantScoreTypes()
                            throws Exception
Throws:
Exception

testSuperScoreTypes

public void testSuperScoreTypes()
                         throws Exception
Throws:
Exception

testSuperScoreTypesWithFacet

public void testSuperScoreTypesWithFacet()
                                  throws Exception
Throws:
Exception

createIndex

public static org.apache.lucene.store.Directory createIndex()
                                                     throws org.apache.lucene.index.CorruptIndexException,
                                                            org.apache.lucene.store.LockObtainFailedException,
                                                            IOException
Throws:
org.apache.lucene.index.CorruptIndexException
org.apache.lucene.store.LockObtainFailedException
IOException


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