TextSearchFilter Class

  • java.lang.Object
    • com.microsoft.semantickernel.data.textsearch.TextSearchFilter

public class TextSearchFilter

Represents a text search filter.

Constructor Summary

Constructor Description
TextSearchFilter()

Creates a new instance of the TextSearchFilter class.

TextSearchFilter(List<FilterClause> filterClauses)

Creates a new instance of the TextSearchFilter class.

Method Summary

Modifier and Type Method and Description
static Builder builder()

Creates a new instance of the Builder class.

java.util.List<FilterClause> getFilterClauses()

Gets the filter clauses.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TextSearchFilter

public TextSearchFilter()

Creates a new instance of the TextSearchFilter class.

TextSearchFilter

public TextSearchFilter(List filterClauses)

Creates a new instance of the TextSearchFilter class.

Parameters:

filterClauses - The filter clauses.

Method Details

builder

public static TextSearchFilter.Builder builder()

Creates a new instance of the Builder class.

Returns:

The builder.

getFilterClauses

public List getFilterClauses()

Gets the filter clauses.

Returns:

The filter clauses.

Applies to