| Class and Description |
|---|
| org.carrot2.core.Document.DocumentToId
Please use #getStringId() directly or use your own
Function
implementation. |
| Field and Description |
|---|
| org.carrot2.core.Document.BY_ID_COMPARATOR
semantics of the identifiers depends on the document source, please
roll your own comparator that is aware of the actual id semantics.
|
| Method and Description |
|---|
| org.carrot2.core.Document.getId()
please use
Document.getStringId() instead. Currently, this method
attempts to parse the string identifier returned by
Document.getStringId() into an integer. |