DocCollection-class {rsolr}R Documentation

DocCollection

Description

DocCollection is a virtual class for all representations of document collections. It is made concrete by DocList and DocDataFrame. This is mostly to achieve an abstraction around tabular and list representations of documents.

Accessors

These are the accessors that should apply equivalently to any derivative of DocCollection, which provides reasonable default implementations for most of them.

Author(s)

Michael Lawrence

See Also

DocList and DocDataFrame for concrete implementations


[Package rsolr version 0.0.13 Index]