/[drupal]/contributions/modules/apachesolr_attachments/README.txt
ViewVC logotype

Diff of /contributions/modules/apachesolr_attachments/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by pwolanin, Wed Oct 21 17:53:42 2009 UTC revision 1.5 by pwolanin, Sun Nov 15 18:23:58 2009 UTC
# Line 34  export MAVEN_OPTS="-Xmx1024m -Xms512m" Line 34  export MAVEN_OPTS="-Xmx1024m -Xms512m"
34    
35  mvn install  mvn install
36    
37  will build the full set of tika applications - it will install the app jar  will build the full set of tika applications - it will build the app jar
38  in a location like ~/.m2/repository/org/apache/tika/tika-app/0.4/  in a location like tika-app/target/tika-app-0.4.jar
39    
40  Copy tika-app-0.4.jar from there or point the module path to it.  Copy tika-app-0.4.jar from there or point the module path to it.
41    
42  See also build instructions at: http://drupal.org/node/540974#comment-1944082  See also build instructions at: http://drupal.org/node/540974#comment-1944082
43    
44    There seems is a bug in the Tika 0.3 and 0.4 CLI implementation. See:
45    https://issues.apache.org/jira/browse/TIKA-324 and apply the patch
46    to Tika 0.4 before building or international characters will not be extracted
47    correctly with the -t flag.
48    
49    As an alternative, change the module code to use the -h or -x flags.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.3