Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27614/xdocs
Modified Files:
faq.fml
Log Message:
* xdocs/faq.fml
note on need to rig up parse-ext if want pdfs to be indexed.
Index: faq.fml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/faq.fml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** faq.fml 6 Oct 2005 21:23:17 -0000 1.10
--- faq.fml 19 Oct 2005 00:55:25 -0000 1.11
***************
*** 219,223 ****
--- 219,235 ----
</answer>
</faq>
+
</part>
+ <part id="indexing">
+ <title>Indexing</title>
+ <faq id="pdf">
+ <question>Anything special to do indexing pdfs?</question>
+ <answer><p>Ensure ${NUTCHWAX}/plugins/parse-ext/plugin.xml
+ 'command' has full path to ${NUTCHWAX}/bin/parse-pdf.sh.
+ </p>
+ </answer>
+ </faq>
+ </part>
+
<part id="querying">
<title>Querying</title>
|