DOCUMENT_TYPE - the type of the documents to index.KEY_TYPE - the type of the key that will be returned (usually a
smaller abstraction fragment of the document).public static interface InvertedIndex.DocumentMapper<DOCUMENT_TYPE,KEY_TYPE>
| Modifier and Type | Method and Description |
|---|---|
Set<KEY_TYPE> |
mapDocument(DOCUMENT_TYPE doc)
Maps the document into its smaller parts.
|
Set<KEY_TYPE> mapDocument(DOCUMENT_TYPE doc)
doc - the document to map.Copyright © 2016. All rights reserved.