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