com.bea.content.expression.operators
Class SimilarToQuery
java.lang.Object
  
com.bea.content.expression.operators.AbstractQueryOperator
      
com.bea.content.expression.operators.SimilarToQuery
- All Implemented Interfaces 
 - IQueryOperator
 
public class SimilarToQuery
- extends AbstractQueryOperator
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimilarToQuery
public SimilarToQuery(String text)
               throws InvalidQueryException
- Build a SimilarToQuery object against the text field.
- Parameters
 text - The text to query for.
- Throws
 InvalidQueryException - If the criteria given builds an invalid query.
 
SimilarToQuery
public SimilarToQuery(FullTextSearch.Parameter param,
                      String value)
               throws InvalidQueryException
- Throws
 InvalidQueryException
SimilarToQuery
public SimilarToQuery(String userPropertyField,
                      String value)
               throws InvalidQueryException
- Throws
 InvalidQueryException
SimilarToQuery
public SimilarToQuery(String userPropertyField,
                      String value,
                      FullTextSearch.Multiplicity multiplicity)
               throws InvalidQueryException
- Throws
 InvalidQueryException
getOperator
protected FullTextSearch.Operator getOperator()
- Specified by:
 getOperator in class AbstractQueryOperator
 
 
Copyright © 2011, Oracle. All rights reserved.