com.liferay.util.lucene
Class DocumentImpl

java.lang.Object
  extended by com.liferay.util.lucene.DocumentImpl
All Implemented Interfaces:
com.liferay.portal.kernel.search.Document, java.io.Serializable

public class DocumentImpl
extends java.lang.Object
implements com.liferay.portal.kernel.search.Document

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
DocumentImpl(org.apache.lucene.document.Document luceneDoc)
           
 
Method Summary
 java.lang.String get(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentImpl

public DocumentImpl(org.apache.lucene.document.Document luceneDoc)
Method Detail

get

public java.lang.String get(java.lang.String name)
Specified by:
get in interface com.liferay.portal.kernel.search.Document