Displaying 12 results from an estimated 12 matches for "messr".
Did you mean:
mess
2019 Jan 02
3
Solr
...uot;worst-case" search performance have
> worryingly high O(x) increases in time, but I'd not seen anything that was a
> dealbreaker. It goes without saying that various substring searches worked as
> expected, for the most part.
>
> My experiences with SOLR were similar to Messr. Moreau's: lots of startup
> errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
> sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
> version of SOLR, and dovecot to find the "best" working combination, only to
> find th...
2019 Jan 04
3
Solr -> Xapian ?
...ch performance have
> > worryingly high O(x) increases in time, but I'd not seen anything that was a
> > dealbreaker. It goes without saying that various substring searches worked as
> > expected, for the most part.
> >
> > My experiences with SOLR were similar to Messr. Moreau's: lots of startup
> > errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
> > sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
> > version of SOLR, and dovecot to find the "best" working combination, only...
2019 Jan 04
2
Solr -> Xapian ?
...d not seen
> > > > anything that was a
> > > > dealbreaker. It goes without saying that various substring
> > > > searches worked as
> > > > expected, for the most part.
> > > >
> > > > My experiences with SOLR were similar to Messr. Moreau's: lots
> > > > of startup
> > > > errors with provided schemata files. Lots of JAVA nonsense
> > > > issues. Lots of
> > > > sensitivity to WHICH Java runtime, etc, etc. I finally fixated
> > > > a specific JVM,
> > >...
2002 Oct 11
1
Cant find uid=0
...XP). It appears to
be looking for a root user in my LDAP directory but isnt finding it (because
there isnt a user 'root' there). User 'Administrator' exists.
Must there be an instance of 'root' in Samba LDAP backends? I've ploughed
through the idealx HOWTO for this, but Messrs Lemaire don't explicitly
create a root user. Can someone help?
[2002/10/11 17:34:27, 0] smbd/service.c:make_connection(381)
make_connection: administrator logged in as admin user (root privileges)
[2002/10/11 17:34:28, 0] smbd/service.c:make_connection(381)
make_connection: administrator...
2019 Jan 02
7
Solr
The real main differecne seems coming from "diffconfig.xml"
When I put yours, Solr delete (!) schema.xml and create a
"manage-schema" and starts complaining about useless types (tdates,
booleans, etc..) that are not needed for Mail fileds
When I put mine (from standard distribution of Arch), it keeps things as
they are (yeah !), does not complains about those useless types
2019 Jan 02
0
Solr
...ions. I did notice the "worst-case" search performance have
worryingly high O(x) increases in time, but I'd not seen anything that was a
dealbreaker. It goes without saying that various substring searches worked as
expected, for the most part.
My experiences with SOLR were similar to Messr. Moreau's: lots of startup
errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
version of SOLR, and dovecot to find the "best" working combination, only to
find that the searches didn...
2019 Jan 04
0
Solr -> Xapian ?
...uot;worst-case" search performance have
> worryingly high O(x) increases in time, but I'd not seen anything that was a
> dealbreaker. It goes without saying that various substring searches worked as
> expected, for the most part.
>
> My experiences with SOLR were similar to Messr. Moreau's: lots of startup
> errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
> sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
> version of SOLR, and dovecot to find the "best" working combination, only to
> find th...
2019 Jan 04
0
Solr -> Xapian ?
...uot;worst-case" search performance have
> worryingly high O(x) increases in time, but I'd not seen anything that was a
> dealbreaker. It goes without saying that various substring searches worked as
> expected, for the most part.
>
> My experiences with SOLR were similar to Messr. Moreau's: lots of startup
> errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
> sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
> version of SOLR, and dovecot to find the "best" working combination, only to
> find th...
2019 Jan 04
0
Solr -> Xapian ?
...uot;worst-case" search performance have
> worryingly high O(x) increases in time, but I'd not seen anything that was a
> dealbreaker. It goes without saying that various substring searches worked as
> expected, for the most part.
>
> My experiences with SOLR were similar to Messr. Moreau's: lots of startup
> errors with provided schemata files. Lots of JAVA nonsense issues. Lots of
> sensitivity to WHICH Java runtime, etc, etc. I finally fixated a specific JVM,
> version of SOLR, and dovecot to find the "best" working combination, only to
> find th...
2003 Apr 08
3
routing strategies for 2 adsl setup
hi all,
i have been able to find only a trickle of information concerning
possible strategies for a 2 adsl setup using two different isp''s.
has anyone had experience in the usa or elsewhere working with their
providers to carry bgp tables, or would you recommend/implement a
round-robin arrangement?
how ? :-)
yours sincerely
christopher cuse, rhce/ccna
ccuse@tiscali.fr
redhat 8.0
2017 Dec 06
0
Icecast Digest, Vol 162, Issue 2
Messrs
I am sorry I am not familiar with the protocol how to reply to your
message. because this was the first message I sent your mailing list.
Please forgive me even if I am impolite in your way.
Dear Marvin Scholz;
Thank you for your very quick reply. I really appreciate your support.
You said &q...
2007 Nov 20
4
Problems with NA's
Difficulty handling NA's:
Assume that I have a numeric vector y. For simplicity, assume that it has 10
elements. Assume that the third element has the value NA. I give it the
following:
NA_test <- function (){
y <- numeric (10)
y [3] <- NA
if (y [3] != NA){(print ("no")}
print ("Leaving NA_test")
return ()
}# End of function