Class TinkerTextSearchFactory<I,R>

java.lang.Object
org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory<I,R>
org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory<I,R>
All Implemented Interfaces:
AutoCloseable, Service<I,R>, Service.ServiceFactory<I,R>

public class TinkerTextSearchFactory<I,R> extends TinkerServiceRegistry.TinkerServiceFactory<I,R> implements Service<I,R>
Inefficient text search implementation (scan+filter), searches for Propertys by token/regex. Demonstrates a Service.Type.Start service.