Solr UpdateLog & UpdateRequestProcessors

2016-03-19 Thread David Smiley
For a project I work on, I have an URP that adds a Lucene Field object to the SolrInputField. Normally it's the job of a FieldType to produce a Lucene Field (createFields()) but my use-case requires data from other fields. An URP can do this but a FieldType cannot (somewhat related to SOLR-4329).

Re: Solr UpdateLog & UpdateRequestProcessors

2016-03-19 Thread David Smiley
FYI the issue I filed is https://issues.apache.org/jira/browse/SOLR-8866 (now with a patch) On Wed, Mar 16, 2016 at 3:35 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I agree that we should throw an exception if JavaBinCodec's fallback > serialization is hit, since it won't be des

Re: Solr UpdateLog & UpdateRequestProcessors

2016-03-18 Thread Ishan Chattopadhyaya
I agree that we should throw an exception if JavaBinCodec's fallback serialization is hit, since it won't be deserialized during a log reply/peersync. Just curious, if the field value was not properly serialized by the JavaBinCodec, how was it handled by the DUH2 and written to the index? On Thu,