C# Class DBreeze.DBreezeConfiguration.TextSearchConfiguration

Configuration concerning TextSearch subsystem
Datei anzeigen Open project: hhblaze/DBreeze

Public Properties

Property Type Description
MinimalBlockReservInBytes int
QuantityOfWordsInBlock int

Property Details

MinimalBlockReservInBytes public_oe property

Search Index setting. Reservation block growth size

Mobile recommendations year 2015: 1000

public int MinimalBlockReservInBytes
return int

QuantityOfWordsInBlock public_oe property

Search Index setting. Less value - bigger index on the disc, and faster search. More RAM is used

Mobile recommendations year 2015: 100

public int QuantityOfWordsInBlock
return int