> I need to indexing some fields with fixed value.
> 
> Example:
> 
> Schema.xml
> <field name="indativo" type="boolean" indexed="true"
> stored="true"/>
> 
> I want to indexing the value 'false' fixed in the
> dataimporthandler. How do
> I do this?

with TemplateTransformer

http://wiki.apache.org/solr/DataImportHandlerFaq#How_would_I_insert_a_static_value_into_a_field_.3F



      

Reply via email to