Class PropertyFacetExtractor

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyFacetExtractor​(java.lang.String propertyRelPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleNode​(javax.jcr.Node node)
      Called for each node of the result set.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyFacetExtractor

        public PropertyFacetExtractor​(java.lang.String propertyRelPath)
    • Method Detail

      • handleNode

        public void handleNode​(javax.jcr.Node node)
                        throws javax.jcr.RepositoryException
        Description copied from interface: FacetExtractor
        Called for each node of the result set.
        Specified by:
        handleNode in interface FacetExtractor
        Parameters:
        node - node in the result
        Throws:
        javax.jcr.RepositoryException - if access to the node failed, ie. one of the methods on node threw an exception