PostingsAndFreq

Term postings and position information for phrase matching

Constructors

Link copied to clipboard
constructor(postings: PostingsEnum, impacts: ImpactsEnum, position: Int, vararg terms: Term)

Creates PostingsAndFreq instance

constructor(postings: PostingsEnum, impacts: ImpactsEnum, position: Int, terms: MutableList<Term>)

Properties

Link copied to clipboard
Link copied to clipboard
val nTerms: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val terms: Array<out Term>?

Functions

Link copied to clipboard
open operator override fun compareTo(other: PhraseQuery.PostingsAndFreq): Int
Link copied to clipboard
open operator override fun equals(obj: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int