Apache Lucene.Net 2.4.0 Class Library API

FieldInfos Class

Access to the Fieldable Info file that describes document fields and whether or not they are indexed. Each segment has a separate Fieldable Info file. objects of this class are thread-safe for multiple readers, but only one thread can be adding documents at a time, with no other reader or writer threads accessing this object.

For a list of all members of this type, see FieldInfos Members.

System.Object
   Lucene.Net.Index.FieldInfos

public sealed class FieldInfos : ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FieldInfos Members | Lucene.Net.Index Namespace