imdg http://jira.mfd.msk:8088/browse/CLS-661 CLS-276 оптимизация: добавил индекс в MarketMapStore
This commit is contained in:
parent
cbad15aab9
commit
7308f69c78
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ public class MarketMapStore extends TemplateMapStore<Market> {
|
|||
return "MARKET";
|
||||
}
|
||||
|
||||
public String[] getIndexingField() {
|
||||
return new String[]{"code"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getFields() {
|
||||
return new String[]{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue