C# Class DBreeze.DBreezeConfiguration.TextSearchConfiguration

Configuration concerning TextSearch subsystem
Show file Open project: hhblaze/DBreeze

Public Properties

Property Type Description
MinimalBlockReservInBytes int
QuantityOfWordsInBlock int

Property Details

MinimalBlockReservInBytes public property

Search Index setting. Reservation block growth size

Mobile recommendations year 2015: 1000

public int MinimalBlockReservInBytes
return int

QuantityOfWordsInBlock public 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