|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| org.apache.lucene.search.vectorhighlight | This is an another highlighter implementation. |
| Uses of Field in org.apache.lucene.document |
|---|
| Methods in org.apache.lucene.document that return Field | |
|---|---|
Field |
Document.getField(String name)
Returns a field with the given name if any exist in this document, or null. |
Field[] |
Document.getFields(String name)
Returns an array of Fields with the given name. |
| Uses of Field in org.apache.lucene.search.vectorhighlight |
|---|
| Methods in org.apache.lucene.search.vectorhighlight that return Field | |
|---|---|
protected Field[] |
BaseFragmentsBuilder.getFields(IndexReader reader,
int docId,
String fieldName)
|
| Methods in org.apache.lucene.search.vectorhighlight with parameters of type Field | |
|---|---|
protected String |
BaseFragmentsBuilder.getFragmentSource(StringBuilder buffer,
int[] index,
Field[] values,
int startOffset,
int endOffset)
|
protected String |
BaseFragmentsBuilder.makeFragment(StringBuilder buffer,
int[] index,
Field[] values,
FieldFragList.WeightedFragInfo fragInfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||