Package de.elo.ix.client
Class FindByFulltextResultItem
java.lang.Object
de.elo.ix.client.FindByFulltextResultItem
- All Implemented Interfaces:
Serializable
Additional information for an item found by fulltext search.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]
List of index field names that contain the query text.protected int
Relevance in per mill.protected ArrayList<SearchFieldE>
List of fields where a query matched.
SeeSearchFieldC
protected Sord
Sord object.protected String
Textpart from memo text.protected String
Textpart from document. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
int
getSord()
void
setFieldNames
(String[] fieldNames) void
setRelevance
(int relevance) void
setResultFields
(ArrayList<SearchFieldE> resultFields) void
void
setSummaryDesc
(String summaryDesc) void
setSummaryFulltext
(String summaryFulltext) toString()
-
Field Details
-
relevance
protected int relevanceRelevance in per mill. -
summaryFulltext
Textpart from document. -
summaryDesc
Textpart from memo text. -
fieldNames
List of index field names that contain the query text. -
resultFields
List of fields where a query matched.
SeeSearchFieldC
- Since:
- 10.99.999.005
-
sord
Sord object.
-
-
Constructor Details
-
FindByFulltextResultItem
public FindByFulltextResultItem()
-
-
Method Details
-
getRelevance
public int getRelevance() -
setRelevance
public void setRelevance(int relevance) -
getSummaryFulltext
-
setSummaryFulltext
-
getSummaryDesc
-
setSummaryDesc
-
getFieldNames
-
setFieldNames
-
getSord
-
setSord
-
getResultFields
- Since:
- 10.99.999.005
-
setResultFields
- Since:
- 10.99.999.006
-
toString
-