Displaying 3 results from an estimated 3 matches for "testcontent".
Did you mean:
testcontents
2013 Nov 14
3
What is wrong with this class?
somefile.pp
class mumble {
}
class mumble::testcontents inherits mumble {
file { "/tmp/testfile":
path => "/tmp/testfile,
ensure => present,
mode => 0640,
content => "I am a test file.",
puppet parser validate passed it.
puppet apply says it is run
yet no /tmp/testfile appears
the pup...
2014 Aug 04
0
Solr indexing appends domain to users
...search within IMAP. Why? Dovecot is appending the domain name to the user and admin fields of the Solr record ("admin at example.com" instead of just "admin") during index. But during searching, Dovecot is only searching for the user directly, from the Solr logs:
? q=body:"TESTCONTENT"&fq=%2Bbox:7dff0b0d4f84df53f25300003d823887+%2Buser:"admin"
If I rerun the query via the Solr web gui with user:"admin at example.com", the message is found.
How do I disable appending the domain name to the solr index names?
Thanks,
G H
2007 Aug 03
4
FW: Selecting undefined column of a data frame (was [BioC] read.phenoData vs read.AnnotatedDataFrame)
Hi all,
What are current methods people use in R to identify
mis-spelled column names when selecting columns
from a data frame?
Alice Johnson recently tackled this issue
(see [BioC] posting below).
Due to a mis-spelled column name ("FileName"
instead of "Filename") which produced no warning,
Alice spent a fair amount of time tracking down
this bug. With my fumbling fingers