@StableMinor(version="10.1", sinceVersion="8.1") public interface IBigDataIndexer
Modifier and Type | Method and Description |
---|---|
void |
addDocument(Document document)
Adds a
content to the index. |
void |
deleteDocumentsByFieldValue(String fieldId,
Collection<?> values)
Deletes
contents that are matched by one of the given values in the field of given field
identifier. |
void |
deleteDocumentsByFieldValue(String fieldId,
Object... values)
Deletes
contents that are matched by one of the given values in the field of given field
identifier. |
void |
deleteDocumentsByQuery(SearchQuery searchQuery)
Deletes
contents that are matched by the given search query.The search query's sorts ,
initial hit and maximum hit count will be
ignored. |
void addDocument(Document document)
content
to the index.document
- the content
to be added.void deleteDocumentsByFieldValue(String fieldId, Object... values)
contents
that are matched by one of the given values in the field of given field
identifier.fieldId
- the field identifier.values
- the values.void deleteDocumentsByFieldValue(String fieldId, Collection<?> values)
contents
that are matched by one of the given values in the field of given field
identifier.fieldId
- the field identifier.values
- the values.void deleteDocumentsByQuery(SearchQuery searchQuery)
contents
that are matched by the given search query.sorts
,
initial hit
and maximum hit count
will be
ignored.searchQuery
- the search query.Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.