Uses of Class
org.apache.lucene.util.DocIdSetBuilder.Buffer
Packages that use DocIdSetBuilder.Buffer
-
Uses of DocIdSetBuilder.Buffer in org.apache.lucene.util
Fields in org.apache.lucene.util declared as DocIdSetBuilder.BufferModifier and TypeFieldDescription(package private) final DocIdSetBuilder.BufferDocIdSetBuilder.BufferAdder.bufferFields in org.apache.lucene.util with type parameters of type DocIdSetBuilder.BufferMethods in org.apache.lucene.util that return DocIdSetBuilder.BufferModifier and TypeMethodDescriptionprivate DocIdSetBuilder.BufferDocIdSetBuilder.addBuffer(int len) private static DocIdSetBuilder.BufferDocIdSetBuilder.concat(List<DocIdSetBuilder.Buffer> buffers) Concatenate the buffers in any order, leaving at least one empty slot in the end NOTE: this method might reuse one of the arraysMethods in org.apache.lucene.util with parameters of type DocIdSetBuilder.BufferModifier and TypeMethodDescriptionprivate voidDocIdSetBuilder.growBuffer(DocIdSetBuilder.Buffer buffer, int additionalCapacity) Method parameters in org.apache.lucene.util with type arguments of type DocIdSetBuilder.BufferModifier and TypeMethodDescriptionprivate static DocIdSetBuilder.BufferDocIdSetBuilder.concat(List<DocIdSetBuilder.Buffer> buffers) Concatenate the buffers in any order, leaving at least one empty slot in the end NOTE: this method might reuse one of the arraysConstructors in org.apache.lucene.util with parameters of type DocIdSetBuilder.Buffer