Class IndexFacts

java.lang.Object
com.yahoo.prelude.IndexFacts

public class IndexFacts extends Object
NOTE: We are in the process of moving the functionality of this over to SchemaInfo - see if you can use that before adding usage of this. A central repository for information about indices. Standard usage is

 IndexFacts.Session session = indexFacts.newSession(query); // once when starting to process a query
 session.getIndex(indexName).[get index info]
 
Author:
Steinar Knutsen
  • Constructor Details

    • IndexFacts

      public IndexFacts()
    • IndexFacts

      public IndexFacts(IndexModel indexModel)
  • Method Details