Displaying 12 results from an estimated 12 matches for "cwiki".
Did you mean:
wiki
2020 Oct 13
3
::1 in /var/log/httpd/access_log on CentOS 7
I see "MANY" of these
::1 - - [13/Oct/2020:10:46:08 -0500] "OPTIONS * HTTP/1.0" 200 - "-"
"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 (internal dummy
connection)"
in the log file. This is not me connecting as ::1 is localhost.
What is this - how might I stop it ?
Thanks
Jerry
2018 Mar 05
1
Re: [enhancement] fts-solr low performance
...4.0 also autoSoftCommit), so there's no reason for
>Dovecot to handle this on it's own (and potentially doing hundreds or
>thousands of soft commits every second) - you can just set Solr to,
>for example, do autoSoftCommit every second and autoCommit every minute:
>https://cwiki.apache.org/confluence/display/solr/UpdateHandlers+in+SolrConfig#UpdateHandlersinSolrConfig-autoCommit
>
>Also this wiki page should be updated with warning about old versoins
>of Solr not supporting soft commits (you could also mention the
>auto[Soft]Commit function):
>http://wik...
2019 Aug 05
2
Problem Solr and centos 7
Hi everyone
Given that I am not an expert, I am doing tests with Solr, I installed
following the guide but I have no benefits on the search, the search on
the body on 28000 mails takes a few minutes and then goes to timeout.
I had installed version 8.2.0 of solr then I thought that there is
something not compatible with centos 7 so I installed version 7.7.0 as
an example on the guide
2020 Jul 22
3
Trying to use solr
Hi,
I am finally trying to use an fts engine with dovecot. My version is
2.3.7.2 under Ubuntu 20.04.
I installed solr 7.7.3 and then 8.6.0 to see if this was a
version-related error. I copied the schema from 7.7.0 as many people
said this was fine.
I get the following error when trying to reindex a user's mailbox:
doveadm(francis at francisaugusto.com): Error: fts_solr: Indexing failed:
2020 Jun 18
1
Can't access Squirrelmail on Centos 8
> Am 18.06.2020 um 23:18 schrieb Jay Hart:
>>> Am 18.06.2020 um 22:37 schrieb Jay Hart:
>>>>> On Thu, 18 Jun 2020 16:11:01 -0400
>>>>> Jay Hart wrote:
>>>>>
>>>>>> Any suggestions????
>>>>> selinux issue?
>>>> I turned the firewall off and tried to access /webmail and the configtest file, Turning
2017 Mar 05
0
[enhancement] fts-solr low performance
...nd from version 4.0 also autoSoftCommit), so there's no reason for
Dovecot to handle this on it's own (and potentially doing hundreds or
thousands of soft commits every second) - you can just set Solr to,
for example, do autoSoftCommit every second and autoCommit every minute:
https://cwiki.apache.org/confluence/display/solr/UpdateHandlers+in+SolrConfig#UpdateHandlersinSolrConfig-autoCommit
Also this wiki page should be updated with warning about old versoins
of Solr not supporting soft commits (you could also mention the
auto[Soft]Commit function):
http://wiki2.dovecot.org/Plugi...
2019 Aug 06
0
Problem Solr and centos 7
...u're having are with Solr itself and not fts_solr,
then the Solr mailing list or IRC channel is probably a better place to
get help.
https://lucene.apache.org/solr/community.html#mailing-lists-irc
The following info, combined with your document count of 28000, will be
very useful:
https://cwiki.apache.org/confluence/display/solr/SolrPerformanceProblems#SolrPerformanceProblems-Askingforhelponamemory/performanceissue
When gathering the screenshot, be sure that the process listing is
sorted as described.
With no other info to go on, I suspect that maybe your Solr install is
still configu...
2020 Jul 24
0
Trying to use solr
...directory entirely and allowing it to be rebuilt. In some
rare cases, upgrading Solr *might* result in a change to the schema that
requires deleting the index even though the schema config file itself is
the same. I do not know if your setup is one that would be affected in
this way.
https://cwiki.apache.org/confluence/display/solr/HowToReindex
Your question is more appropriate for the solr-user mailing list at
Apache than this list ... but I did not expect you to know that in
advance. I can try to help you.
Thanks,
Shawn
2019 Aug 07
1
Problem Solr and centos 7
...ot fts_solr,
> then the Solr mailing list or IRC channel is probably a better place
> to get help.
>
> https://lucene.apache.org/solr/community.html#mailing-lists-irc
>
> The following info, combined with your document count of 28000, will
> be very useful:
>
> https://cwiki.apache.org/confluence/display/solr/SolrPerformanceProblems#SolrPerformanceProblems-Askingforhelponamemory/performanceissue
>
>
> When gathering the screenshot, be sure that the process listing is
> sorted as described.
>
> With no other info to go on, I suspect that maybe your S...
2017 Nov 21
0
Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?
1) What is easy for one person may be very hard for another, so your question is really unanswerable. You do need to know C and Fortran to get through the source code. Get started soon reading the R Internals document if it sounds interesting to you... you are bound to learn something even if you don't stick with it. If you have questions about the internals though, you should read the Posting
2017 Nov 21
3
Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?
How difficult is it to get a good feel for the internals of R, if you want
to learn the general code base, but also the CPU intensive stuff ( much of
it in C or Fortran?) and the ways in which the general code and the CPU
intensive stuff is connected together?
R has a very large audience, but my understanding is that only a small
group have a good understanding of the internals (and some of those
2020 Jul 26
2
Trying to use solr
...ory entirely and allowing it to be rebuilt. In some rare cases, upgrading Solr *might* result in a change to the schema that requires deleting the index even though the schema config file itself is the same. I do not know if your setup is one that would be affected in this way.
>
> https://cwiki.apache.org/confluence/display/solr/HowToReindex
>
> Your question is more appropriate for the solr-user mailing list at Apache than this list ... but I did not expect you to know that in advance. I can try to help you.
Thanks a lot Shawn. I will send the full error when I get home a week f...