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) classSortingTermVectorsConsumerFields in org.apache.lucene.index declared as TermVectorsConsumer Modifier and Type Field Description private TermVectorsConsumerTermVectorsConsumerPerField. termsWriter(package private) TermVectorsConsumerDefaultIndexingChain. termVectorsWriterConstructors in org.apache.lucene.index with parameters of type TermVectorsConsumer Constructor Description TermVectorsConsumerPerField(FieldInvertState invertState, TermVectorsConsumer termsHash, FieldInfo fieldInfo)
-