Package org.apache.lucene.gdata.storage.lucenestorage.StorageBuffer

Examples of org.apache.lucene.gdata.storage.lucenestorage.StorageBuffer.BufferableEntry


    public BaseEntry getEntry() {
        /*
         * this wrapps the entry again. BufferableEntry creates a new instance
         * for the dynamic element like links.
         */
        return new BufferableEntry(this.entry.getEntry());
    }
View Full Code Here

TOP

Related Classes of org.apache.lucene.gdata.storage.lucenestorage.StorageBuffer.BufferableEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.