|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Support for searching/indexing text
| Field Summary | |
static java.lang.String |
ATTACHMENT_ID
|
static java.lang.String |
ATTACHMENT_TYPE_ID
|
static java.lang.String |
ATTRIBUTE_ID
|
static java.lang.Long[] |
EMPTY_LIST
|
static java.lang.String |
INDEX_PATH
|
static java.lang.String |
ISSUE_ID
|
static java.lang.String |
PARSE_ERROR
|
static java.lang.String |
TEXT
|
static java.lang.String |
VALUE_ID
|
| Method Summary | |
void |
addAttachmentQuery(java.lang.Integer[] ids,
java.lang.String text)
Specify search criteria for attachments |
void |
addQuery(java.lang.Integer[] attributeIds,
java.lang.String text)
Specify search criteria. |
void |
clear()
Prepares the instance for reuse. |
java.lang.Long[] |
getRelatedIssues()
returns a list of related issue IDs sorted by relevance descending. |
java.lang.Long[] |
getRelatedIssues(boolean mergeResults)
returns a list of related issue IDs sorted by relevance descending. |
void |
index(Attachment attachment)
Store index information for an Attachment |
void |
index(AttributeValue attributeValue)
Store index information for an AttributeValue |
void |
updateIndex()
update the index for all entities that currently exist |
| Field Detail |
public static final java.lang.String PARSE_ERROR
public static final java.lang.String INDEX_PATH
public static final java.lang.String VALUE_ID
public static final java.lang.String ISSUE_ID
public static final java.lang.String ATTRIBUTE_ID
public static final java.lang.String ATTACHMENT_ID
public static final java.lang.String ATTACHMENT_TYPE_ID
public static final java.lang.String TEXT
public static final java.lang.Long[] EMPTY_LIST
| Method Detail |
public void addQuery(java.lang.Integer[] attributeIds,
java.lang.String text)
throws java.lang.Exception
java.lang.Exception
public void addAttachmentQuery(java.lang.Integer[] ids,
java.lang.String text)
throws java.lang.Exception
java.lang.Exception
public java.lang.Long[] getRelatedIssues()
throws java.lang.Exception
java.lang.Exception
public java.lang.Long[] getRelatedIssues(boolean mergeResults)
throws java.lang.Exception
java.lang.Exception
public void index(AttributeValue attributeValue)
throws java.lang.Exception
java.lang.Exception
public void index(Attachment attachment)
throws java.lang.Exception
java.lang.Exception
public void updateIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void clear()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||