package search
- Alphabetic
- Public
- Protected
Type Members
- class AsyncScopeSearchIndexManager extends AnyRef
Allows Full Text Search (FTS) indexes to be managed.
Allows Full Text Search (FTS) indexes to be managed.
This interface is for scoped indexes. For global indexes, use AsyncSearchIndexManager.
- class AsyncSearchIndexManager extends AnyRef
Allows Full Text Search (FTS) indexes to be managed.
Allows Full Text Search (FTS) indexes to be managed.
This interface is for global indexes. For scoped indexes, use AsyncScopeSearchIndexManager.
- class ReactiveScopeSearchIndexManager extends AnyRef
Allows indexes for Full Text Search (FTS) to be managed.
Allows indexes for Full Text Search (FTS) to be managed.
This interface is for scoped indexes. For global indexes, use ReactiveSearchIndexManager.
- class ReactiveSearchIndexManager extends AnyRef
Allows indexes for Full Text Search (FTS) to be managed.
Allows indexes for Full Text Search (FTS) to be managed.
This interface is for global indexes. For scoped indexes, use ReactiveScopeSearchIndexManager.
- class ScopeSearchIndexManager extends AnyRef
Allows indexes for Full Text Search (FTS) to be managed.
Allows indexes for Full Text Search (FTS) to be managed.
This interface is for scoped indexes. For global indexes, use SearchIndexManager.
- case class SearchIndex(name: String, sourceName: String, uuid: Option[String] = None, typ: Option[String] = None, params: Option[Obj] = None, sourceUUID: Option[String] = None, sourceParams: Option[Obj] = None, sourceType: Option[String] = None, planParams: Option[Obj] = None, numPlanPIndexes: Int = 0) extends Product with Serializable
- class SearchIndexManager extends AnyRef
Allows indexes for Full Text Search (FTS) to be managed.
Allows indexes for Full Text Search (FTS) to be managed.
This interface is for global indexes. For scoped indexes, use ScopeSearchIndexManager.
Value Members
- object SearchIndex extends Serializable