[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
dovecot
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 example-config
SET
[ DEL ]
📁 sieve
SET
[ DEL ]
📄 dovecot-openssl.cnf
496 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.html
382 B
SET
[ EDIT ]
|
[ DEL ]
📄 mkcert.sh
866 B
SET
[ EDIT ]
|
[ DEL ]
📄 solr-config-7.7.0.xml
11,505 B
SET
[ EDIT ]
|
[ DEL ]
📄 solr-config-9.xml
31,835 B
SET
[ EDIT ]
|
[ DEL ]
📄 solr-schema-7.7.0.xml
4,043 B
SET
[ EDIT ]
|
[ DEL ]
📄 solr-schema-9.xml
2,287 B
SET
[ EDIT ]
|
[ DEL ]
📄 thread-refs.txt
8,802 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: solr-schema-7.7.0.xml
<?xml version="1.0" encoding="UTF-8"?> <schema name="dovecot" version="2.1"> <uniqueKey>id</uniqueKey> <fieldType name="string" class="solr.StrField" omitNorms="true" sortMissingLast="true"/> <fieldType name="long" class="solr.LongPointField" positionIncrementGap="0"/> <fieldType name="text" class="solr.TextField" autoGeneratePhraseQueries="true" positionIncrementGap="100"> <analyzer type="index"> <!-- Use unicode aware tokenizer, see https://solr.apache.org/guide/7_7/tokenizers.html#icu-tokenizer --> <tokenizer class="solr.ICUTokenizerFactory"/> <!-- Unicode aware case folding to normalize input, see https://solr.apache.org/guide/7_7/filter-descriptions.html#icu-folding-filter --> <filter class="solr.ICUFoldingFilterFactory"/> <!-- Protect protected words from being modified by stemmers. Edit protwords.txt to customize --> <filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/> <!-- Split tokens from word delimiters --> <filter class="solr.WordDelimiterGraphFilterFactory" catenateNumbers="1" generateNumberParts="1" splitOnCaseChange="1" generateWordParts="1" splitOnNumerics="1" catenateAll="1" catenateWords="1"/> <!-- Porter is optimized filter for english, if you want other languages use SnowballPorterFilter here, see https://solr.apache.org/guide/7_6/filter-descriptions.html <filter class="solr.SnowballPorterFilterFactory" language="French"/> --> <filter class="solr.PorterStemFilterFactory"/> <!-- Map synonyms, use synonyms.txt to customize --> <filter class="solr.SynonymGraphFilterFactory" expand="true" ignoreCase="true" synonyms="synonyms.txt"/> <!-- Remove stop words, customize with stopwords.txt, usually solr ships stopword catalog for multiple languages, so you can choose from there. --> <filter class="solr.StopFilterFactory" words="stopwords.txt" ignoreCase="true"/> <!-- Flatten the graph so it can be consumed by indexer --> <filter class="solr.FlattenGraphFilterFactory"/> </analyzer> <analyzer type="query"> <tokenizer class="solr.ICUTokenizerFactory"/> <filter class="solr.ICUFoldingFilterFactory"/> <filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/> <filter class="solr.WordDelimiterGraphFilterFactory" catenateNumbers="1" generateNumberParts="1" splitOnCaseChange="1" generateWordParts="1" splitOnNumerics="1" catenateAll="1" catenateWords="1"/> <!-- See above for comment on Porter --> <filter class="solr.PorterStemFilterFactory"/> <filter class="solr.SynonymGraphFilterFactory" expand="true" ignoreCase="true" synonyms="synonyms.txt"/> <!-- Differs from stop word filter a bit, see https://solr.apache.org/guide/7_7/filter-descriptions.html#synonym-graph-filter --> <filter class="solr.SuggestStopFilterFactory" words="stopwords.txt" ignoreCase="true"/> </analyzer> </fieldType> <field name="id" type="string" indexed="true" required="true" stored="true"/> <field name="uid" type="long" indexed="true" required="true" stored="true"/> <field name="box" type="string" indexed="true" required="true" stored="true"/> <field name="user" type="string" indexed="true" required="true" stored="true"/> <field name="hdr" type="text" indexed="true" stored="false"/> <field name="body" type="text" indexed="true" stored="false"/> <field name="from" type="text" indexed="true" stored="false"/> <field name="to" type="text" indexed="true" stored="false"/> <field name="cc" type="text" indexed="true" stored="false"/> <field name="bcc" type="text" indexed="true" stored="false"/> <field name="subject" type="text" indexed="true" stored="false"/> <!-- Used by Solr internally: --> <field name="_version_" type="long" indexed="true" stored="true"/> <uniqueKey>id</uniqueKey> </schema>