apply an xslt to lucene gsearch search results
void
applyLuceneXSLT
( $resultData, [ $startPage = 1], [ $xslt_file = '/xsl/results.xsl'], [ $query = NULL])
-
$resultData
-
$startPage
-
$xslt_file
-
$query: the query that was executed. May want to pass this on.
void
applySpecifiedXSLT
( $resultData, $pathToXSLT, [ $displayName = NULL])
-
$resultData
-
$pathToXSLT
-
$displayName
void
applyXSLT
( $resultData, [ $orderBy = 0])
void
build_advanced_search_form
([ $repeat = NULL], [ $pathToSearchTerms = NULL], [ $query = NULL])
-
$repeat
-
$pathToSearchTerms
-
$query
void
build_simple_solr_form
()
void
build_solr_search_form
([ $repeat = NULL], [ $pathToSearchTerms = NULL], [ $query = NULL])
-
$repeat
-
$pathToSearchTerms
-
$query
void
custom_search
( $query, [ $startPage = 1], [ $xslt = '/xsl/advanced_search_results.xsl'], [ $numberOfHistPerPage = 50])
-
$query
-
$startPage
-
$xslt
-
$numberOfHistPerPage
void
getTerms
( $fieldName, $startTerm, [ $displayName = NULL])
-
$fieldName
-
$startTerm
-
$displayName
void
get_search_terms_array
([ $path = NULL], [ $file = NULL])
void
quickSearch
( $type, $query, [ $showForm = 1], [ $orderBy = 0], &$userArray)
-
$type
-
$query
-
$showForm
-
$orderBy
-
&$userArray
void
solr_search
( $query, [ $startPage = 1], [ $fq = NULL], [ $dismax = NULL])
-
$query
-
$startPage
-
$fq
-
$dismax
void
theme_advanced_search_form
( $form, [ $repeat = NULL])
void
theme_solr_search_form
( $form)