C# Класс DBreeze.DBreezeConfiguration.TextSearchConfiguration

Configuration concerning TextSearch subsystem
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MinimalBlockReservInBytes int
QuantityOfWordsInBlock int

Описание свойств

MinimalBlockReservInBytes публичное свойство

Search Index setting. Reservation block growth size

Mobile recommendations year 2015: 1000

public int MinimalBlockReservInBytes
Результат int

QuantityOfWordsInBlock публичное свойство

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
Результат int