Re: Strange indexing behavior on HTML emails ..

2015-10-16 Thread Akash
Does this patch will need to reindex lucene ? Yes, unfortunately, it does. Phil Just confirming that the patch has solved it. Thanks. Though it was just a tiny glitch, it prevented so many mails from showing in the search results. And I feel even Solr will require re-indexing.

Re: Strange indexing behavior on HTML emails ..

2015-10-16 Thread Phil Carmody
On Thu, Oct 15, 2015 at 02:19:22PM +0200, Jean-Baptiste Vignaud wrote: > > Thanks for the report. Bug found. My bad. A patch is working its way > > through the internal process, and will be in the public tree soon. > > Hello; > Does this patch will need to reindex lucene ? Yes, unfortunately, it

Re: Strange indexing behavior on HTML emails ..

2015-10-15 Thread Jean-Baptiste Vignaud
> > > > Thanks for the report. Bug found. My bad. A patch is working its way > through the internal process, and will be in the public tree soon. > > Cheers, > Phil > Hello; Does this patch will need to reindex lucene ? Thanks

Re: Strange indexing behavior on HTML emails ..

2015-10-15 Thread Akash
Thanks for the report. Bug found. My bad. A patch is working its way through the internal process, and will be in the public tree soon. Cheers, Phil That was fast :-) Thanks. Will wait for the patch.

Re: Strange indexing behavior on HTML emails ..

2015-10-15 Thread Phil Carmody
On Wed, Oct 14, 2015 at 08:33:56PM +0530, Akash wrote: > Tried latest source from HG and with solr also apart from lucene which I > tested previously. The problem with single quotes in HTML is still there. > > The revision: > > http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248 > > should have s

Re: Strange indexing behavior on HTML emails ..

2015-10-14 Thread Akash
Tried latest source from HG and with solr also apart from lucene which I tested previously. The problem with single quotes in HTML is still there. The revision: http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248 should have solved it but the relevant code no longer exists in src/plugins/fts/

Re: Strange indexing behavior on HTML emails ..

2015-10-14 Thread Akash
The issue is probably linked to: http://www.dovecot.org/list/dovecot-cvs/2014-May/024462.html But that change-set was in 2014 and I am using Dovecot 2.2.19 so don't understand why I am still seeing this behavior. -Akash

Strange indexing behavior on HTML emails ..

2015-10-14 Thread Akash
Hi, In continuation to the issue I had posted about long back: http://www.dovecot.org/list/dovecot/2014-August/097362.html I did further testing today on a fresh new Debian & latest Dovecot and observed a undesired behavior. I am using fts_lucene & following sequence of commands on a empty te