Packages

package search

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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
  7. 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

  1. object SearchIndex extends Serializable

Ungrouped