|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.AbstractResultSetRow
org.alfresco.repo.search.impl.lucene.LuceneResultSetRow
public class LuceneResultSetRow
A row in a result set. Created on the fly.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.search.AbstractResultSetRow |
---|
properties |
Constructor Summary | |
---|---|
LuceneResultSetRow(LuceneResultSet resultSet,
int index)
Wrap a position in a lucene Hits class with node support |
Method Summary | |
---|---|
ChildAssociationRef |
getChildAssocRef()
|
protected java.util.Map |
getDirectProperties()
|
org.apache.lucene.document.Document |
getDocument()
Support to cache the document for this row |
NodeRef |
getNodeRef(java.lang.String selectorName)
Gets the node ref related to the named selector |
java.util.Map |
getNodeRefs()
Gets the node refs |
QName |
getPrimaryAssocTypeQName()
|
QName |
getQName()
|
float |
getScore(java.lang.String selectorName)
Get the score related to the named selector. |
java.util.Map |
getScores()
Get the scores . |
Methods inherited from class org.alfresco.repo.search.AbstractResultSetRow |
---|
getIndex, getNodeRef, getResultSet, getScore, getValue, getValue, getValues, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LuceneResultSetRow(LuceneResultSet resultSet, int index)
resultSet
- position
- Method Detail |
---|
public org.apache.lucene.document.Document getDocument()
protected java.util.Map getDirectProperties()
getDirectProperties
in class AbstractResultSetRow
public QName getQName()
getQName
in interface ResultSetRow
getQName
in class AbstractResultSetRow
public QName getPrimaryAssocTypeQName()
public ChildAssociationRef getChildAssocRef()
getChildAssocRef
in interface ResultSetRow
getChildAssocRef
in class AbstractResultSetRow
public NodeRef getNodeRef(java.lang.String selectorName)
ResultSetRow
public java.util.Map getNodeRefs()
ResultSetRow
public float getScore(java.lang.String selectorName)
ResultSetRow
public java.util.Map getScores()
ResultSetRow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |