Revision history for Search-OpenSearch-Engine-Lucy
0.01 21 June 2011
* Initial port of KSx version.
0.02 29 Sept 2011
* fix edge case on PUT where index not yet created.
0.03 09 Oct 2011
* support all file types via SWISH::Filter
0.04 13 Oct 2011
* fields now optional in config. If not defined, will be read
from searcher->get_propnames().
0.05 22 Oct 2011
* support for Search::OpenSearch::Engine searcher_config and
indexer_config.
* fix class names left from KinoSearch port
0.06 26 Dec 2011
* refactor to add aggregator_class method, for overriding
the default behaviour of SWISH::Prog::Aggregator->swish_filter()
0.07 2 April 2012
* declare JSON as a dependency (RT #76252)
0.08 4 April 2012
* fix bug where a failed PUT failed to release lock on invindex
0.09 4 April 2012
* fix the 0.08 fix
0.10 21 Aug 2012
* add mem leak tests
* require SOS 0.18 for array_field_values
0.11 3 Sept 2012
* add transaction support with COMMIT and ROLLBACK and auto_commit().
0.12 14 Oct 2012
* only include COMMIT and ROLLBACK as supported REST methods
if auto_commit is off.
0.13 17 Oct 2012
* support LucyX::Suggester if available (Text::Aspell required)
0.14 04 Jan 2013
* optionally highlight search terms in REST GET() method