Interface MemoryPointer

  • All Superinterfaces:
    Pointer
    All Known Implementing Classes:
    MemoryFieldsLexiconEntry, MemoryLexiconEntry

    public interface MemoryPointer
    extends Pointer
    Pointer type for use with MemoryIndex. It is actually implemented as a simple integer representing the term or document id.
    Since:
    4.0
    Author:
    Richard McCreadie, Stuart Mackie
    • Method Detail

      • getPointer

        int getPointer()
        Get the integer pointer value.