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

org.powerscala.search.Indexable.scala Maven / Gradle / Ivy

package org.powerscala.search

import org.apache.lucene.document.Field

/**
 * @author Matt Hicks 
 */
trait Indexable {
  def indexableFields: List[Field]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy