On 8/12/07, Ben Shlomo, Yatir <[EMAIL PROTECTED]> wrote:
> I do have some unused fields inside the csv file.
> But they are not empty.
> They are numeric they can be anything between 0 to 10,000
> Can I do something like
> f.unused.map=*:98765
Wildcards / regex isn't supported for that.
Your best
Seeley
Sent: Thursday, August 09, 2007 10:41 PM
To: solr-user@lucene.apache.org
Subject: Re: question: how to divide the indexing into sperate domains
Hmmm, I think you can map an empty (zero length) value to something else
via
f.foo.map=:something
But that column does currently need to be there in
Hmmm, I think you can map an empty (zero length) value to something else via
f.foo.map=:something
But that column does currently need to be there in the CSV.
Specifying default values in a per-request basis is interesting, and
something we could perhaps support in the future.
The quickest way to i