Uses of Class
org.apache.nutch.collection.Subcollection
-
Packages that use Subcollection Package Description org.apache.nutch.collection Subcollection is a subset of an index. -
-
Uses of Subcollection in org.apache.nutch.collection
Methods in org.apache.nutch.collection that return Subcollection Modifier and Type Method Description Subcollection
CollectionManager. createSubCollection(String id, String name)
Create a new subcollection.Subcollection
CollectionManager. getSubColection(String id)
Get the named subcollectionMethods in org.apache.nutch.collection that return types with arguments of type Subcollection Modifier and Type Method Description List<Subcollection>
CollectionManager. getSubCollections(String url)
Return names of collections url is part of
-