Class RequestFacetFields

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class RequestFacetFields
    
                        

    Simple facet fields to include The Properties reflect the global properties related to field facts in SOLR. They are descripbed in detail by the SOLR documentation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<RequestFacetField> getFacets() Define specifc fields on which to facet (adds SOLR facet.field and f.<field>.facet.
      final Unit setFacets(@Json(name = "facets") List<RequestFacetField> facets) Define specifc fields on which to facet (adds SOLR facet.field and f.<field>.facet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait