[ https://issues.apache.org/jira/browse/SOLR-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706772#action_12706772 ]
Tao Jiang commented on SOLR-1116: --------------------------------- I just couldn't patch it to Solr 1.3. JavaBinCodec.java and solrconfig-slave1.xml do not actually exist in apache-solr-1.3.0 release. And when I tried again after removing those code related with the two files from the patch, I got the following response: patch -p0 <SOLR-1116.patch patching file src/java/org/apache/solr/request/BinaryResponseWriter.java Hunk #1 FAILED at 210. 1 out of 1 hunk FAILED -- saving rejects to file src/java/org/apache/solr/request/BinaryResponseWriter.java.rej patching file src/java/org/apache/solr/schema/BinaryField.java patching file src/java/org/apache/solr/update/DocumentBuilder.java Hunk #1 FAILED at 29. Hunk #2 FAILED at 216. Hunk #3 FAILED at 225. Hunk #4 FAILED at 263. Hunk #5 FAILED at 286. 5 out of 5 hunks FAILED -- saving rejects to file src/java/org/apache/solr/update/DocumentBuilder.java.rej patching file src/test/org/apache/solr/schema/TestBinaryField.java patching file src/test/test-files/solr/conf/schema-binaryfield.xml > Add a Binary FieldType > ---------------------- > > Key: SOLR-1116 > URL: https://issues.apache.org/jira/browse/SOLR-1116 > Project: Solr > Issue Type: New Feature > Components: search > Affects Versions: 1.3 > Reporter: Noble Paul > Fix For: 1.4 > > Attachments: SOLR-1116.patch, SOLR-1116.patch > > > Lucene supports binary data for field but Solr has no corresponding field > type. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.