|
@Deprecated
void
|
addAttribute(String csid, String name, String value)
|
|
void
|
addChangeset(Changeset changeset, Repository repository)
|
|
@Deprecated
@Nonnull
Changeset
|
enrichChangeset(Changeset changeset, Repository repository, Collection<String> attributeNames)
This method is deprecated.
in 2.12 for removal in 4.0. Use CommitEnricher,
which applies other useful attributes in addition to index data, instead.
|
|
@Deprecated
@Nonnull
Page<Changeset>
|
enrichChangesets(Page<Changeset> changesets, Repository repository, Collection<String> attributeNames)
This method is deprecated.
in 2.12 for removal in 4.0. Use CommitEnricher,
which applies other useful attributes in addition to index data, instead.
|
|
@Deprecated
@Nonnull
Page<IndexedChangeset>
|
findChangesetsByAttribute(String attributeName, String attributeValue, boolean caseSensitive, PageRequest pageRequest)
|
|
@Deprecated
@Nonnull
AttributeMap
|
getAttributeValues(String csid, Collection<String> attributeNames)
|
|
@Deprecated
@Nonnull
Map<String, AttributeMap>
|
getAttributeValues(Collection<String> csids, Collection<String> attributeNames)
|
|
IndexedChangeset
|
getChangeset(String csid)
Retrieves the IndexedChangeset with id = csid
|
|
boolean
|
isMemberOf(String changesetId, Repository repository)
|
|
@Deprecated
void
|
removeAttribute(String csid, String name, String value)
|
|
void
|
removeChangeset(String csid, Repository repository)
Unregisters a changeset as being present in a repository.
|
|
@Nonnull
Page<IndexedChangeset>
|
search(IndexSearchRequest searchRequest, PageRequest pageRequest)
Search the index for any matching changesets.
|