Uses of Record Class
com.yahoo.prelude.query.DocumentFrequency
Packages that use DocumentFrequency
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
-
Uses of DocumentFrequency in com.yahoo.prelude.query
Fields in com.yahoo.prelude.query declared as DocumentFrequencyMethods in com.yahoo.prelude.query that return types with arguments of type DocumentFrequencyModifier and TypeMethodDescriptionCompositeTaggableItem.getDocumentFrequency()SimpleTaggableItem.getDocumentFrequency()TaggableItem.getDocumentFrequency()TaggableSegmentItem.getDocumentFrequency()Methods in com.yahoo.prelude.query with parameters of type DocumentFrequencyModifier and TypeMethodDescriptionvoidCompositeTaggableItem.setDocumentFrequency(DocumentFrequency documentFrequency) voidSimpleTaggableItem.setDocumentFrequency(DocumentFrequency documentFrequency) voidTaggableItem.setDocumentFrequency(DocumentFrequency documentFrequency) voidTaggableSegmentItem.setDocumentFrequency(DocumentFrequency documentFrequency)