Linux clientvps21.redlake.in 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
LiteSpeed
: 95.216.48.241 | : 216.73.216.125
14 Domain
8.1.34
mydemowebs
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dovecot /
[ HOME SHELL ]
Name
Size
Permission
Action
example-config
[ DIR ]
drwxr-xr-x
sieve
[ DIR ]
drwxr-xr-x
dovecot-openssl.cnf
496
B
-rw-r--r--
index.html
382
B
-rw-r--r--
mkcert.sh
866
B
-rw-r--r--
solr-config-7.7.0.xml
11.24
KB
-rw-r--r--
solr-config-9.xml
31.09
KB
-rw-r--r--
solr-schema-7.7.0.xml
3.95
KB
-rw-r--r--
solr-schema-9.xml
2.23
KB
-rw-r--r--
thread-refs.txt
8.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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>
Close