Re: indexing data VIA HTTP URL

2010-12-17 Thread Qi Ouyang
Why not use the tool "curl"? 2010/12/17 Jörg Agatz : > hallo, i wont to indexing data from a webpage, like a Comment ore something > else.. > > so i hope it exist a way to Update the Data Realtime... > like: > > http://192.168.105.59:8080/solr/index2/update?commit=true -H "Content-Type: > text/xml

Re: indexing data VIA HTTP URL

2010-12-17 Thread Stefan Matheis
What's about http://wiki.apache.org/solr/UpdateXmlMessages ?

indexing data VIA HTTP URL

2010-12-17 Thread Jörg Agatz
hallo, i wont to indexing data from a webpage, like a Comment ore something else.. so i hope it exist a way to Update the Data Realtime... like: http://192.168.105.59:8080/solr/index2/update?commit=true -H "Content-Type: text/xml" --data-binary 'testdoc' but this is not Possible.. exist a way