search for: plong

Displaying 8 results from an estimated 8 matches for "plong".

Did you mean: long
2018 Dec 08
2
Solr
...gt; - <str name="fieldType">pdates</str> - </lst> - <lst name="typeMapping"> - <str name="valueClass">java.lang.Long</str> - <str name="valueClass">java.lang.Integer</str> - <str name="fieldType">plongs</str> - </lst> - <lst name="typeMapping"> - <str name="valueClass">java.lang.Number</str> - <str name="fieldType">pdoubles</str> - </lst> - </updateProcessor> <!-- The update.autoCreateFields property can be tu...
2006 Jan 31
0
Help with boot()
...ed from the original data (DD), reshaped into the long format, and then repeated the loop above 4000 times. It was basically the following in a loop: p <- sample(10, replace=TRUE) pD <- DD[p,] pD$ID <- seq(1:10) # This was needed so reshape doesn't give error regarding duplicate IDs plong <- reshape(pD, idvar='ID', varying=list(c('t1','t2','t3','t4','t5')), v.names='obs', direction='long') Now, I have read through Bootstrapping regression models by J. Fox and of course the boot help as well as a few others online. I...
2018 Dec 09
0
Solr
...fieldType">pdates</str> > - </lst> > - <lst name="typeMapping"> > - <str name="valueClass">java.lang.Long</str> > - <str name="valueClass">java.lang.Integer</str> > - <str name="fieldType">plongs</str> > - </lst> > - <lst name="typeMapping"> > - <str name="valueClass">java.lang.Number</str> > - <str name="fieldType">pdoubles</str> > - </lst> > - </updateProcessor> > > <!-- The up...
2018 Dec 05
5
Solr
THen the Squat shall be maintained until the SOlr plugin is upgraded, as Squat does resolve the problem (fts, partial search, etc...) On 2018-12-05 12:20, Aki Tuomi wrote: > It seems we forgot to document that "break-imap-search" was dropped in v2.3. That has now been updated. > > Also Solr does not support prefix/substring search unless you configure solr to support it.
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2 [root at mail conf]# pwd /var/solr/data/dovecot/conf # Below solrconfig.xml is from Solr-8.0.0. [root at mail conf]# grep text_general solrconfig.xml <str name="queryAnalyzerFieldType">text_general</str> field types. Text content will be indexed as "text_general" as <str
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...gt;pdates</str> > </lst> > <lst name="typeMapping"> > <str name="valueClass">java.lang.Long</str> > <str name="valueClass">java.lang.Integer</str> > <str name="fieldType">plongs</str> > </lst> > <lst name="typeMapping"> > <str name="valueClass">java.lang.Number</str> > <str name="fieldType">pdoubles</str> > </lst> > </updateProcessor> > <...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...me="fieldType">pdates</str> </lst> <lst name="typeMapping"> <str name="valueClass">java.lang.Long</str> <str name="valueClass">java.lang.Integer</str> <str name="fieldType">plongs</str> </lst> <lst name="typeMapping"> <str name="valueClass">java.lang.Number</str> <str name="fieldType">pdoubles</str> </lst> </updateProcessor> <updateRequestProcessorChain name=&q...
2003 Dec 09
1
Bug with OpenSSH and Crontab under Solaris 8
Hi, I have a issue with OpenSSH 3.7.1p2 and crontab (solaris 8). The crontab will not execute correctly the commands if I edit it by using OpenSSH. client (Solaris 8 / Openssh 3.7.1p2) ---> server (Solaris 8 / Openssh 3.7.1p2). Next, I edit the crontab with "vi" using a console session and I save it without doing modification. The crontab works perfectly now ! ? I have