The FieldInfos type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldInfos()()()() | Initializes a new instance of the FieldInfos class | |
FieldInfos(Directory, String) | Construct a FieldInfos object using the directory and the name of the file
IndexInput
|
Methods
Name | Description | |
---|---|---|
Add(Document) | Adds field info for a Document. | |
Add(ICollection<(Of <<'(String>)>>), Boolean) | Assumes the fields are not storing term vectors.
| |
Add(String, Boolean) | Calls 5 parameter add with false for all TermVector parameters.
| |
Add(String, Boolean, Boolean) | Calls 5 parameter add with false for term vector positions and offsets.
| |
Add(String, Boolean, Boolean, Boolean, Boolean) | If the field is not yet known, adds it. If it is known, checks to make
sure that the isIndexed flag is the same as was given previously for this
field. If not - marks it as being indexed. Same goes for the TermVector
parameters.
| |
Add(String, Boolean, Boolean, Boolean, Boolean, Boolean) | If the field is not yet known, adds it. If it is known, checks to make
sure that the isIndexed flag is the same as was given previously for this
field. If not - marks it as being indexed. Same goes for the TermVector
parameters.
| |
Add(String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) | If the field is not yet known, adds it. If it is known, checks to make
sure that the isIndexed flag is the same as was given previously for this
field. If not - marks it as being indexed. Same goes for the TermVector
parameters.
| |
AddIndexed | Add fields that are indexed. Whether they have termvectors has to be specified.
| |
Clone | Returns a deep clone of this FieldInfos instance. | |
Equals | (Inherited from Object.) | |
FieldInfo(Int32) | Return the fieldinfo object referenced by the fieldNumber. | |
FieldInfo(String) | ||
FieldName | Return the fieldName identified by its number.
| |
FieldNumber | ||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasVectors | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Size | ||
ToString | (Inherited from Object.) | |
Write(IndexOutput) | ||
Write(Directory, String) |
Fields
Name | Description | |
---|---|---|
FORMAT_PRE | ||
FORMAT_START |