Class FieldsQuery
  
  Forms an OR query of the provided query across multiple fields.
 
  
  
    Inheritance
    System.Object
    
    FieldsQuery
   
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Lucene.Net.QueryParser.dll
  Syntax
  
    public class FieldsQuery : SrndQuery
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FieldsQuery(SrndQuery, IList<String>, Char)
  
  
  Declaration
  
    public FieldsQuery(SrndQuery q, IList<string> fieldNames, char fieldOp)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | SrndQuery | 
        q | 
         | 
      
      
        | System.Collections.Generic.IList<System.String> | 
        fieldNames | 
         | 
      
      
        | System.Char | 
        fieldOp | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FieldsQuery(SrndQuery, String, Char)
  
  
  Declaration
  
    public FieldsQuery(SrndQuery q, string fieldName, char fieldOp)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | SrndQuery | 
        q | 
         | 
      
      
        | System.String | 
        fieldName | 
         | 
      
      
        | System.Char | 
        fieldOp | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FieldNames
  
  
  Declaration
  
    public virtual IList<string> FieldNames { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IList<System.String> | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FieldOperator
  
  
  Declaration
  
    public virtual char FieldOperator { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Char | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsFieldsSubQueryAcceptable
  
  
  Declaration
  
    public override bool IsFieldsSubQueryAcceptable { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FieldNamesToString(StringBuilder)
  
  
  Declaration
  
    protected virtual void FieldNamesToString(StringBuilder r)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Text.StringBuilder | 
        r | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MakeLuceneQueryFieldNoBoost(String, BasicQueryFactory)
  
  
  Declaration
  
    public override Query MakeLuceneQueryFieldNoBoost(string fieldName, BasicQueryFactory qf)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MakeLuceneQueryNoBoost(BasicQueryFactory)
  
  
  Declaration
  
    public virtual Query MakeLuceneQueryNoBoost(BasicQueryFactory qf)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides