Uses of Class
org.modeshape.graph.query.model.FullTextSearchScore

Packages that use FullTextSearchScore
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

Uses of FullTextSearchScore in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type FullTextSearchScore
 void Visitors.AbstractVisitor.visit(FullTextSearchScore obj)
          
 void Visitors.WalkAllVisitor.visit(FullTextSearchScore score)
          
 void Visitors.ReadableVisitor.visit(FullTextSearchScore score)
          
 void Visitor.visit(FullTextSearchScore obj)
           
 

Uses of FullTextSearchScore in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return FullTextSearchScore
protected  FullTextSearchScore SqlQueryParser.fullTextSearchScore(SelectorName selector)
           
 

Uses of FullTextSearchScore in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type FullTextSearchScore
 void Validator.visit(FullTextSearchScore obj)
          
 

Uses of FullTextSearchScore in org.modeshape.jcr.query.qom
 

Subclasses of FullTextSearchScore in org.modeshape.jcr.query.qom
 class JcrFullTextSearchScore
          Implementation of the full-text search score dynamic operand for the JCR Query Object Model and the Graph API.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.