Class

com.lucidworks.spark.query

SolrTermVector

Related Doc: package query

Permalink

class SolrTermVector extends SparseVector with Vector with Serializable

Linear Supertypes
SparseVector, Vector, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SolrTermVector
  2. SparseVector
  3. Vector
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SolrTermVector(docId: String, terms: Array[String], size: Int, indices: Array[Int], weights: Array[Double])

    Permalink
    Attributes
    protected[com.lucidworks.spark.query]

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. def apply(i: Int): Double

    Permalink
    Definition Classes
    Vector
    Annotations
    @Since( "1.1.0" )
  5. def argmax: Int

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.5.0" )
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asML: SparseVector

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "2.0.0" )
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compressed: Vector

    Permalink
    Definition Classes
    Vector
    Annotations
    @Since( "1.4.0" )
  10. def copy: SparseVector

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.1.0" )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    SparseVector → Vector → AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foreachActive(f: (Int, Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.6.0" )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getDocumentId(): String

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    SparseVector → Vector → AnyRef → Any
  18. val indices: Array[Int]

    Permalink
    Definition Classes
    SparseVector
    Annotations
    @Since( "1.0.0" )
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def numActives: Int

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.4.0" )
  24. def numNonzeros: Int

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.4.0" )
  25. val size: Int

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.0.0" )
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toArray: Array[Double]

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.0.0" )
  28. def toDense: DenseVector

    Permalink
    Definition Classes
    Vector
    Annotations
    @Since( "1.4.0" )
  29. def toJson: String

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.6.0" )
  30. def toSparse: SparseVector

    Permalink
    Definition Classes
    SparseVector → Vector
    Annotations
    @Since( "1.4.0" )
  31. def toString(): String

    Permalink
    Definition Classes
    SolrTermVector → SparseVector → AnyRef → Any
  32. val values: Array[Double]

    Permalink
    Definition Classes
    SparseVector
    Annotations
    @Since( "1.0.0" )
  33. final def wait(): Unit

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

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

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

Inherited from SparseVector

Inherited from Vector

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped