That "chain" issue is exactly why I built the web page above. That, plus the Javadoc links all over the place.
Next, I am working on a similar page for all Solr Analyzers, Tokenizers and Filters. Should be ready soon. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Fri, Mar 21, 2014 at 7:50 AM, Erick Erickson <[email protected]> wrote: > Thanks Alexandre! That's what I _thought_ I remembered! > > It looks like I found all the extends for UpdateProcessorFactory, but > didn't follow the chain through FieldMutatingUpdateProcessorFactory > which would have found that one for me. > > Siiigggghhh. > > Thanks again, > Erick > > On Thu, Mar 20, 2014 at 5:44 PM, Alexandre Rafalovitch > <[email protected]> wrote: >> Do you mean like: >> http://lucene.apache.org/solr/4_6_1/solr-core/org/apache/solr/update/processor/ParseDateFieldUpdateProcessorFactory.html >> ? >> https://github.com/apache/lucene-solr/blob/lucene_solr_4_7_0/solr/example/example-schemaless/solr/collection1/conf/solrconfig.xml#L1570 >> >> Regards, >> Alex. >> P.s. Quick URP lookup comes to you courtesy of: >> http://www.solr-start.com/update-request-processor/4.6.1/ :-) >> >> On Fri, Mar 21, 2014 at 2:35 AM, Erick Erickson <[email protected]> >> wrote: >>> I suppose for the special case of dates we could create a >>> DateFormatProcessorFactory that just took a list of standard Java >>> SimpleDateFormat strings and applied the first one that fit. >> >> >> >> Personal website: http://www.outerthoughts.com/ >> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch >> - Time is the quality of nature that keeps events from happening all >> at once. Lately, it doesn't seem to be working. (Anonymous - via GTD >> book) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
