| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.hmc | |
| de.hybris.platform.lucenesearch.jalo |
| Class and Description |
|---|
| Facet |
| Facet.FacetValue |
| IndexAccessException
This exception is thrown if an IOException occurs while accessing the search index.
|
| LuceneIndex
A LuceneIndex is separately searchable and updateable.
|
| LuceneSearchResult
Lucenesearch
SearchResult implementation that additionally provides scores. |
| Class and Description |
|---|
| AbstractLuceneItem
Abstract superclass for lucenesearch items.
|
| AttributeConfiguration
AttributeConfigurations represent an indexed attribute, for example the name of a product.
|
| DefaultPostQueryFilter
A default implementation of the interface
PostQueryFilterThis Filter gets a list with items which are sorted out in the lucene search if this filter is used. |
| Facet |
| Facet.FacetValue |
| GeneratedAbstractLuceneItem
Generated class for type
AbstractLuceneItem. |
| GeneratedAttributeConfiguration
Generated class for type
AttributeConfiguration. |
| GeneratedIndexConfiguration
Generated class for type
IndexConfiguration. |
| GeneratedIndexUpdate
Generated class for type
IndexUpdate. |
| GeneratedLanguageConfiguration
Generated class for type
LanguageConfiguration. |
| GeneratedLuceneIndex
Generated class for type
LuceneIndex. |
| GeneratedLucenesearchbackofficeManager
Generated class for type
LucenesearchbackofficeManager. |
| GeneratedLucenesearchManager
Generated class for type
LucenesearchManager. |
| GeneratedRebuildIndexJob
Generated class for type
RebuildIndexJob. |
| GeneratedUpdateIndexJob
Generated class for type
UpdateIndexJob. |
| IndexAccessException
This exception is thrown if an IOException occurs while accessing the search index.
|
| IndexConfiguration
An IndexConfiguration adds items of a given type to a LuceneIndex, indexing some specified attributes.
|
| IndexedData
Used to collect all indexed text fields of an item during index (re)building.
|
| IndexedData.AttributeValue
Represents a single field within a
IndexedData record. |
| IndexedDataFactory
A indexed data factory is required to provide all data of a lucene search index in form of
IndexedData
objects for one IndexConfiguration instance. |
| IndexUpdate
Describes a scheduled update request for a given
IndexConfiguration and
a given Item. |
| LanguageConfiguration
Configures which languages are included within a
LuceneIndex. |
| LuceneIndex
A LuceneIndex is separately searchable and updateable.
|
| LuceneIndex.IndexProvider
IndexProvider methods #lock(File) , #unlock(File) are guarded by a
ReentrantReadWriteLock.writeLock() for
every distinguish directory name. |
| LucenesearchbackofficeManager
This is the extension manager of the Ybackoffice extension.
|
| LucenesearchManager
This is the manager for the lucenesearch extension.
|
| LuceneSearchResult
Lucenesearch
SearchResult implementation that additionally provides scores. |
| ParseException
This exception is thrown if the lucene library throws an org.apache.lucene.queryParser.ParseException.
|
| PostQueryFilter
Implementations of this class handle the lucenesearch's post-query filtering.
|
| RebuildIndexJob
A job that calls
LucenesearchManager.rebuildAllIndexes(). |
| UpdateIndexJob
The
UpdateIndexJob is a Job run every minute that updates the LuceneIndex instances incrementally. |
Copyright © 2017 SAP SE. All Rights Reserved.