: This has to be done by an UpdateRequestProcessor
I think the SignatureUpdateProcessor does exactly what you want ... you
just need a Signature implementation that does a simple concat (instead of
an MD5)
so we have a simple identity signature? .. it seems like it would be
trivial.
-Hoss
This has to be done by an UpdateRequestProcessor
http://wiki.apache.org/solr/UpdateRequestProcessor
On Tue, Sep 8, 2009 at 3:34 PM, Villemos, Gert wrote:
> I would like to build the value of a field based on the value of multiple
> other fields at submission time. I.e. I would like to submit
: Subject: Dynamically building the value of a field upon indexing
: References: <25332254.p...@talk.nabble.com> <25354786.p...@talk.nabble.com>
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, p
I would like to build the value of a field based on the value of multiple other
fields at submission time. I.e. I would like to submit a document such as;
foo
baa
And would like SOLR to store the document as
foo
baa
foo:baa
Just to complicate matters I would like the aggregated field to be