Lucene.Net 1.9.1 Class Library |
|
Field Constructor (String, String, Store, Index)
Create a field by specifying its name, value and how it will be saved in the index. Term vectors will not be stored in the index.
Parameters
-
name
- The name of the field
-
value_Renamed
-
-
store
- Whether
value
should be stored in the index
-
index
- Whether the field should be indexed, and if so, if it should be tokenized before indexing
See Also
Field Class | Lucene.Net.Documents Namespace | Field Constructor Overload List