Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Field |
Document.getField(java.lang.String name)
Returns a field with the given name if any exist in this document, or
null.
|
Field[] |
Document.getFields(java.lang.String name)
Returns an array of
Field s with the given name. |
Modifier and Type | Method and Description |
---|---|
protected Field[] |
BaseFragmentsBuilder.getFields(IndexReader reader,
int docId,
java.lang.String fieldName) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
BaseFragmentsBuilder.getFragmentSource(java.lang.StringBuilder buffer,
int[] index,
Field[] values,
int startOffset,
int endOffset) |
protected java.lang.String |
BaseFragmentsBuilder.makeFragment(java.lang.StringBuilder buffer,
int[] index,
Field[] values,
FieldFragList.WeightedFragInfo fragInfo) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.