> Then to the solution of tweaking the fieldtype for me to
> work.
> I have this right now:
>     
>     <fieldType name="myField"
> class="solr.TextField" sortMissingLast="true"
> omitNorms="true"> 
>     <analyzer> 
>         <tokenizer
> class="solr.KeywordTokenizerFactory"/> 
>         <filter
> class="solr.LowerCaseFilterFactory"/> 
>     </analyzer> 
>     </fieldType> 


Additionally you can add TrimFilterFactory to your analyzer chain. 

And instead of escaping white spaces you can use RawQParserPlugin.
&fq={!raw f=city}den haag





Reply via email to