org.gcube.indexmanagement.common
Class PropertyElementLookup

java.lang.Object
  extended by org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
      extended by org.gcube.indexmanagement.common.PropertyElementLookup

public class PropertyElementLookup
extends org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase

Class used to represent the ResultSet property element in FullTextIndex query results.

See Also:
org.diligentproject.searchservice.searchlibrary.resultset.elements.PropertyElementBase

Field Summary
static String propertyType
          The ResultSet property type
 
Constructor Summary
PropertyElementLookup()
          Empty constructor
PropertyElementLookup(int nrOfHits)
          Constructor.
 
Method Summary
 void fromXML(String element)
          
 String toXML()
          
 
Methods inherited from class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
getType, getType, RS_fromXML, RS_toXML, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyType

public static String propertyType
The ResultSet property type

Constructor Detail

PropertyElementLookup

public PropertyElementLookup()
Empty constructor


PropertyElementLookup

public PropertyElementLookup(int nrOfHits)
                      throws Exception
Constructor.

Parameters:
nrOfHits - - the total number of hits for the query.
Throws:
Exception - - from the super class.
Method Detail

fromXML

public void fromXML(String element)
             throws Exception

Specified by:
fromXML in class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase
Throws:
Exception

toXML

public String toXML()

Specified by:
toXML in class org.gcube.common.searchservice.searchlibrary.resultset.elements.PropertyElementBase


Copyright © 2013. All Rights Reserved.