Liking cljdoc? Tell your friends :D

boundary.search.shell.service

SearchService orchestrates document indexing and search queries.

Implements ISearchEngine by coordinating:

  • core/index — document construction
  • core/query — query sanitization
  • shell/registry — index definition registry
  • ISearchStore — persistence operations
SearchService orchestrates document indexing and search queries.

Implements ISearchEngine by coordinating:
- core/index     — document construction
- core/query     — query sanitization
- shell/registry — index definition registry
- ISearchStore   — persistence operations
raw docstring

create-search-serviceclj

(create-search-service store)

Create a SearchService.

Args: store - ISearchStore implementation

Returns: SearchService implementing ISearchEngine

Create a SearchService.

Args:
  store - ISearchStore implementation

Returns:
  SearchService implementing ISearchEngine
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close