Property TermIndexInterval
TermIndexInterval
Expert: The fraction of terms in the "dictionary" which should be stored in RAM. Smaller values use more memory, but make searching slightly faster, while larger values use less memory and make searching slightly slower. Searching is typically not dominated by dictionary lookup, so tweaking this is rarely useful.
Declaration
public int TermIndexInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |