> I am getting Error in Solr
> Error loading class 'Solr.TrieField'
> 
> I have added following in Types of schema file
> 
> <fieldType name="tint" class="solr.TrieField"
> omitNorms="true" />
> 
> And in custom fields of schema have added
> 
> <field name="bitrate" type="tint" indexed="true"
> stored="true" />
>     
> I am using solr version 1.3 cant I handle filter(my example
> bitrate) with sint    

Sure you can handle, if you are using solr 1.3.0 you need to use sint type.



Reply via email to