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

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

package org.powerscala.search

import org.apache.lucene.facet.LabelAndValue

/**
 * @author Matt Hicks 
 */
case class FacetRequest(drillDown: DrillDown, limit: Int, filter: Option[LabelAndValue => Boolean], excludeDrillDown: Boolean = true)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy