object RepositorySearchService

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepositorySearchService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FileSearchResult(path: String, lastModified: Date, highlightText: String, highlightLineNumber: Int) extends Product with Serializable
  2. case class IssueSearchResult(issueId: Int, isPullRequest: Boolean, title: String, isClosed: Boolean, openedUserName: String, registeredDate: Date, commentCount: Int, highlightText: String) extends Product with Serializable
  3. case class SearchResult(files: List[(String, String)], issues: List[(Issue, Int, String)]) extends Product with Serializable

Value Members

  1. val CodeLimit: Int
  2. val IssueLimit: Int
  3. def getHighlightText(content: String, query: String): (String, Int)