Class StopWordsKey
- java.lang.Object
-
- com.orchestranetworks.search.strategy.StopWordsKey
-
public final class StopWordsKey extends Object
Identifies a stop word list.- Since:
- 6.0.0
- See Also:
StopWordsDeclaration
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Stringformat()Returns a persistent identifier for this service key.StringgetModuleName()inthashCode()static StopWordsKeyparse(String aString)
-
-
-
Method Detail
-
parse
public static StopWordsKey parse(String aString)
- Throws:
IllegalArgumentException- if the specified key does not match the regular expression([-\\d\\pL:_.]*)@?(%?[-\\d\\pL:_. /]+).
-
getModuleName
public String getModuleName()
-
format
public String 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).
-
-