Uses of Class
com.attivio.sdk.search.SearchField
-
Packages that use SearchField Package Description com.attivio.client.streaming Contains client code for streaming search results.com.attivio.sdk.search com.attivio.sdk.test -
-
Uses of SearchField in com.attivio.client.streaming
Methods in com.attivio.client.streaming with parameters of type SearchField Modifier and Type Method Description void
SearchDocumentSerializer.FieldDef. write(java.io.DataOutputStream out, SearchField field)
-
Uses of SearchField in com.attivio.sdk.search
Methods in com.attivio.sdk.search that return SearchField Modifier and Type Method Description SearchField
SearchField. clone()
SearchField
SearchDocument. getField(java.lang.String field)
Get afield
or null iffield
does not exist.Methods in com.attivio.sdk.search that return types with arguments of type SearchField Modifier and Type Method Description java.util.Iterator<SearchField>
SearchDocument. iterator()
Get an iterator for iterating over allfields
.Methods in com.attivio.sdk.search with parameters of type SearchField Modifier and Type Method Description void
SearchDocument. setField(SearchField field)
Set afield
for this document.Method parameters in com.attivio.sdk.search with type arguments of type SearchField Modifier and Type Method Description void
SearchDocument. forEach(java.util.function.Consumer<? super SearchField> consumer)
-
Uses of SearchField in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type SearchField Modifier and Type Method Description static void
DocumentAssert. assertFieldValueList(SearchField field, java.lang.Object... values)
static <T> void
DocumentAssert. assertFieldValueSet(SearchField field, T... values)
static SearchFieldValue
DocumentAssert. assertSingleValue(SearchField f)
-