Revision: 1446
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1446&view=revAuthor: nirajaswani
Date: 2009-07-03 12:01:33 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
explicit mention of tex mime-type
Modified Paths:
--------------
trunk/nutch-solr/lib/nutch-wrapper.jar
trunk/nutch-solr/src/java/gate/solr/SolrIndexer.java
Modified: trunk/nutch-solr/lib/nutch-wrapper.jar
===================================================================
(Binary files differ)
Modified: trunk/nutch-solr/src/java/gate/solr/SolrIndexer.java
===================================================================
--- trunk/nutch-solr/src/java/gate/solr/SolrIndexer.java 2009-07-03 12:00:26 UTC (rev 1445)
+++ trunk/nutch-solr/src/java/gate/solr/SolrIndexer.java 2009-07-03 12:01:33 UTC (rev 1446)
@@ -209,7 +209,7 @@
// asking it to index only html,text,doc and pdf files
filteringRegexs.append("\n+").append(aFileUrl)
- .append(".*\\.(html|htm|HTML|HTM|text|txt|doc|pdf)$");
+ .append(".*\\.(html|htm|HTML|HTM|text|txt|doc|pdf|tex)$");
// asking it to consider directories
filteringRegexs.append("\n+").append(aFileUrl).append(".*/$");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits