- May 20, 2013
-
-
Demian Katz authored
Also adjusted continuous integration setup accordingly.
-
- May 17, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Eoghan Ó Carragáin authored
Get jetty to use system temporary folder when extracting war file rather than creating a directory in the Vufind root - comment out tempDirectory setting in /solr/jetty/contexts/solr.xml
-
Demian Katz authored
-
-
David Maus authored
* VuFindSearch/Backend/Solr/HandlerMap.php: New class. SOLR handler map.
-
David Maus authored
* VuFindSearch/Backend/AbstractHandlerMap.php: Expect ParamBag as return value for D/A/I.
-
David Maus authored
* VuFindSearch/ParamBag.php (params): Removed. Use getArrayCopy() instead.
-
David Maus authored
* VuFindSearch/ParamBag.php (exchangeArray): Use internal function to set new parameter array.
-
- May 16, 2013
-
-
Demian Katz authored
-
David Maus authored
* VuFindSearch/Backend/AbstractHandlerMap.php: New class. Abstract base class of handler maps.
-
David Maus authored
* VuFindSearch/ParamBag.php (exchangeArray): New function. Exchange parameter array.
-
-
- May 15, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
- May 14, 2013
-
-
David Maus authored
* VuFindSearch/Backend/Solr/Connector.php (MAX_GET_URL_LENGTH): Fix docstring.
-
- May 13, 2013
-
-
Demian Katz authored
Expanded test suite to match.
-
Demian Katz authored
Expanded test suite for writer.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Thanks to Arek Danszczyk and Christian Dabrowski.
-
David Maus authored
* VuFindSearch/Backend/Exception/BackendException.php ($tags): New property. Tags. (addTag, getTags, hasTag): New functions. Tagging support.
-
David Maus authored
* VuFindSearch/Service.php (search, retrieve, retrieveBatch) (similar): Catch BackendException, trigger error event & rethrow.
-
David Maus authored
* VuFindSearch/Service.php (triggerError): New function. Trigger error event.
-
David Maus authored
* VuFindSearch/Backend/Solr/Connector.php (resubmit, getLastQueryParameters, $lastQuery): Removed. (query): Remove usage of $lastQuery.
-
David Maus authored
* VuFindSearch/Backend/Solr/Backend.php (aggregateSpellcheck): New function. Factored out from search(). (search): Factored out aggregated spellcheck, use local boolean var to indicate spellcheck.
-
David Maus authored
* VuFindSearch/Backend/Solr/Backend.php (search): Set offset and limit in parameter bag. * VuFindSearch/Backend/Solr/Connector.php (search): Change function signature, offset and limit contained in parameter bag.
-
David Maus authored
* VuFindSearch/ParamBag.php (contains): New function. Return true if bag contains a parameter-value-pair.
-
- May 10, 2013
-
-
Demian Katz authored
(Facet names with quotes or back slashes do not return results)
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Thanks to Tom Misilo for the suggestion.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Created convenience method to forward to confirm action. Improved some style issues. Use route parameters rather than query parameters for cleaner data passing. Thanks to Luke O'Sullivan for development assistance.
-
- May 09, 2013
-
-
Demian Katz authored
-