Hi all,

I was playing around with the capture attributes stuff in Solr cell, and I 
could not get the example to work with the 3.1 code:

The query:

         curl 
"http://localhost:8983/solr/update/extract?literal.id=doc2&captureAttr=true&defaultField=text&fmap.div=foo_t&capture=div";
  -F "tutorial=@tutorial.pdf"

from the docs seems to fail.  I had to make the _t dynamic field multivalued as 
a first step, but even then, then the result:

   "foo_t":[
          "page",
          "page",
          "page",
          "page",
          "page",
          "page",
          "page",
          "page",
          "  SolrtutorialTableofcontents1Overvie....  ALL THE TEXT IN THE DOC...

Is this a documentation error (at least the need for _t to be multivalued) or a 
bug?

Eric




-----------------------------------------------------
Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | 
http://www.opensourceconnections.com
Co-Author: Solr 1.4 Enterprise Search Server available from 
http://www.packtpub.com/solr-1-4-enterprise-search-server
This e-mail and all contents, including attachments, is considered to be 
Company Confidential unless explicitly stated otherwise, regardless of whether 
attachments are marked as such.










---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to