Class WAH8DocIdSet.WordBuilder
Word-based builder.
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public class WordBuilder : object
Methods
| Improve this Doc View SourceBuild()
Build a new WAH8Doc
Declaration
public virtual WAH8DocIdSet Build()
Returns
Type | Description |
---|---|
WAH8Doc |
SetIndexInterval(Int32)
Set the index interval. Smaller index intervals improve performance of
Advance(Int32) but make the Doci
makes the index add an overhead
which is at most 4/i
, but likely much less. The default index
interval is 8
, meaning the index has an overhead of at most
50%. To disable indexing, you can pass
Declaration
public virtual object SetIndexInterval(int indexInterval)
Parameters
Type | Name | Description |
---|---|---|
System. |
indexInterval |
Returns
Type | Description |
---|---|
System. |