Uses of Class
org.apache.lucene.index.TermVectorsConsumer
-
Packages that use TermVectorsConsumer Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermVectorsConsumer in org.apache.lucene.index
Subclasses of TermVectorsConsumer in org.apache.lucene.index Modifier and Type Class Description (package private) class
SortingTermVectorsConsumer
Fields in org.apache.lucene.index declared as TermVectorsConsumer Modifier and Type Field Description private TermVectorsConsumer
TermVectorsConsumerPerField. termsWriter
(package private) TermVectorsConsumer
IndexingChain. termVectorsWriter
Constructors in org.apache.lucene.index with parameters of type TermVectorsConsumer Constructor Description TermVectorsConsumerPerField(FieldInvertState invertState, TermVectorsConsumer termsHash, FieldInfo fieldInfo)
-