Synonymous with {@link Field}.
WARNING: This interface may change within minor versions, despite Lucene's backward compatibility requirements.
This means new methods may be added from version to version. This change only affects the Fieldable API; other backwards
compatibility promises remain intact. For example, Lucene can still
read and write indices created within the same major version.
Namespace: Lucene.Net.DocumentsAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public interface Fieldable |
Visual Basic |
---|
Public Interface Fieldable |
Visual C++ |
---|
public interface class Fieldable |
See Also