C# Класс Lucene.Net.Index.MergePolicy.MergeSpecification

A MergeSpecification instance provides the information necessary to perform multiple merges. It simply contains a list of {@link OneMerge} instances.
Показать файл Открыть проект

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

Свойство Тип Описание
Merges IList

Открытые методы

Метод Описание
Add ( OneMerge merge ) : void

Adds the provided OneMerge to this specification.

MergeSpecification ( ) : System

Sole constructor. Use {@link #add(MergePolicy.OneMerge)} to add merges.

SegString ( Directory dir ) : string

Returns a description of the merges in this specification.

Описание методов

Add() публичный Метод

Adds the provided OneMerge to this specification.
public Add ( OneMerge merge ) : void
merge OneMerge
Результат void

MergeSpecification() публичный Метод

Sole constructor. Use {@link #add(MergePolicy.OneMerge)} to add merges.
public MergeSpecification ( ) : System
Результат System

SegString() публичный Метод

Returns a description of the merges in this specification.
public SegString ( Directory dir ) : string
dir Directory
Результат string

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

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

The subset of segments to be included in the primitive merge.
public IList Merges
Результат IList