Interface DocumentBuilder
-
- All Known Implementing Classes:
LuceneDocumentBuilder
public interface DocumentBuilder
Creates a LuceneDocument
from the suppliedSearchable
.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.lucene.document.Document
getDocument(Searchable searchable)
Handle
getHandle(Object obj)
-
-
-
Method Detail
-
getDocument
org.apache.lucene.document.Document getDocument(Searchable searchable)
- Parameters:
searchable
- the searchable that represents the entity- Returns:
- a Lucene
Document
from the suppliedSearchable
.
-
-