Dear Alexandre,
Thanks for your feedback.
The solr / lucene version is 4.10.2

I am trying to figure out how to see if Dovecot and Solr can contact.
Apparently when I make searches there seems to be no contact. I might try
to rebuild dovecot again and see if that solves the problem.

I just checked var/log/solr and its empty. Might need to enable debugging
on Solr.

Regarding tracing, not much as I am still relatively new(might be a
challenge) but will figure out.

Is there any well documented manual for dovecot-solr integration?

Thanks for your feedback!
Regards
Kevin A.




On Fri, Jan 23, 2015 at 1:46 PM, Alexandre Rafalovitch <arafa...@gmail.com>
wrote:

> Well, what does seem to happen?
>
> Which version of Solr is it? Can Dovecot contact Solr? If you put
> netcat listen instead of Solr on that port, it is being connected to?
>
> If it is, is Solr complaining about wrong url or anything in the log?
> Exceptions maybe.
>
> How far into the Dovecot->Solr path did you trace so far?
>
> Regards,
>    Alex.
> ----
> Sign up for my Solr resources newsletter at http://www.solr-start.com/
>
>
> On 23 January 2015 at 01:06, Kevin Laurie <superinterstel...@gmail.com>
> wrote:
> > Hello,
> >
> > I am desperately trying to get Apache Solr to work with Dovecot FTS. I
> > would really appreciate if someone could please help me!
> > I have already done the following:-
> >
> >
> > 1. I can ssh into my server and see that Apache Solr is up and running.
> >
> >  ssh -t -L 8983:localhost:8983 u...@mydomain.com
> >
> >
> > 2. In the collection1 core selector I have the following files:-
> > solrconfig.xml and schema.xml
> > The schema.xml output is as follows(see link):-
> >
> > http://pastebin.com/thGw2pQj
> >
> > 3. I have installed the dovecot-solr already.
> >
> > 4. Configured dovecot to run solr-fts as follows:-
> >
> > In 10-mail.conf:
> >
> > # Space separated list of plugins to load for all services. Plugins
> > specific to
> > # IMAP, LDA, etc. are added to this list in their own .conf files.
> > #mail_plugins =
> > mail_plugins = fts fts_solr
> >
> > In 90-plugin.conf:-
> >
> > plugin {
> >    fts = solr
> >    fts_solr = break-imap-search url=http://localhost:8983/solr/
> > }
> >
> > Despite all the above the Solr does not seem to run FTS for Dovecot.
> > Appreciate if some one could give some feedback
> >
> > Thanks
> > Kevin
>

Reply via email to