All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.takezoe.solr.scala.UnspecifiedIdError.scala Maven / Gradle / Ivy

There is a newer version: 0.0.27
Show newest version
package com.github.takezoe.solr.scala

/**
 * Exception that denotes that an ID was required, but not specified.
 */
class UnspecifiedIdError
  extends Exception("When returning highlights, the ID of the document must be specified")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy