com.atlassian.bonnie.search
Interface DocumentBuilder
- All Known Implementing Classes:
- BaseDocumentBuilder
public interface DocumentBuilder
Creates a Lucene Document from the supplied Searchable.
getDocument
org.apache.lucene.document.Document getDocument(Searchable searchable)
- Parameters:
searchable -
- Returns:
- a Lucene
Document from the supplied Searchable.
getHandle
Handle getHandle(java.lang.Object obj)
- Returns:
- A
Handle by which the AnyTypeObjectDao (for example) can resolve any persistent object - See Also:
Handle
Copyright © 2006-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.