Package com.senseidb.search.client.req

Examples of com.senseidb.search.client.req.Path


                (Double) null, noOptimize).setField(field);
    }

    public static Selection path(String field, String value, boolean strict,
            int depth) {
        return new Path(value, strict, depth).setField(field);
    }
View Full Code Here

TOP

Related Classes of com.senseidb.search.client.req.Path

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.