Uses of Class
org.apache.lucene.util.fst.NodeHash.PagedGrowableHash
-
Packages that use NodeHash.PagedGrowableHash Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of NodeHash.PagedGrowableHash in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as NodeHash.PagedGrowableHash Modifier and Type Field Description private NodeHash.PagedGrowableHash
NodeHash. fallbackTable
private NodeHash.PagedGrowableHash
NodeHash. primaryTable
Methods in org.apache.lucene.util.fst with parameters of type NodeHash.PagedGrowableHash Modifier and Type Method Description (package private) void
NodeHash.PagedGrowableHash. copyFallbackNodeBytes(long hashSlot, NodeHash.PagedGrowableHash fallbackTable, long fallbackHashSlot, int nodeLength)
promote the node bytes from the fallback table
-