All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scray.cassandra.tools.api.LuceneIndexStatementGenerator.scala Maven / Gradle / Ivy

The newest version!
package scray.cassandra.tools.api

import scray.cassandra.tools.types.LuceneColumnTypes.LuceneColumnType
import scray.querying.description.TableIdentifier

case class LucenIndexedColumn(name: String, dataType: LuceneColumnType, isSorted: Boolean)


trait LuceneIndexStatementGenerator {
  
    def getIndexString(ti: TableIdentifier, column: List[LucenIndexedColumn], luceneVersion: Tuple3[Int, Int, Int]): Option[String]
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy