Uses of Record Class
org.nuxeo.ecm.core.search.SearchIndex
Packages that use SearchIndex
Package
Description
-
Uses of SearchIndex in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search declared as SearchIndexModifier and TypeFieldDescriptionprotected final SearchIndex
BulkIndexingRequest.index
protected final SearchIndex
BulkIndexingResponse.Builder.index
protected final SearchIndex
BulkIndexingResponse.index
protected SearchIndex
SearchServiceScroll.searchIndex
Fields in org.nuxeo.ecm.core.search with type parameters of type SearchIndexModifier and TypeFieldDescriptionprotected final Map
<SearchIndex, IndexingJsonWriter> SearchServiceImpl.indexToJsonWriter
protected final Map
<String, SearchIndex> SearchServiceImpl.repoToDefaultSearchIndex
protected final Map
<String, List<SearchIndex>> SearchServiceImpl.repoToSearchIndexes
protected final List
<SearchIndex> SearchQueryImpl.Builder.searchIndexes
protected final List
<SearchIndex> SearchQueryImpl.searchIndexes
Methods in org.nuxeo.ecm.core.search that return SearchIndexModifier and TypeMethodDescriptiondefault SearchIndex
SearchService.getDefaultSearchIndex()
Gets the defaultSearchIndex
for the default repository.SearchService.getDefaultSearchIndexForRepository
(String repository) Gets the defaultSearchIndex
for a given repository.SearchServiceImpl.getDefaultSearchIndexForRepository
(String repository) BulkIndexingRequest.getSearchIndex()
BulkIndexingResponse.getSearchIndex()
Returns the SearchIndex used to perform the query.static SearchIndex
Methods in org.nuxeo.ecm.core.search that return types with arguments of type SearchIndexModifier and TypeMethodDescriptionSearchQuery.getSearchIndexes()
Gets the list of searchIndex to perform the query.SearchQueryImpl.getSearchIndexes()
SearchService.getSearchIndexForRepository
(String repository) Gets the list ofSearchIndex
for a given repository.SearchServiceImpl.getSearchIndexForRepository
(String repository) Methods in org.nuxeo.ecm.core.search with parameters of type SearchIndexModifier and TypeMethodDescriptionBulkIndexingRequest.Builder.build
(SearchIndex index) static SearchQueryImpl.Builder
SearchQuery.builder
(SearchIndex searchIndex, String nxql) static SearchQueryImpl.Builder
SearchQuery.builder
(SearchIndex searchIndex, String nxql, NuxeoPrincipal principal) static BulkIndexingResponse.Builder
BulkIndexingResponse.buildResponse
(SearchIndex index) void
SearchIndexingService.refresh
(SearchIndex index) Refreshes an index so newly indexed documents are searchable.void
SearchServiceImpl.refresh
(SearchIndex index) Method parameters in org.nuxeo.ecm.core.search with type arguments of type SearchIndexModifier and TypeMethodDescriptionstatic SearchQueryImpl.Builder
SearchQuery.builder
(List<SearchIndex> searchIndexes, String nxql, NuxeoPrincipal principal) Constructors in org.nuxeo.ecm.core.search with parameters of type SearchIndexModifierConstructorDescriptionprotected
Builder
(SearchIndex index) protected
BulkIndexingRequest
(SearchIndex index, BulkIndexingRequest.Builder builder) Constructor parameters in org.nuxeo.ecm.core.search with type arguments of type SearchIndexModifierConstructorDescriptionprotected
Builder
(List<SearchIndex> searchIndexes, String nxql, NuxeoPrincipal principal) Creates a SearchQuery builder. -
Uses of SearchIndex in org.nuxeo.ecm.core.search.client.repository
Methods in org.nuxeo.ecm.core.search.client.repository with parameters of type SearchIndexModifier and TypeMethodDescriptionRepositorySearchClient.makeSearchHits
(SearchIndex searchIndex, ScrollResult<String> repositoryScrollResponse) -
Uses of SearchIndex in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql with type parameters of type SearchIndexModifier and TypeFieldDescriptionprotected List
<SearchIndex> SearchServicePageProvider.searchIndexes
Methods in org.nuxeo.ecm.platform.query.nxql that return types with arguments of type SearchIndexModifier and TypeMethodDescriptionprotected List
<SearchIndex> SearchServicePageProvider.getSearchIndexes
(SearchService service, String repository) Method parameters in org.nuxeo.ecm.platform.query.nxql with type arguments of type SearchIndexModifier and TypeMethodDescriptionvoid
SearchServicePageProvider.setSearchIndexes
(List<SearchIndex> searchIndexes) -
Uses of SearchIndex in org.nuxeo.ecm.restapi.server.management
Methods in org.nuxeo.ecm.restapi.server.management with parameters of type SearchIndexModifier and TypeMethodDescriptionprotected Map
<String, Serializable> SearchObject.extractResultInfo
(SearchIndex searchIndex, String nxql, long pageSize)