The methods of the Field class are listed below. For a complete list of Field class members, see the Field Members topic.
![]() | The value of the field in Binary, or null. If null, the Reader or String value is used. Exactly one of stringValue(), readerValue() and binaryValue() must be set. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | True if norms are omitted for this indexed field |
![]() | Gets the Type of the current instance. |
![]() | True iff the value of the filed is stored as binary |
![]() | True if the value of the field is stored and compressed within the index |
![]() | True iff the value of the field is to be indexed, so that it may be searched on. |
![]() | True iff the value of the field is to be stored in the index for return with search hits. It is an error for this to be true if a field is Reader-valued. |
![]() | True iff terms are stored as term vector together with their offsets (start and end positon in source text). |
![]() | True iff terms are stored as term vector together with their token positions. |
![]() | True iff the term or terms used to index this field are stored as a term vector, available from {@link IndexReader#GetTermFreqVector(int,String)}. These methods do not provide access to the original content of the field, only to terms used to index it. If the original content must be preserved, use the storedattribute instead. |
![]() | True iff the value of the field should be tokenized as text prior to indexing. Un-tokenized fields are indexed as a single word and may not be Reader-valued. |
![]() | Returns the name of the field as an interned string. For example "date", "title", "body", ... |
![]() | The value of the field as a Reader, or null. If null, the String value or binary value is used. Exactly one of stringValue(), readerValue(), and binaryValue() must be set. |
![]() | |
![]() | Expert: If set, omit normalization factors associated with this indexed field. This effectively disables indexing boosts and length normalization for this field. |
![]() | The value of the field as a String, or null. If null, the Reader value or binary value is used. Exactly one of stringValue(), readerValue(), and binaryValue() must be set. |
![]() | Prints a Field for human consumption. |