Class StringIndex
Expert: Stores term text values and document ordering data.
Inheritance
System.Object
StringIndex
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class StringIndex : object
Constructors
Name | Description |
---|---|
StringIndex(Int32[], String[]) | Creates one of these objects |
Fields
Name | Description |
---|---|
lookup | All the term values, in natural order. |
order | For each document, an index into the lookup array. |
Methods
Name | Description |
---|---|
BinarySearchLookup(String) |