solr-0.4.3: A minimal Solr client library

Safe HaskellNone
LanguageHaskell2010

Solr.Args

Description

Command line arguments API.

Synopsis

Documentation

managedResource Source #

Arguments

:: Maybe Text

Possible default collection name

-> (Text -> Text)

Updater of the argument names

-> Parser (Managed Resource) 

Arguments parser, which produces the managed resource, which can then be used to execute sessions.