org.hibernate.search.engine
Interface DocumentBuilder

All Known Implementing Classes:
DocumentBuilderContainedEntity, DocumentBuilderIndexedEntity

public interface DocumentBuilder

Interface created to keep backwards compatibility.

Author:
Hardy Ferentschik

Field Summary
static java.lang.String CLASS_FIELDNAME
          Lucene document field name containing the fully qualified classname of the indexed class.
 

Field Detail

CLASS_FIELDNAME

static final java.lang.String CLASS_FIELDNAME
Lucene document field name containing the fully qualified classname of the indexed class.

See Also:
Constant Field Values


Copyright © 2006-2010 Hibernate. All Rights Reserved.