Package com.yahoo.schema.document
Class TemporarySDField
java.lang.Object
com.yahoo.vespa.objects.FieldBase
com.yahoo.document.Field
com.yahoo.schema.document.SDField
com.yahoo.schema.document.TemporarySDField
- All Implemented Interfaces:
com.yahoo.document.fieldset.FieldSet,ImmutableSDField,Comparable<com.yahoo.document.Field>
- Author:
- Einar M R Rosenvinge
-
Field Summary
Fields inherited from class com.yahoo.document.Field
dataType, fieldId -
Constructor Summary
ConstructorsConstructorDescriptionTemporarySDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType) TemporarySDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner) -
Method Summary
Methods inherited from class com.yahoo.schema.document.SDField
addAttribute, addIndex, addQueryCommand, addSummaryField, addSummaryFieldSources, asField, containsExpression, doesAttributing, doesBitPacking, doesIndexing, doesLowerCasing, doesSummarying, equals, existsIndex, getAliasToName, getAttribute, getAttributes, getDictionary, getFirstStructRecursive, getIndex, getIndexingScript, getIndices, getLiteralBoost, getMatching, getNormalizing, getOrSetDictionary, getQueryCommands, getRanking, getRankType, getStemming, getStemming, getStructField, getStructFields, getSummaryField, getSummaryField, getSummaryFields, getWeight, hasFullIndexingDocprocRights, hashCode, hasIndex, hasQueryCommand, hasSingleAttribute, isDocumentField, isExtraField, isImportedField, isIndexStructureField, parseIndexingScript, parseIndexingScript, removeSummaryFields, setDataType, setId, setIndexingScript, setIndexStructureField, setIsExtraField, setLiteralBoost, setMatching, setMatchingAlgorithm, setMatchingCase, setMatchingType, setNormalizing, setRankType, setStemming, setWeight, toString, usesStructOrMap, wasConfiguredToDoAttributing, wasConfiguredToDoIndexingMethods inherited from class com.yahoo.document.Field
calculateIdV7, clone, compareTo, contains, getDataType, getId, hasForcedIdMethods inherited from class com.yahoo.vespa.objects.FieldBase
getNameMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.schema.document.ImmutableSDField
getDataType, getName
-
Constructor Details
-
TemporarySDField
public TemporarySDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner) -
TemporarySDField
-