@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, readFile
public QueryService_UT()
public void setUp() throws Exception
setUp
in class BaseTestCase
Exception
public void testQueryField() throws Exception
Exception
public void testBuildQueryForDoc()
public void testGetUUIDList()
public void testGetTitleValues()
public void testQueryForDocs() throws Exception
Exception
public void searchForBibByInstance() throws Exception
Exception
public SearchParams buildSearchParams(Map<String,String> queryParams)
protected void indexFile(String docCategory, String docType, String docFormat, String inputRecordsFile) throws Exception
Exception
public 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
Exception
public org.apache.solr.client.solrj.response.QueryResponse searchRecord(String docCat, String docType, String docFormat, String fieldName, String fieldValue) throws Exception
Exception
public void testGetBibDocuments() throws Exception
Exception
public void testGetHoldingsDocuments() throws Exception
Exception
public void testGetItemDocuments() throws Exception
Exception
public void testCallNumberBrowseMatchIndex() throws Exception
Exception
public void testBrowseCallNumbers() throws Exception
Exception
public void indexDocument(String inputFile) throws Exception
Exception
public org.apache.solr.client.solrj.response.QueryResponse searchInstanceRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exception
public org.apache.solr.client.solrj.response.QueryResponse searchHoldingRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exception
public org.apache.solr.client.solrj.response.QueryResponse searchItemsRecord(String docCat, String docType, String docFormat, String fieldNameIdentifier, String fieldValueIdentifier) throws Exception
Exception
public void testIsFieldValueExists()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.