
com.datastax.dse.graph.api.predicates.Search Maven / Gradle / Ivy
/*
* Copyright DataStax, Inc.
*
* This software can be used solely with DataStax Enterprise. Please consult the license at
* http://www.datastax.com/terms/datastax-dse-driver-license-terms
*/
package com.datastax.dse.graph.api.predicates;
import com.datastax.dse.graph.internal.EditDistance;
import com.datastax.dse.graph.internal.SearchPredicate;
import org.apache.tinkerpop.gremlin.process.traversal.P;
public class Search {
/**
* Search any instance of a certain token within the text property targeted (case insensitive).
*
* @param value the token to look for.
* @return a predicate to apply in a {@link
* org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal}.
*/
public static P
© 2015 - 2025 Weber Informatics LLC | Privacy Policy