Package | Description |
---|---|
org.tinygroup.fulltext | |
org.tinygroup.fulltext.document | |
org.tinygroup.fulltext.field | |
org.tinygroup.lucene472 | |
org.tinygroup.lucene472.wrapper | |
org.tinygroup.templateindex.impl |
Modifier and Type | Method and Description |
---|---|
void |
IndexOperator.deleteIndex(List<Field> docIds)
删除索引接口
|
Modifier and Type | Field and Description |
---|---|
protected List<Field> |
AbstractDocument.fields |
Modifier and Type | Method and Description |
---|---|
Field |
Document.getAbstract()
获得摘要字段
|
Field |
AbstractDocument.getAbstract() |
Field |
Document.getField(String name)
获得匹配的字段
|
Field |
AbstractDocument.getField(String name) |
Field |
Document.getId()
获得主键字段
|
Field |
AbstractDocument.getId() |
Field |
Document.getTitle()
获得标题字段
|
Field |
AbstractDocument.getTitle() |
Field |
Document.getType()
获得分类字段
|
Field |
AbstractDocument.getType() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
Document.getFields(String name)
获得一组匹配的字段组
|
List<Field> |
AbstractDocument.getFields(String name) |
Iterator<Field> |
AbstractDocument.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDocument.addField(Field field) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDocument.addFields(List<Field> fieldList) |
Modifier and Type | Interface and Description |
---|---|
interface |
HighlightField<T>
渲染字段
|
interface |
StoreField<T>
存储字段
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalField |
class |
BinaryField |
class |
DateField |
class |
DoubleField |
class |
FloatField |
class |
IntField |
class |
LongField |
class |
ObjectField
复杂对象字段(其他字段无法描述,可以用这个字段包装)
|
class |
StringField |
Modifier and Type | Method and Description |
---|---|
void |
BaseLuceneOperator.deleteIndex(List<Field> docIds) |
Modifier and Type | Class and Description |
---|---|
class |
FieldWrapper |
class |
HighlightFieldWrapper |
Modifier and Type | Method and Description |
---|---|
Field |
DocumentWrapper.getAbstract() |
Field |
DocumentWrapper.getField(String name) |
Field |
DocumentWrapper.getId() |
Field |
DocumentWrapper.getTitle() |
Field |
DocumentWrapper.getType() |
Modifier and Type | Method and Description |
---|---|
List<Field> |
DocumentWrapper.getFields(String name) |
Iterator<Field> |
DocumentWrapper.iterator() |
Constructor and Description |
---|
DocumentWrapper(List<Field> newFields) |
Modifier and Type | Method and Description |
---|---|
protected Field |
TemplateDocumentCreator.renderAbstarctRule(TemplateContext templateContext) |
protected Field |
TemplateDocumentCreator.renderId(TemplateContext templateContext) |
protected Field |
TemplateDocumentCreator.renderTitle(TemplateContext templateContext) |
protected Field |
TemplateDocumentCreator.renderType(TemplateContext templateContext) |
Copyright © 2006–2018 TinyGroup. All rights reserved.