Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql.jdbc.dialect
Class Dialect.FulltextMatchInfo

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.jdbc.dialect.Dialect.FulltextMatchInfo
Enclosing class:
Dialect

public static class Dialect.FulltextMatchInfo
extends Object

Information needed to express fulltext search with scoring.


Field Summary
 List<Join> joins
           
 String scoreAlias
           
 Column scoreCol
           
 String scoreExpr
           
 String scoreExprParam
           
 String whereExpr
           
 String whereExprParam
           
 
Constructor Summary
Dialect.FulltextMatchInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joins

public List<Join> joins

whereExpr

public String whereExpr

whereExprParam

public String whereExprParam

scoreExpr

public String scoreExpr

scoreExprParam

public String scoreExprParam

scoreAlias

public String scoreAlias

scoreCol

public Column scoreCol
Constructor Detail

Dialect.FulltextMatchInfo

public Dialect.FulltextMatchInfo()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.