literal.xxx=foo does not work, value not saved.
-----------------------------------------------

                 Key: SOLR-1892
                 URL: https://issues.apache.org/jira/browse/SOLR-1892
             Project: Solr
          Issue Type: Bug
          Components: contrib - Solr Cell (Tika extraction)
    Affects Versions: 1.4
         Environment: Linux SuSE SLES 10.2, Jetty, jre1.6.0_14
            Reporter: Markus Rietzler


we use a webcrawler written in perl to submit PDF and other rich text files to 
solr. we create a POST-request to the update/extract handler. we have a problem 
with setting fields via literal.FIELDNAME=foobar.

in our schema.xml we have defined a field visiblePath as string, indexed false 
and stored true. when we now submit a PDF and set literal.visiblePath=test the 
field is not created in the solr index. the problem seems to be, that we can't 
set any string field in this way. strange thing: we have also defined several 
string fields that have an underscore at the beginning, like '__intern', 
'_dokumententyp', this fields can be set. also literal.id works.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to