From bc7980387b9bf3e486930dd8defbf6012b6a27e7 Mon Sep 17 00:00:00 2001 From: Kelly McLaughlin Date: Thu, 29 Sep 2011 16:58:01 -0600 Subject: [PATCH] Add some release notes about a search fix to lucene_parser error handling. --- RELEASE-NOTES.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES.org b/RELEASE-NOTES.org index 417774700..388ba257e 100644 --- a/RELEASE-NOTES.org +++ b/RELEASE-NOTES.org @@ -298,6 +298,8 @@ access to the =other_field=. - [[https://github.com/basho/riak_search/pull/84][Streamlined]] custom extractor bucket property. +- Fixed bug in =lucene_parser= to handle all errors returned from + calls to =lucene_scan:string=. ** Bugs Fixed -[[https://issues.basho.com/show_bug.cgi?id=0105][bz0105 - Python client new_binary doesn't set the content_type well]]