Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
facet.method=enumSolrJ SolrQueryで設定するには? 私は次のようなものを探しています solrQuery.setFacetMethod(SOLR_FACET_METHOD.enum)
facet.method=enum
solrQuery.setFacetMethod(SOLR_FACET_METHOD.enum)
直接公開されていないため、汎用の setParam メソッドを使用する必要があると思います。
solrQuery.setParam(FacetParams.FACET_METHOD, FacetParams.FACET_METHOD_enum)