Allowed density settings for PSI prefilters.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum NetricsTable.PsiDensity |
C# |
---|
public enum NetricsTable.PsiDensity |
C++ |
---|
public enum class NetricsTable.PsiDensity |
J# |
---|
public enum NetricsTable.PsiDensity |
JScript |
---|
public enum NetricsTable.PsiDensity |
Remarks
The density setting provides a means of trading off space used and query speed for improved accuracy. Dense settings are more likely to find badly mispelled entries at the cost of more memory usage and longer load and query times. Sparse settings consume less memory, load faster and have better query times but are more likely to miss some entries.
Members
Description | |
---|---|
Dense | Suffixes are generated for all character positions, up to the maximum. Uses more memory and takes longer to process than |
Standard | Suffixes are generated intelligently. |
Sparse | Suffixes are generated sparsely. Uses less memory and is quicker to process than |