Wrap the required settings for operations to be executed on CrownPeak SearchG2.
Ejemplo n.º 1
0
 /// <summary>
 /// Create a new <see cref="Suggest"/> object with the specified settings
 /// </summary>
 /// <param name="settings">The <see cref="Settings"/> to be used</param>
 public Suggest(Settings settings)
 {
     _settings = settings;
 }
 /// <summary>
 /// Create a new <see cref="PlainSearch"/> object with the specified settings
 /// </summary>
 /// <param name="settings">The <see cref="Settings"/> to be used</param>
 public PlainSearch(Settings settings)
 {
     _settings = settings;
 }