SearchIndex

uk.gov.hmrc.cataloguewrapper.search.SearchIndex
See theSearchIndex companion class
object SearchIndex

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def optimiseIndex(terms: Seq[SearchTerm]): Map[String, Seq[SearchTerm]]
def search(queryTerms: Seq[String], index: Map[String, Seq[SearchTerm]]): Seq[SearchTerm]