package search
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ASResponse(key: String, status: Boolean, errorMessage: Option[String], statusCode: Int) extends Product with Serializable
- case class ASResponses(value: Seq[ASResponse]) extends Product with Serializable
- class AddDocuments extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasActionCol with HasServiceName with HasIndexName with HasBatchSize with SynapseMLLogging
- trait HasActionCol extends HasServiceParams
- trait HasIndexName extends HasServiceParams
- trait HasServiceName extends HasServiceParams
- case class IndexField(name: String, type: String, searchable: Option[Boolean], filterable: Option[Boolean], sortable: Option[Boolean], facetable: Option[Boolean], retrievable: Option[Boolean], key: Option[Boolean], analyzer: Option[String], searchAnalyzer: Option[String], indexAnalyzer: Option[String], synonymMap: Option[String], fields: Option[Seq[IndexField]]) extends Product with Serializable
- case class IndexInfo(name: Option[String], fields: Seq[IndexField], suggesters: Option[Seq[String]], scoringProfiles: Option[Seq[String]], analyzers: Option[Seq[String]], charFilters: Option[Seq[String]], tokenizers: Option[Seq[String]], tokenFilters: Option[Seq[String]], defaultScoringProfile: Option[Seq[String]], corsOptions: Option[Seq[String]]) extends Product with Serializable
- case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
- trait IndexLister extends AnyRef
- case class IndexName(name: String) extends Product with Serializable
- trait IndexParser extends AnyRef
- case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
Value Members
- object ASResponses extends SparkBindings[ASResponses]
- object AddDocuments extends ComplexParamsReadable[AddDocuments] with Serializable
- object AzureSearchAPIConstants
- object AzureSearchProtocol
- object AzureSearchWriter extends IndexParser with Logging
- object SearchIndex extends IndexParser with IndexLister