Class

roar.hbase.internal

InternalIndexSearcher

Related Doc: package internal

Permalink

class InternalIndexSearcher extends IndexSearcher

针对某一资源进行搜索,增加了id缓存的支持

Linear Supertypes
IndexSearcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InternalIndexSearcher
  2. IndexSearcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InternalIndexSearcher(reader: IndexReader, rd: ResourceDefinition, executor: ExecutorService)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collectionStatistics(arg0: String): CollectionStatistics

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def count(arg0: Query): Int

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def createNormalizedWeight(arg0: Query, arg1: Boolean): Weight

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def createWeight(arg0: Query, arg1: Boolean): Weight

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def doc(arg0: Int, arg1: Set[String]): Document

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def doc(arg0: Int, arg1: StoredFieldVisitor): Unit

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def doc(arg0: Int): Document

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def explain(arg0: Weight, arg1: Int): Explanation

    Permalink
    Attributes
    protected[org.apache.lucene.search]
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def explain(arg0: Query, arg1: Int): Explanation

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getIndexReader(): IndexReader

    Permalink
    Definition Classes
    IndexSearcher
  20. def getQueryCache(): QueryCache

    Permalink
    Definition Classes
    IndexSearcher
  21. def getQueryCachingPolicy(): QueryCachingPolicy

    Permalink
    Definition Classes
    IndexSearcher
  22. def getSimilarity(arg0: Boolean): Similarity

    Permalink
    Definition Classes
    IndexSearcher
  23. def getTopReaderContext(): IndexReaderContext

    Permalink
    Definition Classes
    IndexSearcher
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def rewrite(arg0: Query): Query

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def rowId(docId: Int): BytesRef

    Permalink
  31. def search(arg0: List[LeafReaderContext], arg1: Weight, arg2: Collector): Unit

    Permalink
    Attributes
    protected[org.apache.lucene.search]
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def search[C <: Collector, T](arg0: Query, arg1: CollectorManager[C, T]): T

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def search(arg0: Query, arg1: Int, arg2: Sort): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  34. final def search(arg0: Query, arg1: Int, arg2: Sort, arg3: Boolean, arg4: Boolean): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def search(arg0: Query, arg1: Collector): Unit

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def search(arg0: Query, arg1: Int): TopDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  37. final def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Int, arg3: Sort, arg4: Boolean, arg5: Boolean): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Int, arg3: Sort): TopDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Int): TopDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def setQueryCache(arg0: QueryCache): Unit

    Permalink
    Definition Classes
    IndexSearcher
  41. def setQueryCachingPolicy(arg0: QueryCachingPolicy): Unit

    Permalink
    Definition Classes
    IndexSearcher
  42. def setSimilarity(arg0: Similarity): Unit

    Permalink
    Definition Classes
    IndexSearcher
  43. def slices(arg0: List[LeafReaderContext]): Array[LeafSlice]

    Permalink
    Attributes
    protected[org.apache.lucene.search]
    Definition Classes
    IndexSearcher
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def termStatistics(arg0: Term, arg1: TermContext): TermStatistics

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def toString(): String

    Permalink
    Definition Classes
    IndexSearcher → AnyRef → Any
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final def search(arg0: Query, arg1: Filter, arg2: Int, arg3: Sort, arg4: Boolean, arg5: Boolean): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. final def search(arg0: Query, arg1: Filter, arg2: Int, arg3: Sort): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def search(arg0: Query, arg1: Filter, arg2: Collector): Unit

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def search(arg0: Query, arg1: Filter, arg2: Int): TopDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Filter, arg3: Int, arg4: Sort, arg5: Boolean, arg6: Boolean): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Filter, arg3: Int, arg4: Sort): TopFieldDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. final def searchAfter(arg0: ScoreDoc, arg1: Query, arg2: Filter, arg3: Int): TopDocs

    Permalink
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def wrapFilter(arg0: Query, arg1: Filter): Query

    Permalink
    Attributes
    protected[org.apache.lucene.search]
    Definition Classes
    IndexSearcher
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from IndexSearcher

Inherited from AnyRef

Inherited from Any

Ungrouped