Class StopWordsKey
java.lang.Object
com.orchestranetworks.search.strategy.StopWordsKey
Identifies a stop word list.
- Since:
- 6.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanformat()Returns a persistent identifier for this service key.getModel()Returns the name of the data model to which the stop words list belongs, or null if the list does not belong to a specific model.getName()inthashCode()static StopWordsKey
-
Method Details
-
parse
- Throws:
IllegalArgumentException- if the specified key does not match the regular expression([-\\d\\pL:_.]*)@?(%?[-\\d\\pL:_. /]+).
-
getModuleName
-
getModel
Returns the name of the data model to which the stop words list belongs, or null if the list does not belong to a specific model.- Since:
- 6.1.3
-
format
Returns a persistent identifier for this service key.The strategy key can be re-obtained by parsing this persistent identifier using the method
parse(String). -
getName
- Since:
- 6.1.3
-
hashCode
public int hashCode() -
equals
-