On Wed, Dec 30, 2009 at 7:49 AM, Ross <tetr...@gmail.com> wrote:

> Hi all
>
> I'm experimenting with Solr. I've successfully indexed some PDFs and
> all looks good but now I want to index some PDFs with metadata pulled
> from another source. I see this example in the docs.
>
> curl "
> http://localhost:8983/solr/update/extract?literal.id=doc4&captureAttr=true&defaultField=text&capture=div&fmap.div=foo_t&boost.foo_t=3&literal.blah_s=Bah
> "
>  -F "tutori...@tutorial.pdf"
>
> I can write code to generate a script with those commands substituting
> my own literal.whatever.  My metadata could be up to a couple of KB in
> size. Is there a way of making the literal a POST variable rather than
> a GET?


With Curl? Yes, see the man page.


>  Will Solr Cell accept it as a POST?


Yes, it will.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to