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 SearchIndexBulkIndexingRequest.indexprotected final SearchIndexBulkIndexingResponse.Builder.indexprotected final SearchIndexBulkIndexingResponse.indexprotected SearchIndexSearchServiceScroll.searchIndexFields in org.nuxeo.ecm.core.search with type parameters of type SearchIndexModifier and TypeFieldDescriptionprotected List<SearchIndex> SearchQueryImpl.Builder.searchIndexesprotected final List<SearchIndex> SearchQueryImpl.searchIndexesprotected final Map<String, SearchIndex> SearchServiceImpl.searchIndexesMethods in org.nuxeo.ecm.core.search that return SearchIndexModifier and TypeMethodDescriptiondefault SearchIndexSearchService.getDefaultSearchIndex()Deprecated, for removal: This API element is subject to removal in a future version.SearchService.getDefaultSearchIndexForRepository(String repository) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useSearchService.getDefaultIndexName(String)instead.SearchServiceImpl.getDefaultSearchIndexForRepository(String repository) BulkIndexingRequest.getSearchIndex()BulkIndexingResponse.getSearchIndex()Returns the SearchIndex used to perform the query.SearchService.getSearchIndex(String indexName) Gets the SearchIndex for the given index name.SearchServiceImpl.getSearchIndex(String indexName) static SearchIndexMethods 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) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useSearchService.getIndexNames(String)instead.SearchServiceImpl.getSearchIndexForRepository(String repository) Methods in org.nuxeo.ecm.core.search with parameters of type SearchIndexModifier and TypeMethodDescriptionBulkIndexingRequest.Builder.build(SearchIndex index) static SearchQueryImpl.BuilderSearchQuery.builder(SearchIndex searchIndex, String nxql) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useSearchQuery.builder(String)instead.static SearchQueryImpl.BuilderSearchQuery.builder(SearchIndex searchIndex, String nxql, NuxeoPrincipal principal) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useSearchQuery.builder(String, NuxeoPrincipal)instead.static BulkIndexingResponse.BuilderBulkIndexingResponse.buildResponse(SearchIndex index) voidSearchIndexingService.refresh(SearchIndex index) Refreshes an index so newly indexed documents are searchable.voidSearchServiceImpl.refresh(SearchIndex index) SearchQueryImpl.Builder.searchIndex(SearchIndex index) Search will be performed on this search index.Method parameters in org.nuxeo.ecm.core.search with type arguments of type SearchIndexModifier and TypeMethodDescriptionstatic SearchQueryImpl.BuilderSearchQuery.builder(List<SearchIndex> searchIndexes, String nxql, NuxeoPrincipal principal) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useSearchQuery.builder(String, NuxeoPrincipal)instead.SearchQueryImpl.Builder.searchIndex(List<SearchIndex> indexes) Search on one or multiple SearchIndexes.Constructors in org.nuxeo.ecm.core.search with parameters of type SearchIndexModifierConstructorDescriptionprotectedBuilder(SearchIndex index) protectedBulkIndexingRequest(SearchIndex index, BulkIndexingRequest.Builder builder) Constructor parameters in org.nuxeo.ecm.core.search with type arguments of type SearchIndexModifierConstructorDescriptionprotectedBuilder(List<SearchIndex> searchIndexes, String nxql, NuxeoPrincipal principal) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.1, useBuilder(String, NuxeoPrincipal)instead. -
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.searchIndexesMethods 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 TypeMethodDescriptionvoidSearchServicePageProvider.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)
SearchService.getDefaultIndexName()instead.