
| Key: |
SES-572
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Trivial
|
| Assignee: |
Unassigned
|
| Reporter: |
Enrico Minack
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
Currently, passing null or the empty string as the index specification string to the NativeStore constructor is interpreted as the default index string "spoc posc" (I guess). In case of an existing store, other indices may exist, and they are discarded. The existing indices are already stored in a properties file, but this value is never read. That value, if existing, should be taken as the default, instead of the mentioned "spoc posc".
|
|
this patch uses the index string coming from the properties file as a default value if null is given via the constructor
If no index is provided try and read the index from the properties file in revision 7425.
|
|