|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchContentField | |
---|---|
lumis.doui.search | |
lumis.doui.search.common | |
lumis.doui.source.field.type | |
lumis.search | Provides classes for implementing search services integrated to Lumis Portal. |
lumis.service.document.field | |
lumis.service.image.field |
Uses of SearchContentField in lumis.doui.search |
---|
Methods in lumis.doui.search with parameters of type SearchContentField | |
---|---|
protected void |
DouiTabularSourceSearchContentFiller.addField(SearchContentField field)
|
Method parameters in lumis.doui.search with type arguments of type SearchContentField | |
---|---|
protected void |
DouiTabularSourceSearchContentFiller.addFieldGroup(List<SearchContentField> fields)
|
protected void |
DouiTabularSourceSearchContentFiller.addFieldGroups(List<List<SearchContentField>> fields)
|
Uses of SearchContentField in lumis.doui.search.common |
---|
Methods in lumis.doui.search.common that return types with arguments of type SearchContentField | |
---|---|
List<SearchContentField> |
ISearchable.getSearchContentFields()
Returns the search content fields to be used for indexing this object. |
Uses of SearchContentField in lumis.doui.source.field.type |
---|
Methods in lumis.doui.source.field.type that return types with arguments of type SearchContentField | |
---|---|
List<SearchContentField> |
HtmlDataType.Data.getSearchContentFields()
|
List<SearchContentField> |
FilesDataType.Data.getSearchContentFields()
|
List<SearchContentField> |
FileDataType.Data.getSearchContentFields()
|
Uses of SearchContentField in lumis.search |
---|
Methods in lumis.search that return SearchContentField | |
---|---|
SearchContentField |
SearchContentField.clone()
|
static SearchContentField |
SearchContentField.createIdField(String value)
Creates an identifier field with the given value. |
static SearchContentField |
SearchContentField.createSubtitleField(String value)
Creates an subtitle field with the given value. |
static SearchContentField |
SearchContentField.createTextField(String value)
Creates an text field with the given value. |
static SearchContentField |
SearchContentField.createTitleField(String value)
Creates an title field with the given value. |
static SearchContentField |
SearchContentField.createUrlField(String value)
Creates an URL field with the given value. |
Methods in lumis.search that return types with arguments of type SearchContentField | |
---|---|
List<SearchContentField> |
SearchContent.getAllFields()
Returns a collection of all fields. |
List<SearchContentField> |
SearchContent.getFields(String fieldName)
Returns a collection of fields with the given name. |
Methods in lumis.search with parameters of type SearchContentField | |
---|---|
void |
SearchContent.addField(SearchContentField field)
Adds a SearchContentField to the field collection. |
Uses of SearchContentField in lumis.service.document.field |
---|
Methods in lumis.service.document.field that return types with arguments of type SearchContentField | |
---|---|
List<SearchContentField> |
DocumentDataType.Data.getSearchContentFields()
|
Uses of SearchContentField in lumis.service.image.field |
---|
Methods in lumis.service.image.field that return types with arguments of type SearchContentField | |
---|---|
List<SearchContentField> |
ImageDataType.Data.getSearchContentFields()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |