|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextFieldAdder<B extends BaseDocumentBuilder<B>>
Base interface for field adders.
| Method Summary | |
|---|---|
B |
add(Reader reader)
Adds the field to the document indexed, tokenized but not stored field with the current term vector information.. |
B |
add(String value)
Adds the field to the document field with the current information and the provided value. |
B |
add(TokenStream tokenStream)
Adds the field to the document indexed, tokenized but not stored field with the current term vector information.. |
| Method Detail |
|---|
B add(String value)
value - Field value.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(Reader reader)
reader - Field value reader.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.B add(TokenStream tokenStream)
tokenStream - Field value token stream.
IllegalStateException - if the field is neither stored nor indexed.
IllegalStateException - if the document was already built.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||