: I had a feeling that was the case. So, I was thinking I could write a
: driver program that takes in my files and then calls the API directly.
: Is this doable? How do you guys do it on your live site? Do you do it
: all through HTTP requests or through a driver that calls the API? I
: think
I had a feeling that was the case. So, I was thinking I could write a driver
program that takes in my files and then calls the API directly. Is this
doable? How do you guys do it on your live site? Do you do it all through
HTTP requests or through a driver that calls the API? I think I woul
On 3/5/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> What/where is the Index Builder that is referred to in
> http://wiki.apache.org/solr/CollectionBuilding?
It's currently client-supplied (i.e. there isn't one).
Having all Solr users have to write their own builders (code that gets
data fro
On 3/5/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> Can the copy field functionality be applied to dynamic fields?
You're finding the weak points fast, Grant :-)
copyField doesn't work with dynamic fields yet, but it seems like a
good think to enable.
copyField from a dynamic field to a norma
Can the copy field functionality be applied to dynamic fields?
-Grant
--
Grant Ingersoll
http://www.grantingersoll.com
-
Brings words and photos together (easily) with
PhotoMail - it's free and works
What/where is the Index Builder that is referred to in
http://wiki.apache.org/solr/CollectionBuilding? I can see how to do a bunch of
adds over HTTP but this seems like it is less than optimal when I have all the
files on the same machine and am trying to bootstrap the system. What's the
bes