search for: uniquekey

Displaying 20 results from an estimated 34 matches for "uniquekey".

2019 Jan 02
3
Solr
Refinement of the schema.xml (below) THis however does not solve the "no results" and "Out of range" errors 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=...
2009 May 05
4
Create Pie chart from .csv file
Hi all, I am looking to create a pie chart from a given column in a .csv file. My class variables are as follows: entry_type, uniquekey, types, title, url, abstract, journal, author, month, year, howpublished So say I want to export a pie chart that groups together all entries under 'types' e.g. 3 x statistics 2x education etc. Im looking to have a piechart represent this graphically that shows which type of entry is in...
2019 Jan 02
1
Solr
...gt;> >> THis however does not solve the "no results" and "Out of range" errors 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"/> &...
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:
2018 Dec 10
3
Solr
On 12/4/2018 10:40 AM, Joan Moreau via dovecot wrote: > > In the Wiki, ( https://wiki.dovecot.org/Plugins/FTS/Solr ), it would > nice to stipulate to the reader? to type the command : > > sudo -u solr /opt/solr/bin/solr create -c dovecot # to create the > dovecot instance > > before updating the schema.xml . > > Also,? schema.xml is in
2018 Dec 08
2
Solr
...ot.conf is : fts = solr fts_autoindex = yes fts_enforced = yes fts_decoder = decode2text fts_solr = url=http://(SOLR SERVER):8983/solr/dovecot/ --- schema.xml <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <FIELDTYPE NAME="STRING" CLASS="SOLR.STRFIELD" /> <FIELDTYPE NAME="LONG" CLASS="SOLR.TRIELONGFIELD" /> <FIELDTYPE NAME="BOOLEAN" CLASS="SOLR.BOOLFIELD" /> <fieldType name="text" class...
2018 Dec 15
2
Solr
here my latest schema.xml (remove the "long" type hich seems to be very deprecated in 7.x) <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <types> <fieldType name="string" class="solr.StrField" /> <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0" /> <fieldType name="gjtext" class="solr.TextField&quo...
2019 Jan 04
2
Solr - complete setup (update)
...rt in Java. But, with increased memory, it seems not crashing, even if complaining quite a lot in the logs -------SCHEMA.XML IN /OPT/SOLR/SERVER/SOLR/DOVECOT/CONF <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"> <tokenizer class="solr.ClassicTokenizerFactory"/> <filte...
2019 Jan 02
0
Solr
...he schema.xml (below) > > THis however does not solve the "no results" and "Out of range" errors 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"/> > <...
2019 Jan 26
2
Solr - complete setup (update)
> *- Installation:* > > -> Create a clean install using the default, (at least in the Archlinux package), and do a "sudo -u solr solr create -c dovecot ". The config files are then in /opt/solr/server/solr/dovecot/conf and datafiles in /opt/solr/server/solr/dovecot/data On my system (Debian) these directories are wildly different (e.g. data is under /var), but other than
2019 Jan 04
1
Solr - complete setup
...rt in Java. But, with increased memory, it seems not crashing, even if complaining quite a lot in the logs -------SCHEMA.XML IN /OPT/SOLR/SERVER/SOLR/DOVECOT/CONF <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"> <tokenizer class="solr.ClassicTokenizerFactory"/> <filte...
2018 Dec 10
2
Solr
...on 7.5 > > > Here the latest one I am working on , but nothing works properly (bad > search results, errors in ftp_solr, etc..) > > > <?xml version="1.0" encoding="UTF-8"?> > <schema name="dovecot" version="2.0"> > <uniqueKey>id</uniqueKey> > <types> > <fieldType name="string" class="solr.StrField" /> > <fieldType name="long" class="solr.LongPointField" > positionIncrementGap="0" /> > <fieldType name="text" class=&q...
2019 Jan 29
0
Solr - complete setup (update)
...ies in my /var/solr/logs/solr.log. Looks like Solr is pretty verbose by default (lots of INFO output), but there must be a way to reduce that. Regards, Stephan. <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100">...
2019 Jan 14
5
Solr - complete setup (update)
...rashing, even if complaining quite a lot in the logs >> >> *-------SCHEMA.XML in /opt/solr/server/solr/dovecot/conf* >> >> <?xml version="1.0" encoding="UTF-8"?> >> <schema name="dovecot" version="2.0"> >> <uniqueKey>id</uniqueKey> >> <fieldType name="dovecottext" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> >> <analyzer type="index"> >> <tokenizer class="solr.ClassicTokenizerF...
2019 Jan 03
4
Solr
On 12/21/2018, 11:19:42 AM, Daniel Miller via dovecot <dovecot at dovecot.org> wrote: > There is a *huge* difference between a functional Solr setup & squat Interesting. Care to elaborate?
2018 Dec 10
0
Solr
...ovided on the wiki basically does not work on 7.5 Here the latest one I am working on , but nothing works properly (bad search results, errors in ftp_solr, etc..) <?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.0"> <uniqueKey>id</uniqueKey> <types> <fieldType name="string" class="solr.StrField" /> <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0" /> <fieldType name="text" class="solr.TextField" a...
2019 Jan 02
0
Solr
...s highly unstable. Not sure whereas bugs come from Solr or Dovecot Below my adjusted (corrections from the one of Daniel who is definitely 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=...
2018 Dec 11
0
Solr
...oes not work on 7.5 > > Here the latest one I am working on , but nothing works properly (bad search results, errors in ftp_solr, etc..) > > <?xml version="1.0" encoding="UTF-8"?> > <schema name="dovecot" version="2.0"> > <uniqueKey>id</uniqueKey> > <types> > <fieldType name="string" class="solr.StrField" /> > <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0" /> > <fieldType name="text" class="so...
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
...="true" stored="false" /> <field name="bcc" type="text" indexed="true" stored="false" /> <field name="subject" type="text" indexed="true" stored="false" /> </fields> <uniqueKey>id</uniqueKey> <defaultSearchField>body</defaultSearchField> <solrQueryParser defaultOperator="AND" /> </schema> 3. Dovecot package dovecot-solr installed 4. Dovecot configured with following files to run on solr-fts. In 10-mail.conf:- # Space separa...
2018 Dec 21
3
Solr
...018 2:42 PM, Joan Moreau wrote: > > here my latest schema.xml (remove the "long" type hich seems to be very deprecated in 7.x) > > <?xml version="1.0" encoding="UTF-8"?> > <schema name="dovecot" version="2.0"> > <uniqueKey>id</uniqueKey> > <types> > <fieldType name="string" class="solr.StrField" /> > <fieldType name="gjlong" class="solr.LongPointField" positionIncrementGap="0" /> > <fieldType name="gjtext" class=&quo...