hy ,
when we create a Collection , we must config
it with a xml
"<collection compressed=\"true\"
name=\"" + collectionName + "\">"
+
" <filer class=\"org.apache.xindice.core.filer.BTreeFiler\" gzip=\"true\"/>" + "</collection>"; is there a documentation about this ?
in the CVS version there are other Filer
classes than BTreeFiler (MemFiler, FSFiler,..)
but i know how choise the right Filer
?
so what are the difference between
them ?
|