title
body
(title:term1 body:term1) (title:term2 body:term2)
+(title:term1 body:term1) +(title:term2 body:term2)
+(title:term1^5.0 body:term1^10.0) +(title:term2^5.0 body:term2^10.0)
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public MultiFieldQueryParser( Version matchVersion, string[] fields, Analyzer analyzer, IDictionary boosts ) |
Visual Basic |
---|
Public Sub New ( _ matchVersion As Version, _ fields As String(), _ analyzer As Analyzer, _ boosts As IDictionary _ ) |
Visual C++ |
---|
public: MultiFieldQueryParser( Version^ matchVersion, array<String^>^ fields, Analyzer^ analyzer, IDictionary^ boosts ) |
Parameters
- matchVersion
- Type: Lucene.Net.Util..::..Version
[Missing <param name="matchVersion"/> documentation for "M:Lucene.Net.QueryParsers.MultiFieldQueryParser.#ctor(Lucene.Net.Util.Version,System.String[],Lucene.Net.Analysis.Analyzer,System.Collections.IDictionary)"]
- fields
- Type: array<System..::..String>[]()[][]
[Missing <param name="fields"/> documentation for "M:Lucene.Net.QueryParsers.MultiFieldQueryParser.#ctor(Lucene.Net.Util.Version,System.String[],Lucene.Net.Analysis.Analyzer,System.Collections.IDictionary)"]
- analyzer
- Type: Lucene.Net.Analysis..::..Analyzer
[Missing <param name="analyzer"/> documentation for "M:Lucene.Net.QueryParsers.MultiFieldQueryParser.#ctor(Lucene.Net.Util.Version,System.String[],Lucene.Net.Analysis.Analyzer,System.Collections.IDictionary)"]
- boosts
- Type: System.Collections..::..IDictionary
[Missing <param name="boosts"/> documentation for "M:Lucene.Net.QueryParsers.MultiFieldQueryParser.#ctor(Lucene.Net.Util.Version,System.String[],Lucene.Net.Analysis.Analyzer,System.Collections.IDictionary)"]