search for: multivalu

Displaying 20 results from an estimated 30 matches for "multivalu".

Did you mean: multivalue
2010 Oct 29
1
LDAP acl_groups - can multivalue LDAP be used
Hi, Is there some kind of way to get acl_groups out of LDAP without having to maintain an entry with a list of groups 'a,b,c' and so on? Our groups have a list of 'member' attributes with CNs pointing at users. Ideally there would be a way to look this up directly. Alternately I could perhaps use an OpenLDAP overlay to show 'group' attributes for each user's ldap
2017 Feb 09
2
Solr 6.4.1
...ield" omitNorms="true" sortMissingLast="true"/> <fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/> <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> <fieldType name="tlongs" class="solr.TrieLongField" docValues="true" precisionStep="8" positionIncrementGap="0" multiValued="true"/> <fieldType name="tdoubles" class="solr.TrieDoubleFi...
2009 Mar 08
1
Using LDAP for Dovecot extra/regular fields
...meone has used these LDAP for this, there are a few things that I wish to verify. Dovecot does not verify that type of the LDAP attribute, only that the returned value works. If a boolean is used for a yes/no field, then FALSE sets the field to no and TRUE sets the field to yes. If a multivalue attribute is used for a single value field, the last returned value for the LDAP lookup is used in that field (i.e. host will use the last value). If a string attribute is returned for a yes/no field and has any value, then the associated field is set to true. There is no automatic fail...
2019 Jan 02
3
Solr
...rors in Dovecot and Solr <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="gjtext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <...
2009 Jul 28
1
some QCA questions
...lities for quite a few conditions and large n. However, can someone tell me approx. how much RAM i need to run QCA on set of +/- 400.000 cases and +/- 15 conditions? (or differently: how much time will it take with RAM of a certain size?) Also I'm very keen on hearing any news on the fuzzy and multivalue options for R...How's that comming along? Thanks a lot for any information you can provide! And of course major thanks for all the information you've already provided for me in existing manuals, R-fora etc. Great work! Greetings, Suzan van der Post [[alternative HTML version...
2007 Dec 03
3
Request param type of array
Hello. I have tested such form: <form method=''POST''> <input type=''hidden'' name=''myfield'' value=''value1''> <input type=''hidden'' name=''myfield'' value=''value2''> <input type=''submit'' name=''_submit''
2019 Jan 02
2
Solr
The first result show "no results" in dovecot for any search by header (I typed an email add in RoundCube search box, using Dovecot as back end, using Solr as own backend) So many efforts for crappy results. Can't we really revive Squat ? It is 2 lines of config, and no single problems On January 2, 2019 08:16:33 Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
2019 Jan 02
0
Solr
...> > <?xml version="1.0" encoding="UTF-8"?> > <schema name="dovecot" version="2.0"> > <uniqueKey>id</uniqueKey> > <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> > <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> > <fieldType name="gjtext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100&quot...
2019 Mar 26
0
bugs in head() and tail()
...("f", "function") in your second example. S3 method dispatch is doing what you (unintentionally, I presume) asked it to do. The S3 method which allows head to take functions is utils:::head.function. S3 can only be expected to understand inheritance if the value of class(f) is multivalued. It doesn't have any way of knowing f is still a function after the class assignment because "function" does not appear anywhere in the class vector, so instead of hitting utils:::head.function, it hits utils:::head.default, which uses [ on the argument, causing the error. I'd...
2006 May 05
1
Adding methods to model based on foreign table rows
Hi all, I wondered if the following is implemented in ActiveRecord: I have three tables: "products", "properties" and "product_properties" the products table holds base information for the product, like product_id, name etc. >> Product.column_names => ["product_id", "name"] the properties table holds extra "columns" for the
2008 Mar 04
1
simulation study using R
Dear All, I am running a Monte Carlo simulation study and have some questions on how to manage data storage efficiently at the end of each 1000 replication loop. I have three conditions coded using the FOR {} loops and a FOR loop that generates data for each condition, performs analysis, and computes a statistic 1000 times. Therefore, for each condition, I will have 1000 statistic values. My
2008 Mar 31
0
3d line smoothing
...ly derived from microscope images of neurons, so there is no sense in which one axis is any different from any other (predictor vs response). I have tried doing repeated smoothing interpolation with smooth.splines (see below), but this doesn't behave that well with some of my data which can be multivalued with respect to x and is not a directly 3d approach since. Could anyone suggest a package which might have appropriate functionality or a link to read up about possible approaches? With many thanks for your help, Greg Jefferis. PS As an aside, wouldn't categorising the 1350 downloadable p...
2006 Jan 31
1
retrieving attributes of searchresults
...); my @words = _get_text($data,$title); for my $i (0 .. $#words) { my $w = $words[$i]; $w =~ s/[\.-]$//g; $doc->add_posting($w,++$i) if $w; } $db->add_document($doc); sub _add_attr { my ($doc,$data) = @_; for my $k (keys %$data) { if (ref $data->{$k}) { # arrayref / multivalue field for my $v (@{$data->{$k}}) { $doc->add_term($k . lc(decode_entities($v))); } } else { next unless defined $data->{$k}; $doc->add_term($k . lc(decode_entities($data->{$k}))); } } } ------------>8--------------------------------------...
2006 Nov 22
1
Unidata
I have been explaining the benefits of a Rails platform to someone, who has replied to me with the following: "On paper this looks okay but practically you will need to connect to a non-relational database. The database we use is UNIDATA, this is a IBM product. Just an example for our website integration we use REDBACK to make calls and get the information we need." Does anyone have
2015 Mar 05
0
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
In your schema.XML check you have defined: <field name="text" type="text_general" indexed="true" stored="false" multiValued="true"/> On 05/03/2015 7:11 PM, "Kevin Laurie" <superinterstellar at gmail.com> wrote: > Hello, > My dovecot constantly runs into this error. > I want to fix this one last time, I am tired of troubleshooting so > please someone give me a lasting and prop...
2015 Mar 05
3
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
Hello, My dovecot constantly runs into this error. I want to fix this one last time, I am tired of troubleshooting so please someone give me a lasting and proper solution for this error. I think its a problem with the dovecot-solr module. Please tell me how do I find the root of this problem with Dovecot. There is a problem with the body search text field. It always fails(with no result), other
2009 Oct 14
4
Dovecot deliver with AD LDAP userdb
Good Afternoon, I have my virtual users stored in an Active Directory database. As far as mail info goes the 2 important fields are: mail (their primary email address) and otherMailbox (a multivalue attribute containing their mail aliases). Right now all email addresses belong in the same domain and there are no immediate plans to change this. If I use Postfix to do the lookups and delivery only using Dovecot for passdb Pam driver and a static userdb then everything delivers fine to mail and...
2019 Mar 26
3
bugs in head() and tail()
(Using R 3.5.3). I found bugs in head() and tail(). The following works: > f = function () 1 > head (f) 1 function () 2 1 However, the following does not: > class (f) = "f" > head (f) Error in x[seq_len(n)] : object of type 'closure' is not subsettable [[alternative HTML version deleted]]
2019 Jan 02
0
Solr
...not working) schema.xml <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="gjtext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <...
2019 Jan 02
1
Solr
...<?xml version="1.0" encoding="UTF-8"?> >> <schema name="dovecot" version="2.0"> >> <uniqueKey>id</uniqueKey> >> <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> >> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0"/> >> <fieldType name="gjtext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="...