SAP ABAP Class CL_ESH_QP_STEMMER (Algorithmic Stemmer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_QUERY_PARSER_RD (Package) Recursive descent query parser
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ESH_QP_EN_STEMMER | Algorithmic Stemmer | 20091027 |
Properties
| Class | CL_ESH_QP_STEMMER | |
| Short Description | Algorithmic Stemmer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_QUERY_PARSER_RD | Recursive descent query parser |
| Created | 20091027 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_QP_STEMMER has no forward declaration.
Interfaces
Class CL_ESH_QP_STEMMER has no interface implemented.
Friends
Class CL_ESH_QP_STEMMER has no friend class.
Attributes
Class CL_ESH_QP_STEMMER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Stem | 20091027 |
Events
Class CL_ESH_QP_STEMMER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LST_STEM_EXCEPTION | Protected | See coding | 20091027 | begin of lst_stem_exception,
word type char120,
stem type char120,
step type char2,
end of lst_stem_exception
|
||
| 2 | LST_STEM_STEP | Protected | See coding | 20091027 | begin of lst_stem_step,
suffix type char32,
length type i,
replacement type char32,
end of lst_stem_step
|
||
| 3 | LTT_STEM_EXCEPTIONS | Protected | See coding | 20091027 | ltt_stem_exceptions type sorted table of lst_stem_exception
with unique key word step
|
||
| 4 | LTT_STEM_STEPS | Protected | See coding | 20091027 | ltt_stem_steps type standard table of lst_stem_step
|
Method Signatures
Method GET_STEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORD | Call by reference | Type reference (TYPE) | STRING | 20091027 | ||||
| 2 | RV_STEM | Value transfer | Type reference (TYPE) | STRING | 20091027 |
Method GET_STEM on class CL_ESH_QP_STEMMER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |