class Index extends Object

Annotations
@JSType() @native() @JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Index
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Index()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _fields: Array[IIndexField]
  5. var _idfCache: Dictionary[String]
  6. var _ref: String
  7. def add(doc: Any, emitEvent: Boolean = ???): Unit
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. var corpusTokens: SortedSet[String]
  11. var documentStore: Store[String]
  12. def documentVector(documentRef: String): Vector
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. var eventEmitter: EventEmitter
  16. def field(fieldName: String, options: Any = ???): Index
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def idf(token: String): String
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def off(eventName: String, handler: Function): Unit
  27. def on(eventName: String, eventName2: String, eventName3: String, eventName4: String, eventName5: String, handler: Function): Unit
  28. def on(eventName: String, eventName2: String, eventName3: String, eventName4: String, handler: Function): Unit
  29. def on(eventName: String, eventName2: String, eventName3: String, handler: Function): Unit
  30. def on(eventName: String, eventName2: String, handler: Function): Unit
  31. def on(eventName: String, handler: Function): Unit
  32. var pipeline: Pipeline
  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. def ref(refName: String): Index
  35. def remove(doc: Any, emitEvent: Boolean = ???): Unit
  36. def search(query: String): Array[IIndexSearchResult]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toJSON(): Dynamic
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. var tokenStore: TokenStore
  42. def update(doc: Any, emitEvent: Boolean = ???): Unit
  43. def use(plugin: Function, args: Any*): Unit
  44. def valueOf(): Any
    Definition Classes
    Object
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped