Uses of Interface
com.yahoo.prelude.hitfield.FieldPart
Packages that use FieldPart
-
Uses of FieldPart in com.yahoo.prelude.hitfield
Classes in com.yahoo.prelude.hitfield that implement FieldPartModifier and TypeClassDescriptionclassclassRepresents an element of a hit property which is markup, representing end of a bolded area.classRepresents an element of a hit property which is markup representing the start of a bolded area.classRepresents an element of a hit property which is an immutable string elementclassRepresents an element of a hit property which is markup, not content.classRepresents an element of a hit property which is markup for separating dynamic snippets.classRepresents an element of a hit property which is a possibly mutable string elementMethods in com.yahoo.prelude.hitfield that return FieldPartModifier and TypeMethodDescriptionFieldIterator.next()TokenFieldIterator.next()FieldIterator.previous()TokenFieldIterator.previous()Methods in com.yahoo.prelude.hitfield that return types with arguments of type FieldPartModifier and TypeMethodDescriptionHitField.getTokenizedContent()Get a list representation of the tokens in the content.HitField.listIterator()Return an iterator for the tokens, delimiters and markup elements of the field.HitField.tokenIterator()Return an iterator over the tokens of this fieldMethods in com.yahoo.prelude.hitfield with parameters of type FieldPartModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in com.yahoo.prelude.hitfield with type arguments of type FieldPartModifier and TypeMethodDescriptionvoidHitField.setTokenizedContent(List<FieldPart> list) Only FieldPart objects must be present in the list.Constructor parameters in com.yahoo.prelude.hitfield with type arguments of type FieldPartModifierConstructorDescriptionFieldIterator(List<FieldPart> fieldList, HitField hitField) TokenFieldIterator(List<FieldPart> fieldList, HitField hitField)