Hello Paco, you can just disable the AlchemyAPI/OpenCalais analysis engines executed in the aggregate analysis engine you are using, so if you're using OverridingParamsExtServicesAE.xml [1] you can just comment the lines
flowConstraints> <fixedFlow> <node> AggregateSentenceAE </node> <!--<node> OpenCalaisAnnotator </node>--> <!--<node> TextKeywordExtractionAEDescriptor </node>--> <!--<node> TextLanguageDetectionAEDescriptor </node>--> <!--<node> TextCategorizationAEDescriptor </node>--> <!--<node> TextConceptTaggingAEDescriptor </node>--> <!--<node> TextRankedEntityExtractionAEDescriptor </node>--> </fixedFlow> </flowConstraints> Hope this helps, Tommaso [1] : http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/src/main/resources/org/apache/uima/desc/OverridingParamsExtServicesAE.xml