thomasmueller opened a new pull request, #672:
URL: https://github.com/apache/jackrabbit-oak/pull/672

   Details see https://issues.apache.org/jira/browse/OAK-9907
   
   ```
   java -jar target/oak-run-1.45-SNAPSHOT.jar index-diff 
     --compare target/temp/indexes.json 
     --index1 "/oak:index/lucene-2" 
     --index2 "/oak:index/lucene-2-custom-1" 
   
   Apache Jackrabbit Oak 1.45-SNAPSHOT
   Comparing indexes /oak:index/lucene-2 and /oak:index/lucene-2-custom-1 in 
file "target/temp/indexes.json"
   {
     "target/temp/indexes.json": {
       "indexRules/dam:Asset/properties/bmwPrismExpirationDate": "added",
       "reindexCount": {
         "old": 2,
         "new": 1
       },
       "seed": {
         "old": 2332276777086697624,
         "new": -8603665069484847725
       },
       "merges": {
         "new": ["/oak:index/damAsset"]
       }
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to