FieldReader
BlockTree's implementation of Terms.
Properties
Functions
Link copied to clipboard
Returns true if documents in this field store offsets.
Link copied to clipboard
Returns true if documents in this field store payloads.
Link copied to clipboard
Returns true if documents in this field store positions.
Link copied to clipboard
Returns a TermsEnum that iterates over all terms and documents that are accepted by the provided CompiledAutomaton. If the startTerm is provided then the returned enum will only return terms > startTerm, but you still must call next() first to get to the first term. Note that the provided startTerm must be accepted by the automaton.
Link copied to clipboard