Re: can i have more update processors with solr

2010-10-01 Thread Jan Høydahl / Cominvent
I think the parameter name is confusing. I have proposed renaming it to 
processor.chain: 
https://issues.apache.org/jira/browse/SOLR-2105

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com

On 30. sep. 2010, at 22.25, Markus Jelsma wrote:

> Almost, you can define a updateRequestProcessorChain that houses multiple 
> update processors.
> 
>  
> 
>   
>  class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
>   true
>   title_signature
>   true
>   title
>name="signatureClass">org.apache.solr.update.processor.Lookup3Signature
> 
> 
>  class="org.apache.solr.update.processor.SignatureUpdateProcessorFactory">
>   true
>   content_signature
>   true
>   content
>name="signatureClass">org.apache.solr.update.processor.TextProfileSignature
> 
>  
> 
>   
>  
> -Original message-
> From: Dilshod Temirkhodjaev 
> Sent: Thu 30-09-2010 17:12
> To: solr-user@lucene.apache.org; 
> Subject: can i have more update processors with solr
> 
> I don't know if this is bug or not, but when i'm writing this in
> solrconfig.xml
> 
> 
>  
>CustomRank
>dedupe
>  
> 
> 
> only first update.processor works, why second is not working?



RE: can i have more update processors with solr

2010-09-30 Thread Markus Jelsma
Almost, you can define a updateRequestProcessorChain that houses multiple 
update processors.

 

  
    
  true
  title_signature
  true
  title
  org.apache.solr.update.processor.Lookup3Signature
    

    
  true
  content_signature
  true
  content
  org.apache.solr.update.processor.TextProfileSignature
    
 
    
  
 
-Original message-
From: Dilshod Temirkhodjaev 
Sent: Thu 30-09-2010 17:12
To: solr-user@lucene.apache.org; 
Subject: can i have more update processors with solr

I don't know if this is bug or not, but when i'm writing this in
solrconfig.xml


 
   CustomRank
   dedupe
 


only first update.processor works, why second is not working?


can i have more update processors with solr

2010-09-30 Thread Dilshod Temirkhodjaev
I don't know if this is bug or not, but when i'm writing this in
solrconfig.xml


  
CustomRank
dedupe
  


only first update.processor works, why second is not working?