How to implement a conditional copyField working for partial updates ?

2013-11-21 Thread Paule LECUYER
Hello, I'm using Solr 4.x. In my solr schema I have the following fields defined : stored="true" multiValued="true" /> stored="false" multiValued="true" termVectors="true" /> multiValued="true" termVectors="true" /> multiValued="true" termVectors="true" /> multiVal

Re: Conditional copyField

2009-10-15 Thread Grant Ingersoll
there is no way to do it in schema.xml Luckily, Wiki [1] has a quick example that implements a conditional copyField. [1] http://wiki.apache.org/solr/UpdateRequestProcessor -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem (Lucene/So

Re: Conditional copyField

2009-10-12 Thread AHMET ARSLAN
Field declaration has three attributes: source, dest and maxChars. Therefore it can be concluded that there is no way to do it in schema.xml Luckily, Wiki [1] has a quick example that implements a conditional copyField. [1] http://wiki.apache.org/solr/UpdateRequestProcessor

Conditional copyField

2009-10-12 Thread David Stuart
Hi, I am pushing data to solr from two different sources nutch and a cms. I have a data clash in that in nutch a copyField is required to push the url field to the id field as it is used as the primary lookup in the nutch solr intergration update. The other cms also uses the url field but