sphinx-0.5.3.1: Haskell bindings to the Sphinx full-text searching daemon.

Safe HaskellSafe-Infered

Text.Search.Sphinx.ExcerptConfiguration

Documentation

data ExcerptConfiguration Source

Constructors

ExcerptConfiguration 

Fields

host :: String

The hostname of the Sphinx daemon

port :: Int

The portnumber of the Sphinx daemon

beforeMatch :: String
 
afterMatch :: String
 
chunkSeparator :: String
 
limit :: Int
 
around :: Int
 
exactPhrase :: Bool
 
singlePassage :: Bool
 
useBoundaries :: Bool
 
weightOrder :: Bool
 
queryMode :: Bool

warning! broken on 1.10-beta (keep to default of false). Fixed on trunk

forceAllWords :: Bool
 
limitPassages :: Int
 
limitWords :: Int
 
startPassageId :: Int
 
loadFiles :: Bool
 
htmlStripMode :: String
 
allowEmpty :: Bool
 
passageBoundary :: String