Displaying 20 results from an estimated 30 matches for "multivalued".
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.TrieDoubleFiel...
2009 Mar 08
1
Using LDAP for Dovecot extra/regular fields
Hi,
We're moving to a dovecot proxy / server configuration in order to make
sure that a users go to a specific server.
If someone 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
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">
<an...
2009 Jul 28
1
some QCA questions
Dear Adrian Dusa, others,
I've recently started to learn R in order to use the QCA package because
i think it might offer what other QCA packages don't: possibilities 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
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"&...
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 s...
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 pac...
2006 Jan 31
1
retrieving attributes of searchresults
i use the perl interface of Search::Xapian to index documents, now i got
metadata i store with the index like title, date, author, .. and i wonder how to
retrieve them from the index again without pulling them from the database.
i am pretty sure this is a stupid question and that the answer is obvious i dont
seem to be able to find it.
regards m
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 proper...
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
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">
<an...
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="10...