@Deprecated public class QueryService_UT extends BaseTestCase
classesDir, discoveryEnvUtil, LOG, solrHome| Constructor and Description |
|---|
QueryService_UT()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchParams |
buildSearchParams(Map<String,String> queryParams)
Deprecated.
|
void |
indexDocument(String inputFile)
Deprecated.
|
protected void |
indexFile(String docCategory,
String docType,
String docFormat,
String inputRecordsFile)
Deprecated.
|
void |
modifyRequestDocument(RequestDocument requestDocument)
Deprecated.
|
org.apache.solr.client.solrj.response.QueryResponse |
searchBibRecord(String docCat,
String docType,
String docFormat,
String fieldNameIdentifier,
String fieldValueIdentifier)
Deprecated.
|
void |
searchForBibByInstance()
Deprecated.
|
org.apache.solr.client.solrj.response.QueryResponse |
searchHoldingRecord(String docCat,
String docType,
String docFormat,
String fieldNameIdentifier,
String fieldValueIdentifier)
Deprecated.
|
org.apache.solr.client.solrj.response.QueryResponse |
searchInstanceRecord(String docCat,
String docType,
String docFormat,
String fieldNameIdentifier,
String fieldValueIdentifier)
Deprecated.
|
org.apache.solr.client.solrj.response.QueryResponse |
searchItemsRecord(String docCat,
String docType,
String docFormat,
String fieldNameIdentifier,
String fieldValueIdentifier)
Deprecated.
|
org.apache.solr.client.solrj.response.QueryResponse |
searchRecord(String docCat,
String docType,
String docFormat,
String fieldName,
String fieldValue)
Deprecated.
|
void |
setUp()
Deprecated.
|
void |
tearDown()
Deprecated.
|
void |
testBrowseCallNumbers()
Deprecated.
|
void |
testBuildQueryForDoc()
Deprecated.
|
void |
testCallNumberBrowseMatchIndex()
Deprecated.
|
void |
testGetBibDocuments()
Deprecated.
|
void |
testGetHoldingsDocuments()
Deprecated.
|
void |
testGetItemDocuments()
Deprecated.
|
void |
testGetTitleValues()
Deprecated.
|
void |
testGetUUIDList()
Deprecated.
|
void |
testIsFieldValueExists()
Deprecated.
|
void |
testQueryField()
Deprecated.
|
void |
testQueryForDocs()
Deprecated.
|
cleanUpData, executeQuery, getCallingMethod, getMethodName, getRecordCount, printLogInfo, readFilepublic QueryService_UT()
public void setUp() throws Exception
setUp in class BaseTestCaseExceptionpublic void testQueryField() throws Exception
Exceptionpublic void testBuildQueryForDoc()
public void testGetUUIDList()
public void testGetTitleValues()
public void testQueryForDocs() throws Exception
Exceptionpublic void searchForBibByInstance() throws Exception
Exceptionpublic SearchParams buildSearchParams(Map<String,String> queryParams)
protected void indexFile(String docCategory, String docType, String docFormat, String inputRecordsFile) throws Exception
Exceptionpublic void modifyRequestDocument(RequestDocument requestDocument)
public org.apache.solr.client.solrj.response.QueryResponse searchBibRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exceptionpublic org.apache.solr.client.solrj.response.QueryResponse searchRecord(String docCat, String docType, String docFormat, String fieldName, String fieldValue) throws Exception
Exceptionpublic void testGetBibDocuments() throws Exception
Exceptionpublic void testGetHoldingsDocuments() throws Exception
Exceptionpublic void testGetItemDocuments() throws Exception
Exceptionpublic void testCallNumberBrowseMatchIndex() throws Exception
Exceptionpublic void testBrowseCallNumbers() throws Exception
Exceptionpublic void indexDocument(String inputFile) throws Exception
Exceptionpublic org.apache.solr.client.solrj.response.QueryResponse searchInstanceRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exceptionpublic org.apache.solr.client.solrj.response.QueryResponse searchHoldingRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exceptionpublic org.apache.solr.client.solrj.response.QueryResponse searchItemsRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exceptionpublic void testIsFieldValueExists()
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.