Beispiel #1
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
Beispiel #2
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
Beispiel #3
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
Beispiel #4
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }
Beispiel #5
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
Beispiel #6
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }