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 String CLASS_FIELDNAME
          Lucene document field name containing the fully qualified classname of the indexed class.
 

Field Detail

CLASS_FIELDNAME

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

See Also:
Constant Field Values


Copyright © 2011 Hibernate. All Rights Reserved.