search for: _version_

Displaying 20 results from an estimated 37 matches for "_version_".

Did you mean: _version
2019 Jan 02
3
Solr
...eDuplicatesTokenFilterFactory"/> </analyzer> <analyzer type="query"> <tokenizer class="solr.KeywordTokenizerFactory"/> </analyzer> </fieldType> <fieldType name="string" class="solr.StrField"/> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="gjtext" indexed="true" stored="false&quot...
2015 Jan 07
1
Schema Patch to get Dovecot running with Solr 4.10.3
...<field name="subject" type="text" indexed="true" stored="false" /> + <field name="text" type="text" indexed="true" stored="false" /> <!-- Used by Solr internally: --> <field name="_version_" type="long" indexed="true" stored="true"/> This patch was created regarding Dovecot 2.2.15, for Dovecot configuration please follow instructions at http://wiki2.dovecot.org/Plugins/FTS/Solr Christian
2014 Aug 12
1
BUG: Solr FTS engine appends domain name to index records
...hat record is indexed as: ????? { ??????? "uid": 1, ??????? "box": "7dff0b0d4f84df53f25300003d823887", ??????? "user": "admin at example.com", ??????? "id": "1/7dff0b0d4f84df53f25300003d823887/admin at example.com", ??????? "_version_": 1475511406809841700 ????? } However, the IMAP search is sent to Solr performed with user:"admin" instead of user:"admin at example.com". Either the Solr FTS plugin needs to not append the domain name or the search does need to do so.
2019 Jan 02
1
Solr
...> <analyzer type="query"> >> <tokenizer class="solr.KeywordTokenizerFactory"/> >> </analyzer> >> </fieldType> >> >> <fieldType name="string" class="solr.StrField"/> >> <field name="_version_" type="string" indexed="true" stored="true"/> >> <field name="bcc" type="string" indexed="false" stored="false"/> >> <field name="body" type="gjtext" indexed="true" store...
2015 Feb 01
0
hello world
...ailable if you know where to look. > > > http://www.syslinux.org/wiki/index.php/Install ). > > I never found that before, I see it's linked under 'Permanent link' > which isn't much of a clue. No, a "permanent link" is a way of linking to a specific _version_ of a wiki page. Let's not go off-topic. For a list of all the pages in the wiki, click on "Special pages" and then on "All pages". > >> The "active" partition is a part of how a (MBR) partition table > >> (usually) works together with the MBR&...
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
...TERFACTORY" MINGRAMSIZE="3" MAXGRAMSIZE="15" /> <filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/> <filter class="solr.PorterStemFilterFactory"/> </analyzer> </fieldType> <field name="_version_" type="long" indexed="true" stored="true"/> <field name="bcc" type="text" indexed="true" stored="false"/> <field name="body" type="text" indexed="true" stored="false"/>...
2018 Dec 15
2
Solr
..."3" maxGramSize="15" /> <filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/> <filter class="solr.PorterStemFilterFactory"/> </analyzer> </fieldType> </types> <fields> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="gjtext" indexed="true" stored="false&quot...
2019 Jan 04
2
Solr - complete setup (update)
...LowerCaseFilterFactory"/> <filter class="solr.TrimFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> </analyzer> </fieldType> <fieldType name="string" class="solr.StrField"/> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="dovecottext" indexed="true" stored="false...
2019 Jan 02
0
Solr
...> </analyzer> > <analyzer type="query"> > <tokenizer class="solr.KeywordTokenizerFactory"/> > </analyzer> > </fieldType> > > <fieldType name="string" class="solr.StrField"/> > <field name="_version_" type="string" indexed="true" stored="true"/> > <field name="bcc" type="string" indexed="false" stored="false"/> > <field name="body" type="gjtext" indexed="true" stored="...
2015 Feb 01
3
hello world
On 02/01/2015 10:27 AM, Ady via Syslinux wrote: > FWIW (this info can be found elsewhere too): _ "SYSLINUX" refers the > install the bootloader files on the adequate boot area (see ... Ok thanks, this also would be good information 'up front'. I can only comment on how it could be better for a beginner, not in what is actually available if you know where to look.
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
...LowerCaseFilterFactory"/> <filter class="solr.TrimFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> </analyzer> </fieldType> <fieldType name="string" class="solr.StrField"/> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="dovecottext" indexed="true" stored="false...
2018 Dec 10
2
Solr
.../> > <filter class="solr.KeywordMarkerFilterFactory" > protected="protwords.txt"/> > <filter class="solr.PorterStemFilterFactory"/> > </analyzer> > </fieldType> > </types> > <fields> > <field name="_version_" type="long" indexed="true" stored="true"/> > <field name="bcc" type="text" indexed="true" stored="false"/> > <field name="body" type="text" indexed="true" stored="false&q...
2019 Jan 29
0
Solr - complete setup (update)
....LowerCaseFilterFactory"/> <filter class="solr.TrimFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> </analyzer> </fieldType> <fieldType name="string" class="solr.StrField"/> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="dovecottext" indexed="true" stored="false...
2019 Jan 14
5
Solr - complete setup (update)
...uot;solr.TrimFilterFactory"/> >> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> >> </analyzer> >> </fieldType> >> >> <fieldType name="string" class="solr.StrField"/> >> <field name="_version_" type="string" indexed="true" stored="true"/> >> <field name="bcc" type="string" indexed="false" stored="false"/> >> <field name="body" type="dovecottext" indexed="true"...
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
..."3" maxGramSize="15" /> <filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/> <filter class="solr.PorterStemFilterFactory"/> </analyzer> </fieldType> </types> <fields> <field name="_version_" type="long" indexed="true" stored="true"/> <field name="bcc" type="text" indexed="true" stored="false"/> <field name="body" type="text" indexed="true" stored="false"/>...
2019 Jan 02
0
Solr
...sicTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.RemoveDuplicatesTokenFilterFactory"/> </analyzer> </fieldType> <fieldType name="string" class="solr.StrField"/> <field name="_version_" type="string" indexed="true" stored="true"/> <field name="bcc" type="string" indexed="false" stored="false"/> <field name="body" type="gjtext" indexed="true" stored="false&quot...