Class PKIndexSplitter
Split an index based on a Filter.
Inheritance
System.Object
PKIndexSplitter
Assembly: Lucene.Net.Misc.dll
Syntax
public class PKIndexSplitter : object
Constructors
Name | Description |
---|---|
PKIndexSplitter(Directory, Directory, Directory, Term, IndexWriterConfig, IndexWriterConfig) | |
PKIndexSplitter(Directory, Directory, Directory, Filter, IndexWriterConfig, IndexWriterConfig) | |
PKIndexSplitter(LuceneVersion, Directory, Directory, Directory, Term) | Split an index based on a given primary key term and a 'middle' term. If the middle term is present, it's sent to dir2. |
PKIndexSplitter(LuceneVersion, Directory, Directory, Directory, Filter) | Split an index based on a Filter. All documents that match the filter are sent to dir1, remaining ones to dir2. |
Methods
Name | Description |
---|---|
Split() |