|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.core.search.api.indexing.resources.configuration.document.IndexableDocTypeDescriptor
public class IndexableDocTypeDescriptor
Indexable doc type descriptor.
Defines what type of resources needs to be taken into consideraton while indexing a Nuxeo core document given its docType.
| Field Summary | |
|---|---|
protected boolean |
allFieldsSortable
|
protected boolean |
allSchemasIndexable
|
protected List<String> |
excludedSchemas
|
protected List<String> |
resources
|
protected String |
type
|
| Constructor Summary | |
|---|---|
IndexableDocTypeDescriptor()
|
|
| Method Summary | |
|---|---|
boolean |
areAllFieldsSortable()
All fields sortable ? |
boolean |
areAllSchemasIndexable()
All schemas should be indexed ? |
List<String> |
getExcludedSchemas()
Returns explicit schemas that should be excluded. |
List<String> |
getResources()
Returns the list of resources to take into consideration while indexing. |
String |
getType()
Return the doc type. |
void |
setAllFieldsSortable(boolean allFieldsSortable)
|
void |
setAllSchemasIndexable(boolean allSchemasIndexable)
|
void |
setExcludedSchemas(List<String> excludedSchemas)
|
void |
setResources(List<String> resources)
|
void |
setType(String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String type
protected boolean allSchemasIndexable
protected boolean allFieldsSortable
protected List<String> excludedSchemas
protected List<String> resources
| Constructor Detail |
|---|
public IndexableDocTypeDescriptor()
| Method Detail |
|---|
public String getType()
IndexableDocType
getType in interface IndexableDocTypepublic void setType(String type)
public List<String> getResources()
IndexableDocType
getResources in interface IndexableDocTypepublic void setResources(List<String> resources)
public boolean areAllSchemasIndexable()
IndexableDocType
areAllSchemasIndexable in interface IndexableDocTypepublic void setAllSchemasIndexable(boolean allSchemasIndexable)
public List<String> getExcludedSchemas()
IndexableDocType
getExcludedSchemas in interface IndexableDocTypepublic void setExcludedSchemas(List<String> excludedSchemas)
public boolean areAllFieldsSortable()
IndexableDocType
areAllFieldsSortable in interface IndexableDocTypepublic void setAllFieldsSortable(boolean allFieldsSortable)
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||