Class FullTextContainsAll
java.lang.Object
dev.langchain4j.rag.content.retriever.azure.cosmos.nosql.FullTextContainsAll
- All Implemented Interfaces:
Filter
A filter that performs full-text search using FullTextContainsAll function.
Searches for documents where the specified field contains all the search terms.
-
Constructor Summary
ConstructorsConstructorDescriptionFullTextContainsAll
(String key, String... searchTerms) FullTextContainsAll
(String key, Collection<String> searchTerms) -
Method Summary