There's something I didn't quite catch when I reindex dotcms data.
Calling to ReIndex from web app I got two indexes (working and live) with
count:1246, size 3.2mb
Now, I'm going to create a index from command line,
I got Count:0 size and less size (115b)
Both are calling to ESPIndex.createIndex method with same parameters.
Anyone can give me a clue what I'm doing wrong ?
Thanks
FROM COMMAND LINE
Status | Alias Name | Created | Count | Shards | Replicas | Size | Health |
---|
| live_fandango | fandango | 0 | 2 | 0 | 288b | |
| live_20180404152714 | Wed, April 4 2018 3:27PM | 0 | 1 | 0 | 115b |
FROM WEB APPLICATION
Status | Alias Name
| Created | Count | Shards | Replicas | Size |
|
---|
Active | working_20180403165354
| Tue, April 3 2018 4:53PM | 1246 | 1 | 0 | 3.2mb |