Displaying 4 results from an estimated 4 matches for "omitnorms".
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
...;/>
<field name="_root_" type="string" indexed="true" stored="false"/>
<types>
<!-- IMAP has 32bit unsigned ints but java ints are signed, so use longs -->
<fieldType name="string" class="solr.StrField" omitNorms="true"/>
<fieldType name="long" class="solr.LongField" omitNorms="true"/>
<fieldType name="slong" class="solr.SortableLongField" omitNorms="true"/>
<fieldType name="float" class="solr....
2015 Mar 05
2
Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]
...t; stored="false"/>
>> >>
>> >> <types>
>> >> <!-- IMAP has 32bit unsigned ints but java ints are signed, so use
>> >> longs -->
>> >> <fieldType name="string" class="solr.StrField" omitNorms="true"/>
>> >> <fieldType name="long" class="solr.LongField" omitNorms="true"/>
>> >> <fieldType name="slong" class="solr.SortableLongField"
>> >> omitNorms="true"/>
>...
2015 Mar 05
3
Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]
Hello,
My dovecot constantly runs into this error.
I want to fix this one last time, I am tired of troubleshooting so
please someone give me a lasting and proper solution for this error. I
think its a problem with the dovecot-solr module.
Please tell me how do I find the root of this problem with Dovecot.
There is a problem with the body search text field. It always
fails(with no result), other
2017 Feb 09
2
Solr 6.4.1
...yzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.DoubleMetaphoneFilterFactory" inject="true"/>
</analyzer>
</fieldType>
<fieldType name="string" class="solr.StrField" omitNorms="true"
sortMissingLast="true"/>
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/>
<fieldType name="booleans" class="solr.BoolField"
sortMissingLast="true" multiValued="tr...