Class SchemaInfo

java.lang.Object
com.yahoo.search.schema.SchemaInfo

public class SchemaInfo extends Object
Information about all the schemas configured in the application this container is a part of. Usage: SchemaInfo.Session session = schemaInfo.newSession(query); // once when starting to process a query session.get(...) // access information about the schema(s) relevant to the query This is immutable.
Author:
bratseth