Package ubic.gemma.core.search.lucene
Class LuceneQueryUtilsTest
java.lang.Object
ubic.gemma.core.search.lucene.LuceneQueryUtilsTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMake sure that a query containing a hyphen is not parsed as a negative query.void
-
Constructor Details
-
LuceneQueryUtilsTest
public LuceneQueryUtilsTest()
-
-
Method Details
-
testExtractTerms
- Throws:
SearchException
-
testExtractDnf
- Throws:
SearchException
-
testExtractDnfWithQuotedSpaces
- Throws:
SearchException
-
testExtractDnfWithNestedOrInClause
- Throws:
SearchException
-
testExtractDnfWithNestedAndInSubClause
- Throws:
SearchException
-
testExtractDnfWithUris
- Throws:
SearchException
-
testExtractDnfWithOntologyTerms
- Throws:
SearchException
-
testPrepareDatabaseQuery
- Throws:
SearchException
-
testPrepareDatabaseQueryWithUri
- Throws:
SearchException
-
testPrepareDatabaseQueryForInexactMatch
- Throws:
SearchException
-
testIsWildcard
public void testIsWildcard() -
testPrepareTermUriQuery
- Throws:
SearchException
-
testQuote
public void testQuote() -
testQueryWithHyphen
Make sure that a query containing a hyphen is not parsed as a negative query.- Throws:
SearchException
-