Class FullTextContainsAny
java.lang.Object
dev.langchain4j.rag.content.retriever.azure.cosmos.nosql.FullTextContainsAny
- All Implemented Interfaces:
dev.langchain4j.store.embedding.filter.Filter
public class FullTextContainsAny
extends Object
implements dev.langchain4j.store.embedding.filter.Filter
A filter that performs full-text search using FullTextContainsAny function.
Searches for documents where the specified field contains any of the search terms.
-
Constructor Summary
ConstructorsConstructorDescriptionFullTextContainsAny(String key, String... searchTerms) FullTextContainsAny(String key, Collection<String> searchTerms) -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.langchain4j.store.embedding.filter.Filter
and, or
-
Constructor Details
-
FullTextContainsAny
-
FullTextContainsAny
-
-
Method Details
-
key
-
searchTerms
-
test
- Specified by:
testin interfacedev.langchain4j.store.embedding.filter.Filter
-
equals
-
hashCode
-