About toContent
/**
-
* Find entities looking like the content provided.
-
* Only the selected fields will be used for comparison.
-
* Selected fields must have a field bridge compatible with
-
* the provided content.
-
*/
-
//TODO should we support it? What's the use case
-
MoreLikeThisTermination toContent(Reader reader);
-
-
/**
-
* Find entities looking like the content provided.
-
* Only the selected fields will be used for comparison.
-
* Selected fields must have a field bridge compatible with
-
* the provided content.
-
*/
-
//TODO should we support it? What's the use case
-
MoreLikeThisTermination toContent(String data);
|