Class ImmutableFieldPart

java.lang.Object
com.yahoo.prelude.hitfield.ImmutableFieldPart
All Implemented Interfaces:
FieldPart

public class ImmutableFieldPart extends Object implements FieldPart
Represents an element of a hit property which is an immutable string element
Author:
Steinar Knutsen
  • Constructor Details

    • ImmutableFieldPart

      public ImmutableFieldPart(String initContent, boolean tokenOrDelimiter)
    • ImmutableFieldPart

      public ImmutableFieldPart(String initContent, String content, boolean tokenOrDelimiter)
  • Method Details