mirror of https://github.com/apache/lucene.git
improve javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1533875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73d1bed633
commit
b70a49d9d3
|
@ -31,12 +31,12 @@ import org.apache.lucene.facet.params.FacetIndexingParams;
|
|||
import org.apache.lucene.facet.taxonomy.CategoryPath;
|
||||
import org.apache.lucene.util.BytesRef;
|
||||
|
||||
/** Add instances of this to your Document if you intend to
|
||||
/** Use this to index facets if you intend to
|
||||
* use {@link SortedSetDocValuesAccumulator} to count facets
|
||||
* at search time. Note that this only supports flat
|
||||
* facets (dimension + label). Add multiple instances of
|
||||
* this to your document, one per dimension + label, and
|
||||
* it's fine if a given dimension is multi-valued. */
|
||||
* facets (dimension + label). Instantiate this class
|
||||
* once, and then call {@link #addFields} to add the
|
||||
* necessary fields to each {@link Document}. */
|
||||
|
||||
public class SortedSetDocValuesFacetFields extends FacetFields {
|
||||
|
||||
|
|
Loading…
Reference in New Issue