Package org.bedework.calfacade.indexing
Class SearchResultEntry
java.lang.Object
org.bedework.calfacade.indexing.SearchResultEntry
- Author:
- Mike Douglass
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchResultEntry
Constructor- Parameters:
entity-score-
-
-
Method Details
-
getScore
public float getScore()- Returns:
- score from search engine
-
setEntity
- Parameters:
val- the entity
-
getEntity
- Returns:
- the entity
-
setDocType
- Parameters:
val- the doctype from BwIndexer
-
getDocType
- Returns:
- the doctype from BwIndexer
-