org.apache.blur.lucene.search
Class SuperParserTest

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

public class SuperParserTest
extends Object


Constructor Summary
SuperParserTest()
           
 
Method Summary
static void assertEqualsBooleanClause(org.apache.lucene.search.BooleanClause booleanClause1, org.apache.lucene.search.BooleanClause booleanClause2)
           
static void assertEqualsBooleanClause(List<org.apache.lucene.search.BooleanClause> clauses1, List<org.apache.lucene.search.BooleanClause> clauses2)
           
static void assertEqualsBooleanQuery(org.apache.lucene.search.BooleanQuery expected, org.apache.lucene.search.BooleanQuery actual)
           
static void assertEqualsNumericRangeQuery(org.apache.lucene.search.NumericRangeQuery<?> expected, org.apache.lucene.search.NumericRangeQuery<?> actual)
           
static void assertEqualsQuery(org.apache.lucene.search.Query expected, org.apache.lucene.search.Query actual)
           
static void assertEqualsSuperQuery(SuperQuery expected, SuperQuery actual)
           
static void assertEqualsTermQuery(org.apache.lucene.search.TermQuery expected, org.apache.lucene.search.TermQuery actual)
           
static void assertQuery(org.apache.lucene.search.Query expected, org.apache.lucene.search.Query actual)
           
static org.apache.lucene.search.BooleanClause bc_m(org.apache.lucene.search.Query q)
           
static org.apache.lucene.search.BooleanClause bc_n(org.apache.lucene.search.Query q)
           
static org.apache.lucene.search.BooleanClause bc(org.apache.lucene.search.Query q)
           
 void setup()
           
 void test1()
           
 void test10()
           
 void test11()
           
 void test12()
           
 void test13()
           
 void test14()
           
 void test15()
           
 void test16()
           
 void test17()
           
 void test18()
           
 void test19()
           
 void test2()
           
 void test20()
           
 void test21()
           
 void test22()
           
 void test23()
           
 void test24()
           
 void test25_AND_ORs()
           
 void test25()
           
 void test26()
           
 void test27()
           
 void test28()
           
 void test29()
           
 void test3()
           
 void test30()
           
 void test31()
           
 void test32()
           
 void test33()
           
 void test34()
           
 void test35()
           
 void test36()
           
 void test37()
           
 void test38()
           
 void test39()
           
 void test4()
           
 void test40()
           
 void test5()
           
 void test6()
           
 void test7()
           
 void test8()
           
 void test9()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperParserTest

public SuperParserTest()
Method Detail

setup

public void setup()
           throws IOException
Throws:
IOException

test1

public void test1()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test2

public void test2()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test3

public void test3()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test4

public void test4()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test5

public void test5()
           throws org.apache.lucene.queryparser.classic.ParseException,
                  IOException
Throws:
org.apache.lucene.queryparser.classic.ParseException
IOException

test6

public void test6()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test7

public void test7()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test8

public void test8()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test9

public void test9()
           throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test10

public void test10()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test11

public void test11()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test12

public void test12()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test13

public void test13()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test14

public void test14()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test15

public void test15()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test16

public void test16()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test17

public void test17()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test18

public void test18()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test19

public void test19()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test20

public void test20()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test21

public void test21()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test22

public void test22()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test23

public void test23()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test24

public void test24()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test25

public void test25()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test25_AND_ORs

public void test25_AND_ORs()
                    throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test26

public void test26()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test27

public void test27()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test28

public void test28()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test29

public void test29()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test30

public void test30()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test31

public void test31()
            throws org.apache.lucene.queryparser.classic.ParseException,
                   ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test32

public void test32()
            throws org.apache.lucene.queryparser.classic.ParseException,
                   ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test33

public void test33()
            throws org.apache.lucene.queryparser.classic.ParseException,
                   ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test34

public void test34()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test35

public void test35()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test36

public void test36()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test37

public void test37()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test38

public void test38()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test39

public void test39()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

test40

public void test40()
            throws org.apache.lucene.queryparser.classic.ParseException
Throws:
org.apache.lucene.queryparser.classic.ParseException

bc_m

public static org.apache.lucene.search.BooleanClause bc_m(org.apache.lucene.search.Query q)

bc_n

public static org.apache.lucene.search.BooleanClause bc_n(org.apache.lucene.search.Query q)

bc

public static org.apache.lucene.search.BooleanClause bc(org.apache.lucene.search.Query q)

assertQuery

public static void assertQuery(org.apache.lucene.search.Query expected,
                               org.apache.lucene.search.Query actual)

assertEqualsQuery

public static void assertEqualsQuery(org.apache.lucene.search.Query expected,
                                     org.apache.lucene.search.Query actual)

assertEqualsTermQuery

public static void assertEqualsTermQuery(org.apache.lucene.search.TermQuery expected,
                                         org.apache.lucene.search.TermQuery actual)

assertEqualsNumericRangeQuery

public static void assertEqualsNumericRangeQuery(org.apache.lucene.search.NumericRangeQuery<?> expected,
                                                 org.apache.lucene.search.NumericRangeQuery<?> actual)

assertEqualsSuperQuery

public static void assertEqualsSuperQuery(SuperQuery expected,
                                          SuperQuery actual)

assertEqualsBooleanQuery

public static void assertEqualsBooleanQuery(org.apache.lucene.search.BooleanQuery expected,
                                            org.apache.lucene.search.BooleanQuery actual)

assertEqualsBooleanClause

public static void assertEqualsBooleanClause(List<org.apache.lucene.search.BooleanClause> clauses1,
                                             List<org.apache.lucene.search.BooleanClause> clauses2)

assertEqualsBooleanClause

public static void assertEqualsBooleanClause(org.apache.lucene.search.BooleanClause booleanClause1,
                                             org.apache.lucene.search.BooleanClause booleanClause2)


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