Class MultiLuceneIndex


  • public class MultiLuceneIndex
    extends java.lang.Object
    A full-text search that is used when the query contains there are multiple "parents", as in "contains(a/x, 'hello') and contains(b/x, 'world')". In this case multiple Lucene queries are run, and the result is combined.
    • Method Detail

      • getPlan

        public java.lang.String getPlan()
      • getCost

        public double getCost()
      • query

        public Cursor query()