Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SearchType.type
Members list
Type members
Classlikes
Exa selects the best strategy automatically (recommended for most queries).
Exa selects the best strategy automatically (recommended for most queries).
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SearchTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Auto.type
Deep crawl search — most thorough but slowest; use when quality matters most.
Deep crawl search — most thorough but slowest; use when quality matters most.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SearchTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Deep.type
Keyword-style fast search — best for exact-match or identifier lookups.
Keyword-style fast search — best for exact-match or identifier lookups.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SearchTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Fast.type
Neural semantic search — best for natural-language, meaning-based queries.
Neural semantic search — best for natural-language, meaning-based queries.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait SearchTypeclass Objecttrait Matchableclass AnyShow all
- Self type
-
Neural.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Parse a raw string from configuration or user input into a SearchType.
Parse a raw string from configuration or user input into a SearchType.
Value parameters
- value
-
Case-insensitive string (e.g.
"auto","neural")
Attributes
- Returns
-
Some(SearchType)if recognised,Noneotherwise