public static interface IndexDictionary.Browser
IndexDictionary.Browser to seek a term in this IndexDictionary
and get its corresponding block file pointer in the block file.| Modifier and Type | Method and Description |
|---|---|
long |
seekBlock(BytesRef term)
Seeks the given term in the
IndexDictionary and returns its corresponding
block file pointer. |
long seekBlock(BytesRef term) throws IOException
IndexDictionary and returns its corresponding
block file pointer.-1 if there is no floor block key because the searched
term precedes alphabetically the first block key of the dictionary.IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.