Uses of Class
org.apache.lucene.util.IntsRefBuilder

Packages that use IntsRefBuilder
Package
Description
A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Analyzer based autosuggest.
Support for document suggestion
Finite-state automaton for regular expressions.
Finite state transducers