Uses of Class
com.attivio.sdk.search.query.PhraseQuery
-
Packages that use PhraseQuery Package Description com.attivio.platform.util com.attivio.sdk.scanner com.attivio.sdk.search com.attivio.sdk.search.query com.attivio.util.parser com.attivio.util.serialization.query -
-
Uses of PhraseQuery in com.attivio.platform.util
Methods in com.attivio.platform.util that return PhraseQuery Modifier and Type Method Description PhraseQuery
AbstractDocumentAssociation. createChildQuery(IngestDocument doc)
Creates a Query that will find all children of this document, if any.PhraseQuery
AbstractDocumentAssociation. createChildQuery(java.lang.String docId)
Creates a Query that will find all children of this document, if any. -
Uses of PhraseQuery in com.attivio.sdk.scanner
Methods in com.attivio.sdk.scanner that return PhraseQuery Modifier and Type Method Description PhraseQuery
ParentChildDocumentAssociation. createChildQuery(IngestDocument doc)
Creates a Query that will find all children of this document, if any.PhraseQuery
ParentChildDocumentAssociation. createChildQuery(java.lang.String docId)
Creates a Query that will find all children of this document, if any. -
Uses of PhraseQuery in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return types with arguments of type PhraseQuery Modifier and Type Method Description java.util.Map<java.lang.String,PhraseQuery>
QueryFrame. getEntities()
Get additional entities to extract for query frame.Methods in com.attivio.sdk.search with parameters of type PhraseQuery Modifier and Type Method Description void
QueryFrame. addEntity(java.lang.String name, PhraseQuery term)
Add an additional entity to extract for query frame.Method parameters in com.attivio.sdk.search with type arguments of type PhraseQuery Modifier and Type Method Description void
QueryFrame. setEntities(java.util.Map<java.lang.String,PhraseQuery> value)
Set additional entities to extract for query frame. -
Uses of PhraseQuery in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return PhraseQuery Modifier and Type Method Description PhraseQuery
PhraseQuery. clone()
Returns a deep copy of this Query instance.static PhraseQuery
PhraseQuery. matchAll()
Create a query that will match all documents.static PhraseQuery
PhraseQuery. matchAll(java.lang.String field)
Create a query that will match all documents that containfield
.protected static PhraseQuery
PhraseQuery. parsePhraseQuery(java.lang.String value)
-
Uses of PhraseQuery in com.attivio.util.parser
Methods in com.attivio.util.parser that return PhraseQuery Modifier and Type Method Description PhraseQuery
QueryParsers. createPhraseQuery(SearchTerm term, boolean quoted)
Hook to allow initializing aPhraseQuery
. -
Uses of PhraseQuery in com.attivio.util.serialization.query
Methods in com.attivio.util.serialization.query that return PhraseQuery Modifier and Type Method Description PhraseQuery
PhraseQueryConverter. unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-