Package | Description |
---|---|
org.apache.lucene.facet.index.categorypolicy |
Policies for indexing categories
|
org.apache.lucene.facet.index.params |
Indexing-time specifications for handling facets
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultPathPolicy |
This class filters our the ROOT category path.
|
class |
NonTopLevelPathPolicy |
This class filters our the ROOT category, and it's direct descendants.
|
Modifier and Type | Method | Description |
---|---|---|
protected PathPolicy |
DefaultFacetIndexingParams.fixedPathPolicy() |
"fixed" path policy.
|
PathPolicy |
DefaultFacetIndexingParams.getPathPolicy() |
|
PathPolicy |
FacetIndexingParams.getPathPolicy() |
Get the policy for indexing category paths,
used for deciding how "high" to climb in taxonomy
from a category when ingesting its category paths.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.